Wtf -_-
#1

Ok so, I made a splash screen for my server, and i want it to not spawn the player till they read it. But the screen comes up, and you can still spawn. even thought i made a variable to stop spawning.



Код:
public OnPlayerSpawn(playerid)
{
if (IsSpawned[playerid] == 0)
{
SendClientMessage ( playerid, COLOR_RED, "** You must wait before spawning." );
}
AntiDeAMX();
return false;
}
Reply


Messages In This Thread
Wtf -_- - by -Rebel Son- - 19.07.2010, 03:03
Re: Wtf -_- - by Scenario - 19.07.2010, 03:23
Re: Wtf -_- - by -Rebel Son- - 19.07.2010, 03:28
Re: Wtf -_- - by Betamaster - 19.07.2010, 05:59
Re: Wtf -_- - by Scenario - 19.07.2010, 06:03

Forum Jump:


Users browsing this thread: 1 Guest(s)