App::appSetApp
Called in the gamescripts like:
APP::APP_SET_APP('car');
APP::APP_SET_APP('dog');
Syntax
mp.game.app.appSetApp(appName);
Required Arguments
- appName: String
Return value
- Undefined
Example
// todo
Called in the gamescripts like:
APP::APP_SET_APP('car');
APP::APP_SET_APP('dog');
mp.game.app.appSetApp(appName);
// todo