Native referenceFiveM

FORCE_GAME_STATE_PLAYING

0xC0AA53F866B3134D MISC
FUNCTION SIGNATURE
void FORCE_GAME_STATE_PLAYING(/* parameters not documented */);
Property Value
Native Name FORCE_GAME_STATE_PLAYING
Hash 0xC0AA53F866B3134D
Return Type void

Description: ``` Sets the localplayer playerinfo state back to playing (State 0)
States are:
-1: "Invalid"
0: "Playing"
1: "Died"
2: "Arrested"
3: "Failed Mission"
4: "Left Game"
5: "Respawn"
6: "In MP Cutscene"

Back to MISC