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

Fix syntax error in enumeration declaration.
Fix compilation error on const correctness in player method for changing player world.
This commit is contained in:
Sandu Liviu Catalin
2016-08-17 16:10:43 +03:00
parent c6c17e9396
commit 3d8417759b
6 changed files with 41 additions and 12 deletions

View File

@ -384,6 +384,7 @@ enum EventType
EVT_PLAYERSCORE,
EVT_PLAYERWANTEDLEVEL,
EVT_PLAYERIMMUNITY,
EVT_PLAYERALPHA,
EVT_VEHICLECOLOUR,
EVT_VEHICLEHEALTH,
EVT_VEHICLEPOSITION,