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.

This commit is contained in:
Sandu Liviu Catalin
2016-08-17 16:00:28 +03:00
parent e9b6d9765b
commit 203dd9802e
6 changed files with 35 additions and 3 deletions

View File

@ -381,6 +381,7 @@ enum EventType
EVT_PLAYERTEAM,
EVT_PLAYERSKIN,
EVT_PLAYERMONEY,
EVT_PLAYERSCORE,
EVT_VEHICLECOLOUR,
EVT_VEHICLEHEALTH,
EVT_VEHICLEPOSITION,