[Ajuda] ChatBubble
#3

forward ChatBubble(playerid);


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