21.01.2011, 11:51
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
//your commands...
return SendClientMessage(playerid, color, "your text");
}
public OnPlayerCommandText(playerid, cmdtext[])
{
//your commands...
return SendClientMessage(playerid, color, "your text");
}