Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stock IsPlayerSpawned(playerid)
- {
- new pState = GetPlayerState(playerid);
- return 0 <= playerid <= MAX_PLAYERS && pState != PLAYER_STATE_NONE && pState != PLAYER_STATE_WASTED && pState != PLAYER_STATE_SPECTATING;
- }
Advertisement
Add Comment
Please, Sign In to add comment