22.08.2009, 21:47
hi
pawn Код:
if(strcmp(cmdtext, "/a", true) == 0)
// /a is 2 character so it should be
if(strcmp(cmdtext, "/a", true) == 2)

