Native referenceRedMclient

_SET_WORLD_WATER_TYPE

0xE8770EE02AEE45C2 WATER
FUNCTION SIGNATURE
void _SET_WORLD_WATER_TYPE(int waterType);
Property Value
Native Name _SET_WORLD_WATER_TYPE
Hash 0xE8770EE02AEE45C2
Return Type void
Build 1207
API Set client
Parameters waterType (int)

Description: 0 = World 1 = Guarma

Usage

Lua (Direct):

SetWorldWaterType(waterType)

Lua (Hash):

Citizen.InvokeNative(0xE8770EE02AEE45C2, waterType)
Back to WATER