Streaming::isModelAVehicle
Returns whether the specified model represents a vehicle.
Syntax
mp.game.streaming.isModelAVehicle(model);
Required Arguments
- model: Model hash or name
Return value
- Boolean
Example
// todo
Returns whether the specified model represents a vehicle.
mp.game.streaming.isModelAVehicle(model);
// todo