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 team has changed.

This commit is contained in:
Sandu Liviu Catalin
2016-08-17 15:49:08 +03:00
parent 84bae9432a
commit ad774fcb3f
6 changed files with 36 additions and 4 deletions

View File

@ -378,6 +378,7 @@ enum EventType
EVT_PLAYEROPTION,
EVT_PLAYERADMIN,
EVT_PLAYERWORLD,
EVT_PLAYERTEAM,
EVT_VEHICLECOLOUR,
EVT_VEHICLEHEALTH,
EVT_VEHICLEPOSITION,