1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-30 22:17:13 +02:00

Implement a new event to receive notifications when a vehicle radio has changed.

This commit is contained in:
Sandu Liviu Catalin
2016-08-18 15:13:33 +03:00
parent 69325ed2cc
commit db522913d3
6 changed files with 35 additions and 4 deletions

View File

@ -395,6 +395,7 @@ enum EventType
EVT_VEHICLEPARTSTATUS,
EVT_VEHICLETYRESTATUS,
EVT_VEHICLEDAMAGEDATA,
EVT_VEHICLERADIO,
EVT_SERVEROPTION,
EVT_SCRIPTRELOAD,
EVT_SCRIPTLOADED,