09.08.2011, 01:27
OnPlayerCommandReceived is custom callback from ZCMD (maybe YCMD have it to)
So you just need to include your command system .inc file
Ex for ZCMD: #include <zcmd>
(You must have include in your pawn/includes folder)
So you just need to include your command system .inc file
Ex for ZCMD: #include <zcmd>
(You must have include in your pawn/includes folder)