1
Support / Re: Pawn problem
« on: May 28, 2011, 01:26:25 pm »
try this :
http://mephisto.boo.pl/pawno.zip
http://mephisto.boo.pl/pawno.zip
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
i want to add that command which is always start after 2 min with writting it likethis to ongamemode init
auto commands script hmmmmmm
SetTimer("twoMinutFunc",120000,true);
forward twoMinutFunc();
public twoMinutFunc()
{
SendClientMessageToAll(COLOR_WHITE, "spam here");
return 1;
}