1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-09-18 18:27:18 +02:00

Implement the PlayerModuleList event callback.

This commit is contained in:
Sandu Liviu Catalin
2018-06-28 21:41:31 +03:00
parent 6fa7fdfb10
commit 53b541ca60
7 changed files with 31 additions and 0 deletions

View File

@@ -366,6 +366,7 @@ enum EventType
EVT_PLAYERSPECTATE,
EVT_PLAYERUNSPECTATE,
EVT_PLAYERCRASHREPORT,
EVT_PLAYERMODULELIST,
EVT_VEHICLEEXPLODE,
EVT_VEHICLERESPAWN,
EVT_OBJECTSHOT,