02.11.2011, 20:21
yes here it is :
and the dcmd(kill,5,cmdtext) is to 1603 line
and i already have my dcmds under on playercommandtext-.- and this on top of the script.... @otto
pawn Код:
#define dcmd(%1,%2,%3) if (!strcmp((%3)[1], #%1, true, (%2)) && ((((%3)[(%2) + 1] == '\0') && (dcmd_%1(playerid, ""))) || (((%3)[(%2) + 1] == ' ') && (dcmd_%1(playerid, (%3)[(%2) + 2]))))) return 1
and i already have my dcmds under on playercommandtext-.- and this on top of the script.... @otto