23.08.2012, 17:09
pawn Код:
TogglePlayerSpectating(playerid, 0);
TogglePlayerControllable( playerid, 0 );
SetTimerEx("start", 5000, false,"i",playerid);
GameTextForPlayerl(playerid,"~g~~h~Are you ready?",4000,3);
pInfo[playerid][pAlive] = true;
round[playerid]=1;
pawn Код:
forward start(playerid);
public start(playerid)
{
//your code here
}