Help me with this(to be read carefully)!!!
#5

to fix the spawn do this

Код:
new spawned[MAX_PLAYERS];
then on playerconnect

Код:
spawned[playerid] = 0;
when they login put

Код:
spawned[playerid] = 1;
and on player request spawn

Код:
if(spawned[playerid] == 0) return SendClientMessage(playerid,0xFFFFFFFF,"You Must Login To Spawn!");
now when they click spawn if their not logged it the spawn button just says you must login
Reply


Messages In This Thread
Help me with this(to be read carefully)!!! - by Cjgogo - 22.05.2011, 05:36
Re: Help me with this(to be read carefully)!!! - by Cjgogo - 22.05.2011, 07:32
Re: Help me with this(to be read carefully)!!! - by Elka_Blazer - 22.05.2011, 08:12
Re: Help me with this(to be read carefully)!!! - by Cjgogo - 22.05.2011, 08:19
Re: Help me with this(to be read carefully)!!! - by CrazyBlob - 22.05.2011, 09:06
Re: Help me with this(to be read carefully)!!! - by Cjgogo - 22.05.2011, 09:09

Forum Jump:


Users browsing this thread: 1 Guest(s)