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

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

View File

@ -379,6 +379,7 @@ enum EventType
EVT_PLAYERADMIN,
EVT_PLAYERWORLD,
EVT_PLAYERTEAM,
EVT_PLAYERSKIN,
EVT_VEHICLECOLOUR,
EVT_VEHICLEHEALTH,
EVT_VEHICLEPOSITION,