11.03.2011, 18:33
the /dm dont work?
if so...
try replacing the:
into
same with...
into
hope i helped!!!
if so...
try replacing the:
pawn Код:
if(!strcmp(cmdtext, "/joindm", true, 7))
pawn Код:
if(strcmp("/joindm", cmdtext, true, 10) == 0)
pawn Код:
if(!strcmp(cmdtext, "/leavedm", true, 7))
pawn Код:
if(strcmp("/leavedm", cmdtext, true, 10) == 0)