Native referenceRedM

SETTIMERB

0x5AE11BC36633DE4E BUILTIN
FUNCTION SIGNATURE
void SETTIMERB(int value);
Property Value
Native Name SETTIMERB
Hash 0x5AE11BC36633DE4E
Return Type void
Build 1207
Parameters value (int)

Description: Sets the value for the timer B in milliseconds

Parameters

  • value (int) — In milliseconds.

Usage

Lua (Direct):

Settimerb(value)

Lua (Hash):

Citizen.InvokeNative(0x5AE11BC36633DE4E, value)
Back to BUILTIN