11.02.2015, 13:00
Sure I can!
Basically, the function OnPlayerCommandText isn't used for ZCMD as ZCMD commands are used as functions also on your original code, the "IsPlayerAdmin" was missing a bracket so it couldn't go any further reading the code cause it'd stop compiling where the missing bracket was.
Basically, the function OnPlayerCommandText isn't used for ZCMD as ZCMD commands are used as functions also on your original code, the "IsPlayerAdmin" was missing a bracket so it couldn't go any further reading the code cause it'd stop compiling where the missing bracket was.