Please help with login
#2

pawn Код:
public OnPlayerRequestSpawn(playerid)
{
if(!_PLAYER_AUTHED_[playerid])
{
SendClientMessage(playerid, _YOUR_COLOR_, "You need to login before you can spawn!");
return 0;
}
return 1;
}
I hope this helps you.
You'll need to define your own _PLAYER_AUTHED_ and _YOUR_COLOR_.
Reply


Messages In This Thread
Please help with login - by AiVAMAN - 19.05.2009, 18:01
Re: Please help with login - by Correlli - 19.05.2009, 18:03
Re: Please help with login - by SpiderPork - 19.05.2009, 18:03
Re: Please help with login - by AiVAMAN - 20.05.2009, 11:32
Re: Please help with login - by Weirdosport - 20.05.2009, 11:35
Re: Please help with login - by AiVAMAN - 21.05.2009, 11:55
Re: Please help with login - by Badger(new) - 21.05.2009, 11:57

Forum Jump:


Users browsing this thread: 1 Guest(s)