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

Tava tentando fazer testos em cima da cabeзa, tipo se vc for VIP pra mostrar q vc era vip
Pq nгo ta indo?

Onplayerspawn
pawn Code:
AtualizarChatBubble(playerid);
pawn Code:
forward AtualizarChatBubble(playerid);
public AtualizarChatBubble(playerid)
{
    if(VIP[playerid] == 1) return SetPlayerChatBubble(playerid, "VIP", COLOR_BRONZE, 100.0, 10000);
    if(VIP[playerid] == 2) return SetPlayerChatBubble(playerid, "VIP", COLOR_SILVER, 100.0, 10000);
    if(VIP[playerid] == 3) return SetPlayerChatBubble(playerid, "VIP", COLOR_GOLD, 100.0, 10000);
    return 1;
}
Compila sem erros, mas no jogo nгo pega direito!
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)