| Property | Value |
|---|---|
| Native Name | CREATE_CHECKPOINT_WITH_NAMEHASH |
| Hash | 0x175668836B44CBB0 |
| Return Type | int |
| Build | 1207 |
| Parameters | typeHash (Hash), posX1 (float), posY1 (float), posZ1 (float), posX2 (float), posY2 (float), posZ2 (float), radius (float), red (int), green (int), blue (int), alpha (int), reserved (int) |
Parameters
typeHash(Hash)posX1(float)posY1(float)posZ1(float)posX2(float)posY2(float)posZ2(float)radius(float)red(int)green(int)blue(int)alpha(int)reserved(int)
Usage
Lua (Direct):
local result = CreateCheckpointWithNamehash(typeHash, posX1, posY1, posZ1, posX2, posY2, posZ2, radius, red, green, blue, alpha, reserved)
Lua (Hash):
local result = Citizen.InvokeNative(0x175668836B44CBB0, typeHash, posX1, posY1, posZ1, posX2, posY2, posZ2, radius, red, green, blue, alpha, reserved)