04.02.2009, 21:27
Well for the lspd command theres an error.
Basicly here what you saying is
So remove the ! for starters.
pawn Code:
if(!strcmp(cmdtext, "/lspd", true) == 0)
pawn Code:
if(NOTstrcmp(cmdtext, "/lspd", true) == 0)

