mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[saco] Implement/match CVehicle::SetSirenOn(...)
This commit is contained in:
parent
9f0aef9d5b
commit
dfafccbf37
@ -197,3 +197,12 @@ BOOL CVehicle::HasTurret()
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
void CVehicle::SetSirenOn(BYTE byteState)
|
||||
{
|
||||
m_pVehicle->bSirenOn = byteState;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
|
@ -44,6 +44,8 @@ public:
|
||||
BOOL HasTurret();
|
||||
BOOL HasADriver();
|
||||
|
||||
void SetSirenOn(BYTE byteState);
|
||||
|
||||
void SetEngineState(BOOL bState);
|
||||
|
||||
void LinkToInterior(int iInterior);
|
||||
|
Loading…
Reference in New Issue
Block a user