11.05.2012, 20:37
This is how you've started the command:
This is how it's supposed to be:
pawn Код:
if (strcmp("/mycommand", cmdtext, true) == 0)
pawn Код:
if (strcmp("/mycommand", cmdtext, true, 10) == 0)