if not registered could not spawn.
#5

Quote:
Originally Posted by Champ
Посмотреть сообщение
didn't worked perfectly...
Код:
public OnPlayerRequestSpawn(playerid)
{
    if(GetPVarInt(playerid, "Logged") == 0)
	{
		SendClientMessage(playerid,COLOR_GREEN,"You need to /register.");
		return 0;
	}
	return 1;
}
Reply


Messages In This Thread
if not registered could not spawn. - by Champ - 11.07.2013, 09:05
Re: if not registered could not spawn. - by exclide1 - 11.07.2013, 09:08
Re: if not registered could not spawn. - by Konstantinos - 11.07.2013, 09:11
Re: if not registered could not spawn. - by Champ - 11.07.2013, 09:15
Re: if not registered could not spawn. - by exclide1 - 11.07.2013, 09:17

Forum Jump:


Users browsing this thread: 1 Guest(s)