mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 14:37:29 +08:00
[saco] Implement/match CVehicle::SetAlarmState(...)
This commit is contained in:
parent
08ec2c3591
commit
d9504f067d
@ -211,5 +211,12 @@ BOOL CVehicle::IsSirenOn()
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
void CVehicle::SetAlarmState(WORD wState)
|
||||
{
|
||||
m_pVehicle->wAlarmState = wState;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
|
@ -46,6 +46,7 @@ public:
|
||||
|
||||
void SetSirenOn(BYTE byteState);
|
||||
BOOL IsSirenOn();
|
||||
void SetAlarmState(WORD wState);
|
||||
|
||||
void SetEngineState(BOOL bState);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user