29.09.2013, 06:09
pawn Код:
if(PlayerInfo[playerid][pAdmin] >= 1)
{
SetPlayerChatBubble( playerid, "Administrador(a)", 0x86DD63FF, 30.0, 10000 );
}
if(PlayerInfo[playerid][pVip] >= 1)
{
SetPlayerChatBubble( playerid, "Jogador (a) VIP", 0x86DD63FF, 30.0, 10000 );
}
for(new x=0; x < MAX_PLAYERS; x++)
{
if(PlayerInfo[x][pAdmin] >= 1)
{
SetPlayerChatBubble( playerid, "Administrador(a)", 0x86DD63FF, 30.0, 10000 );
}
if(PlayerInfo[x][pVip] >= 1)
{
SetPlayerChatBubble( playerid, "Jogador (a) VIP", 0x86DD63FF, 30.0, 10000 );
}
}
Imagem de como ficara:
