If player logged in
#2

PHP код:
new LoggedIn[MAX_PLAYERS];
public 
OnPlayerSpawn(playerid)
{
if(
LoggedIn[playerid] == 1)
{
    
SetPlayerVirtualWorld(playerid,0);
    
SetPlayerPos(playerid,0.0,0.0,0.0);
    return 
1;
}
return 
1;

Now you should make account system and replace mine LoggedIn with your's account login variable
Reply


Messages In This Thread
If player logged in - by Deviant96 - 15.08.2011, 12:14
Re: If player logged in - by [MG]Dimi - 15.08.2011, 12:18
Re: If player logged in - by Deviant96 - 15.08.2011, 15:51
Re: If player logged in - by grand.Theft.Otto - 15.08.2011, 16:34

Forum Jump:


Users browsing this thread: 2 Guest(s)