23.10.2011, 10:51
Quote:
Код:
OnPlayerCommandText(playerid, cmdtext[]) {//remove this return SendClientMessage(playerid, 1, "[ERROR] Unknown command, use /help for a list of available commands"); return 1;//remove this } //here put your first cmd |
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
return SendClientMessage(playerid, 1, "[ERROR] Unknown command, use /help for a list of available commands");
}