[Ajuda] ChatBubble
#1

Olб, tava tentando fazer dois textos em cima do player sendo eles ex

''Player'' -- para qualquer pessoa que logar no servidor...
''Admin'' -- apenas para adminstradores (sem ser rcon) a minha variavel de admin.

porйm nem compilar estб compilando cуdigo abaixo

pawn Код:
forward ChatBubble(playerid);


public ChatBubble(playerid)
{
    SetPlayerChatBubble(playerid, "Player", COLOR_VERDE, 100.0, 10000);
    return 1;
    {
        else
    }
    if (PlayerInfo[playerid][pAdmin] >= 0)
        SetPlayerChatBubble(playerid, "Admin", Azul, 100.0, 10000);
    return 1;
}
Irei reputar quem me ajudar.
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)