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 player immunity has changed.

This commit is contained in:
Sandu Liviu Catalin
2016-08-17 16:07:31 +03:00
parent 8f78b0a852
commit c6c17e9396
6 changed files with 30 additions and 3 deletions

View File

@ -383,6 +383,7 @@ enum EventType
EVT_PLAYERMONEY,
EVT_PLAYERSCORE,
EVT_PLAYERWANTEDLEVEL,
EVT_PLAYERIMMUNITY,
EVT_VEHICLECOLOUR,
EVT_VEHICLEHEALTH,
EVT_VEHICLEPOSITION,