feat(ScriptEventHandler): Improved logging and added join msg

This commit is contained in:
Yimura
2021-01-13 15:35:21 +01:00
parent d461afdccd
commit 045fffd7ba
2 changed files with 36 additions and 3 deletions

View File

@ -1687,6 +1687,17 @@ enum PedBones : std::uint32_t
FB_Tongue_001 = 0xB987
};
enum FreemodePlayerEvents : int64_t
{
PlayerJoined = 1120313136, //args 2 JOINED = 1289518925
PlayerPaused = 2383153667,
PlayerUnpaused = 3717680613,
ChatOpened = 2965958374,
ChatClosed = 1841943281,
LsCustomsEntered = 2098987581,
LsCustomsExit = 465570678,
};
enum RemoteEvents : int64_t
{
Bounty = -116602735,