| Property | Value |
|---|---|
| Native Name | CREATE_MODEL_HIDE_EXCLUDING_SCRIPT_OBJECTS |
| Hash | 0xD136090A9AAAB17D |
| Return Type | void |
| Build | 1207 |
| Parameters | x (float), y (float), z (float), radius (float), model (Hash), p5 (BOOL) |
Parameters
x(float)y(float)z(float)radius(float)model(Hash)p5(BOOL)
Usage
Lua (Direct):
CreateModelHideExcludingScriptObjects(x, y, z, radius, model, p5)
Lua (Hash):
Citizen.InvokeNative(0xD136090A9AAAB17D, x, y, z, radius, model, p5)