Stoping the player from spawning not workin
#1

Ok i got a splash screen, im trying to stop the player from spawning till it's over, but so far, they hit spawn it says CANT SPAWN YET! and lets them spawn anyways

Код:
public OnPlayerSpawn(playerid)
{
if (IsSpawned[playerid] == 0)
{
IsSpawned[playerid] = 1;
}else{
SendClientMessage(playerid,COLOR_RED,"cantspawn");
}
return true;}
Reply


Messages In This Thread
Stoping the player from spawning not workin - by -Rebel Son- - 20.07.2010, 06:55
Re: Stoping the player from spawning not workin - by [HiC]TheKiller - 20.07.2010, 10:02
Re: Stoping the player from spawning not workin - by Betamaster - 20.07.2010, 10:30

Forum Jump:


Users browsing this thread: 1 Guest(s)