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 handling rule has changed.

This commit is contained in:
Sandu Liviu Catalin
2016-08-18 15:21:50 +03:00
parent db522913d3
commit f86c12bff2
6 changed files with 45 additions and 7 deletions

View File

@ -396,6 +396,7 @@ enum EventType
EVT_VEHICLETYRESTATUS,
EVT_VEHICLEDAMAGEDATA,
EVT_VEHICLERADIO,
EVT_VEHICLEHANDLINGRULE,
EVT_SERVEROPTION,
EVT_SCRIPTRELOAD,
EVT_SCRIPTLOADED,