25.07.2012, 15:19
The commands don't exist, duh.
if you have a command:
somewhere in the script it needs to be defined ofcourse:
if you have a command:
pawn Код:
dcmd(command, 7, cmdtext);
pawn Код:
dcmd_command(playerid, params[]) {
// command
}