Description: Returns whether the specified model is valid
| Property | Value |
|---|---|
| Native Name | IS_MODEL_VALID |
| Hash | 0x392C8D8E07B70EFC |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | model (Hash) |
Parameters
model(Hash)
Usage
Lua (Direct):
local result = IsModelValid(model)
Lua (Hash):
local result = Citizen.InvokeNative(0x392C8D8E07B70EFC, model)