23.08.2012, 16:55
I've got on OnPlayerSpawn the following code:
But everyime a player joins it shows the script I wrote to everyone who logs-in.
I want it, when the gamemode starts it shows it to all the player connected at THAT time, who connects later doesn't see this. :>
PHP код:
TogglePlayerSpectating(playerid, 0);
TogglePlayerControllable( playerid, 0 );
SetTimer("start", 5000, false);
GameTextForAll("~g~~h~Are you ready?",4000,3);
pInfo[playerid][pAlive] = true;
round[playerid]=1;
I want it, when the gamemode starts it shows it to all the player connected at THAT time, who connects later doesn't see this. :>