Skip to content

Vehicle_SetAlarms

Stefan Unković edited this page Aug 28, 2021 · 1 revision

Description

Sets alarm state to either on or off. E.g. turns alarm off or on.

Syntax

Vehicle_SetAlarms(VEHICLE_FRAMEWORK_TAGS: id, e_ALARM_STATE: alarm_state)
Param Definition
VEHICLE_FRAMEWORK_TAGS: id ID whether of the vehicle or group
e_ALARM_STATE: alarm_state Either E_ALARMS_ON or E_ALARMS_OFF to turn alarm respectively

Returns

It actually returns SetVehicleParamsEx values. E.g. 1 if function executes succesfully, otherwise 0.

Sidebar

Clone this wiki locally