Playerstates FR
From SA-MP Wiki
A utiliser avec GetPlayerState ou OnPlayerStateChange.
Souvent utilisé
0 Vide - "PLAYER_STATE_NONE" 1 Le joueur est à pied - "PLAYER_STATE_ONFOOT" 2 Le joueur est conducteur dans un véhicule - "PLAYER_STATE_DRIVER" 3 Le joueur est passager dans un véhicule - "PLAYER_STATE_PASSENGER" 7 Le joueur est dans la sélection de classe (ou est "wasted" ??) - "PLAYER_STATE_WASTED" 8 Le joueur a spawné (est apparu) - "PLAYER_STATE_SPAWNED" 9 Le joueur est en mode spéctateur- "PLAYER_STATE_SPECTATING"
Dans un véhicule
4 Le joueur quitte un véhicule - "PLAYER_STATE_EXIT_VEHICLE" 5 Le joueur entre dans un véhicule en tant que conducteur - "PLAYER_STATE_ENTER_VEHICLE_DRIVER" 6 Le joueur entre dans un véhicule en tant que passager - "PLAYER_STATE_ENTER_VEHICLE_PASSENGER"