This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // I want to see the world burn | |
| #define SCM SendClientMessage | |
| #define SCMTA SendClientMessageToAll | |
| #define SPMTP SendPlayerMessageToPlayer | |
| #define SPMTA SendPlayerMessageToAll | |
| #define SDM SendDeathMessage | |
| #define SDMTP SendDeathMessageToPlayer | |
| #define GTFA GameTextForAll | |
| #define GTFP GameTextForPlayer |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| EVENT_GAME_MODE_INIT: 'OnGameModeInit', | |
| EVENT_GAME_MODE_EXIT: 'OnGameModeExit', | |
| EVENT_FILTER_SCRIPT_INIT: 'OnFilterScriptInit', | |
| EVENT_FILTER_SCRIPT_EXIT: 'OnFilterScriptExit', | |
| EVENT_PLAYER_CONNECT: 'OnPlayerConnect', | |
| EVENT_PLAYER_DISCONNECT: 'OnPlayerDisconnect', | |
| EVENT_PLAYER_SPAWN: 'OnPlayerSpawn', | |
| EVENT_PLAYER_DEATH: 'OnPlayerDeath', | |
| EVENT_VEHICLE_SPAWN: 'OnVehicleSpawn', |