Quote:
Originally Posted by Jack_Leslie
pawn Код:
dcmd(oprison, 7, cmdtext); //dcmd(ouninvite, 9, cmdtext); dcmd(unban, 5, cmdtext); dcmd(banaccount, 10, cmdtext); dcmd(setaccent, 9, cmdtext); dcmd(deleteaccount, 13, cmdtext); dcmd(duel, 4, cmdtext); dcmd(report, 6, cmdtext);
I just realized I don't have the dcmd(robbank-- bit.. is that why ? :P
|
Of course that's why silly
! That means that the dcmd function you've created is never being called because there's nothing defined in OnPlayerCommandText to process the function!