Sending these lines only once.
#3

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;
and your "start" function should look like this:
pawn Код:
forward start(playerid);
public start(playerid)
{
     //your code here
}
Reply


Messages In This Thread
Sending these lines only once. - by ValentinLaw - 23.08.2012, 16:55
Re: Sending these lines only once. - by HuSs3n - 23.08.2012, 17:03
Re: Sending these lines only once. - by scottyishere - 23.08.2012, 17:09

Forum Jump:


Users browsing this thread: 1 Guest(s)