Hi, in this file:
https://github.com/s1lentq/ReGameDLL....cpp#L237-L237
speccialy this line (237,23

:
Code:
gmsgCZCareer = REG_USER_MSG("CZCareer", -1);
gmsgCZCareerHUD = REG_USER_MSG("CZCareerHUD", -1);
We see that there are registered 2 messages for player, but in this file i don't see that these variables are used somewhere.
So, Is there possible, to create via amxmodx these messages via message_begin?
Even here:
https://wiki.alliedmods.net/Half-lif...vents#CZCareer
We have info, that this message exsist, but when i'm invoking this, nothing happened