| Property | Value |
|---|---|
| Native Name | SETTIMERA |
| Hash | 0xC1B1E9A034A63A62 |
| Return Type | void |
| Build | 1207 |
| Parameters | value (int) |
Description: Sets the value for the timer A in milliseconds
Parameters
value(int) — In milliseconds.
Usage
Lua (Direct):
Settimera(value)
Lua (Hash):
Citizen.InvokeNative(0xC1B1E9A034A63A62, value)