08.10.2012, 18:27
Код:
public OnPlayerText(playerid, text[]) { ApplyAnimation(playerid,"PED","IDLE_chat",4.1,0,0,0,strlen(text)*200,0); new sendername[MAX_PLAYER_NAME],string[256],tmp[32]; new giveplayer[MAX_PLAYER_NAME]; if(Muted[playerid] == 1) { SendClientMessageEx(playerid, COLOR_GRAD2, "* ЎHas sido silenciado!"); return 0; }