SpawnPlayer stopped working
#4

not exactly as I've explained how this

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    if(gPlayerLogged[playerid] != 1)
    {
         //here has the functions of my server... (login)
    }
    else
    {
       SpawnPlayer(playerid);
    }
    return 1;
}
public OnPlayerSpawn(playerid)
{
    //here has the functions of my server...
    return 1;
}
Reply


Messages In This Thread
SpawnPlayer stopped working - by DartakousLien - 18.03.2011, 19:10
Re: SpawnPlayer stopped working - by Raz0r1000 - 18.03.2011, 20:10
Re: SpawnPlayer stopped working - by Jochemd - 18.03.2011, 20:11
Re: SpawnPlayer stopped working - by DartakousLien - 18.03.2011, 20:14
Re: SpawnPlayer stopped working - by DartakousLien - 18.03.2011, 20:17

Forum Jump:


Users browsing this thread: 1 Guest(s)