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

This commit is contained in:
Sandu Liviu Catalin
2016-08-17 15:45:44 +03:00
parent c5ef8018ae
commit 84bae9432a
6 changed files with 52 additions and 5 deletions

View File

@ -377,6 +377,7 @@ enum EventType
EVT_PLAYERPOSITION,
EVT_PLAYEROPTION,
EVT_PLAYERADMIN,
EVT_PLAYERWORLD,
EVT_VEHICLECOLOUR,
EVT_VEHICLEHEALTH,
EVT_VEHICLEPOSITION,