(if)PlayerIsSpawned, how to add this command? Plugin/pawno addon?
#2

pawn Код:
new PlayerSpawned[MAX_PLAYERS];

public OnPlayerSpawn(playerid)
{
    PlayerSpawned[playerid]=true;
    return 1;
}

if(PlayerSpawned[playerid]) ...
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)