30.09.2012, 21:18
(
Последний раз редактировалось Coringa_Vilao; 07.11.2015 в 01:40.
)
Resolvido !
new string[128];
public OnPlayerText(playerid, text[])
{
if(PlayerInfo[playerid][pAdmin] > 0 && admtrampando[playerid] == 1)
{
new string[128];
format(string, sizeof(string), "Admin %s diz: %s", PlayerName(playerid), text);
ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
SendClientMessageToAll(-1, string);
SetPlayerChatBubble(playerid, text, COR_ADMIN, 20.0, 10000);
return 1;
}
}