18.04.2016, 18:01
Better to be placed in Filterscripts section if you want more people to watch this. The only reason why i would create an admin system as an include is to let the user decide what dialogs they want to have. Create their own admin commands with the interface provided with the include and etc etc.
Also, the reason why we use ZCMD is to eliminate the use of strcmp, but your code does it wrong:
Instead you make it more slower than before by using strcmp and a callback both.
Also, the reason why we use ZCMD is to eliminate the use of strcmp, but your code does it wrong:
pawn Code:
if(!strcmp(cmd, "/report", true)) return admsys_cmd_report(playerid, params);