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 tyre status has changed.

This commit is contained in:
Sandu Liviu Catalin
2016-08-18 14:56:38 +03:00
parent 23948b5903
commit 05443ba2d4
6 changed files with 38 additions and 6 deletions

View File

@ -393,6 +393,7 @@ enum EventType
EVT_VEHICLEWORLD,
EVT_VEHICLEIMMUNITY,
EVT_VEHICLEPARTSTATUS,
EVT_VEHICLETYRESTATUS,
EVT_SERVEROPTION,
EVT_SCRIPTRELOAD,
EVT_SCRIPTLOADED,