[Ajuda] Pq nгo ta pegando texto em cima da cabeзa
#3

Tenta:
pawn Code:
forward AtualizarChatBubble(playerid);
public AtualizarChatBubble(playerid)
{
    if(VIP[playerid] == 1){ SetPlayerChatBubble(playerid, "VIP", COLOR_BRONZE, 100.0, 10000); return 1; }
    if(VIP[playerid] == 2){ SetPlayerChatBubble(playerid, "VIP", COLOR_SILVER, 100.0, 10000); return 1; }
    if(VIP[playerid] == 3){ SetPlayerChatBubble(playerid, "VIP", COLOR_GOLD, 100.0, 10000); return 1;}
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)