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