02.09.2014, 14:50
Did you add dcmd(breakcuff, 9, cmdtext[]) under OnPlayerCommandText?
Also, why don't you just use zcmd or y_commands?
1: Faster
2: Easier to use (No need to add them to OnPlayerCommandText and no need to #pragma unused params if you aren't going to use params)
Also, why don't you just use zcmd or y_commands?
1: Faster
2: Easier to use (No need to add them to OnPlayerCommandText and no need to #pragma unused params if you aren't going to use params)