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

Or this?

pawn Код:
stock IsPlayerSpawned(playerid)
{
    if(GetPlayerState(playerid) == PLAYER_STATE_SPAWNED) {
        return true;
    }
    else {
        return false;
    }
   
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)