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

This commit is contained in:
Sandu Liviu Catalin
2016-08-17 15:55:59 +03:00
parent 16f35cbef6
commit e9b6d9765b
6 changed files with 48 additions and 6 deletions

View File

@ -380,6 +380,7 @@ enum EventType
EVT_PLAYERWORLD,
EVT_PLAYERTEAM,
EVT_PLAYERSKIN,
EVT_PLAYERMONEY,
EVT_VEHICLECOLOUR,
EVT_VEHICLEHEALTH,
EVT_VEHICLEPOSITION,