07.02.2010, 23:00
At the bottom of OnPlayerCommandText replace the line "return 0;" by:
pawn Код:
return SendClientMessage(playerid, color, "Command does not exist, read /commands for available commands"); // replace color with your color name;
}

