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 notify on player admin status change.

This commit is contained in:
Sandu Liviu Catalin
2016-08-17 15:40:48 +03:00
parent b4abe9dfc7
commit c5ef8018ae
6 changed files with 36 additions and 4 deletions

View File

@ -376,6 +376,7 @@ enum EventType
EVT_PLAYERHEADING,
EVT_PLAYERPOSITION,
EVT_PLAYEROPTION,
EVT_PLAYERADMIN,
EVT_VEHICLECOLOUR,
EVT_VEHICLEHEALTH,
EVT_VEHICLEPOSITION,