02.05.2017, 19:49
(
Last edited by Ahmad45123; 31/05/2017 at 02:22 PM.
)
Quote:
Still can't use it. I'm trying to create an item with identifier "hook " to list:
"hook OnGameModeInit();" And I'm also trying to create an item with identifier "CMD:" to list cmds: "CMD:command(...)" It's not working though. |
So basically the identifier is the beginning of the function name.
To catch commands, use cmd_ as identifier.