07.09.2009, 15:45
Quote:
|
Originally Posted by [vRP
LeeWasabi ]
dcmd(ban, 1, cmdtext); dcmd(kick, 2, cmdtext); dcmd(report, 3, cmdtext); Did you put those?? |
dcmd(ban, 3, cmdtext);
dcmd(kick, 4, cmdtext);
dcmd(report, 6, cmdtext);
and in the kick and ban command, you need to put the
giveplayerid == playerid
check after getting the command parameters with sscanf, otherwise, giveplayerid will always be 0.

