[Ajuda] ChatBubble
#4

pawn Код:
forward ChatBubble(playerid);
public ChatBubble(playerid)
{
     if(PlayerInfo[playerid][pAdmin] >= 0){
          SetPlayerChatBubble(playerid, "Admin", Azul, 100.0, 10000);
     }
     else {
         SetPlayerChatBubble(playerid, "Player", COLOR_VERDE, 100.0, 10000);
     }
     return 1;
}
@edit net caiu, quando voltou outros 2 jб tinham respondido :v

Recomendo que de uma lida sobre operadores lуgicos.
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)