OnPlayerSpawn check
#6

This has to work:

PHP код:
public OnPlayerSpawn(playerid
{
    if(
Variables[playerid][LoggedIn] != true
    {
    
GameTextForPlayer(playerid,"JE VERGAT IN TE LOGGEN!",5000,5);
    
Kick(playerid);
    }
    return 
1;

Reply


Messages In This Thread
OnPlayerSpawn check - by nickbouwhuis - 10.11.2012, 12:18
Re: OnPlayerSpawn check - by Skillet` - 10.11.2012, 12:23
Re: OnPlayerSpawn check - by Plovix - 10.11.2012, 12:26
Re: OnPlayerSpawn check - by nickbouwhuis - 10.11.2012, 12:39
Re: OnPlayerSpawn check - by Konstantinos - 10.11.2012, 12:42
Re: OnPlayerSpawn check - by Plovix - 10.11.2012, 12:45
Re: OnPlayerSpawn check - by nickbouwhuis - 10.11.2012, 12:46
Re: OnPlayerSpawn check - by Plovix - 10.11.2012, 12:48

Forum Jump:


Users browsing this thread: 2 Guest(s)