1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-21 20:27:13 +01:00

Expose identifiers of newlly added events and adjust intentations.

This commit is contained in:
Sandu Liviu Catalin 2016-08-17 16:13:24 +03:00
parent 3d8417759b
commit 2cfb84ace2

View File

@ -129,6 +129,15 @@ static const EnumElement g_EventEnum[] = {
{_SC("PlayerHeading"), EVT_PLAYERHEADING},
{_SC("PlayerPosition"), EVT_PLAYERPOSITION},
{_SC("PlayerOption"), EVT_PLAYEROPTION},
{_SC("PlayerAdmin"), EVT_PLAYERADMIN},
{_SC("PlayerWorld"), EVT_PLAYERWORLD},
{_SC("PlayerTeam"), EVT_PLAYERTEAM},
{_SC("PlayerSkin"), EVT_PLAYERSKIN},
{_SC("PlayerMoney"), EVT_PLAYERMONEY},
{_SC("PlayerScore"), EVT_PLAYERSCORE},
{_SC("PlayerWantedLevel"), EVT_PLAYERWANTEDLEVEL},
{_SC("PlayerImmunity"), EVT_PLAYERIMMUNITY},
{_SC("PlayerAlpha"), EVT_PLAYERALPHA},
{_SC("VehicleColor"), EVT_VEHICLECOLOUR},
{_SC("VehicleColour"), EVT_VEHICLECOLOUR},
{_SC("VehicleHealth"), EVT_VEHICLEHEALTH},