[Ajuda] ChatBubble
#2

fiz no improviso ve se funciona
pawn Код:
public ChatBubble(playerid)
{
    if(PlayerInfo[playerid][pAdmin] >= 1)
    {
        SetPlayerChatBubble(playerid, "Admin", Azul, 100.0, 10000);
    }
    else if(PlayerInfo[playerid][pAdmin] == 0)
    {
        SetPlayerChatBubble(playerid, "Player", COLOR_VERDE, 100.0, 10000);
    }
}
Reply


Messages In This Thread
ChatBubble - by Ts3 - 16.07.2014, 18:04
Re: ChatBubble - by SkilL_Fly - 16.07.2014, 18:08
Re: ChatBubble - by BrasilPlayGames - 16.07.2014, 18:09
Re: ChatBubble - by Kuddy - 16.07.2014, 18:11
Re: ChatBubble - by Ts3 - 16.07.2014, 18:25

Forum Jump:


Users browsing this thread: 1 Guest(s)