From the reference libraryFiveM

APP Natives

natives/APP/0xCFD0406ADAF90D2B.md

APP Natives

APP_SET_APP

Property Value
Native Name APP_SET_APP
Hash 0xCFD0406ADAF90D2B
Return Type void
Parameters appName (char*)

Description: ``` Called in the gamescripts like:
APP::APP_SET_APP("car");
APP::APP_SET_APP("dog");

Back to documentation