19.12.2012, 09:07
just copy the code of this command and paste it outof any callback (at the end of your script), but instead
Use
Make sure you have
in your includes
pawn Код:
if(strcmp(cmdtext, "/count" ... )
pawn Код:
CMD:count(playerid, params[])
{
//yourcode goes here
}
pawn Код:
#include <zcmd>