16.03.2013, 15:34
Quote:
i want if player will type unknown command it will send him the message: Unknown command type /c for commands"
|
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
return SendClientMessage(playerid,-1,"{FF0000}Unknown command {FFFFFF}type /c for commands");
}