07.12.2014, 19:24
Hello LeXuZ,
You could use the GetPlayerState https://sampwiki.blast.hk/wiki/Playerstates function.
You could use the GetPlayerState https://sampwiki.blast.hk/wiki/Playerstates function.
Quote:
|
new playerState = GetPlayerState(i); if(playerState != PLAYER_STATE_NONE) { // ... } |

