12.04.2017, 22:02
pawn Код:
forward AtualizarChatBubble(); //Coloque junto as suas forwards
SetTimer("AtualizarChatBubble", 1000, true); //Coloque em ongamemodeinit
public AtualizarChatBubble()
{
for(new x=0; x < MAX_PLAYERS; x++)
{
if Sua variбvel de administrador
{
SetPlayerChatBubble(x, "Administrador", -1, 100.0, 10000); // -1 = cor .
}
}
}