[Ajuda] Alguem da uma forзa
#10

PHP код:
SetTimer("AtualizarChatBubble"1000true); //Junto com os Timers em OnGamemodeInit 
forward AtualizarChatBubble();  //FINAL DO GAMEMODE 
public AtualizarChatBubble() 

for(new 
x=0MAX_PLAYERSx++) 

if(
Player[x][pAdmin] >= 6

SetPlayerChatBubble(x"Dono do Servidor"COR_AZUL100.0100000); 

else if(
Player[x][pAdmin] >= 5

SetPlayerChatBubble(x"Game Master"COR_AZUL100.0100000);  

else if(
Player[x][pAdmin] >= 4

SetPlayerChatBubble(x"Sub Game Master"COR_AZUL100.0100000);  

else if(
Player[x][pAdmin] >= 3

SetPlayerChatBubble(x"Administrador Fixo"COR_AZUL100.0100000);  

else if(
Player[x][pAdmin] >= 2

SetPlayerChatBubble(x"Administrador Avanзado"COR_AZUL100.0100000);  

else if(
Player[x][pAdmin] >= 1

SetPlayerChatBubble(x"Administrador Temporбrio"COR_AZUL100.0100000);  

else if(
Player[x][pLider] >= 1

SetPlayerChatBubble(x"Lнder Facзгo"COR_AZUL100.0100000);  

else if(
Player[x][pDM] >= 1

SetPlayerChatBubble(x"Dono do Morro"COR_AZUL100.0100000);  

else if(
Player[x][pFrente] >= 1

SetPlayerChatBubble(x"Frente"COR_AZUL100.0100000);  

else if(
Player[x][pGerente] >= 1

SetPlayerChatBubble(x"Gerente"COR_AZUL100.0100000);  

else if(
Player[x][pVapor] >= 1

SetPlayerChatBubble(x"Vapor"COR_AZUL100.0100000);  

else if(
Player[x][pFogueteiro] >= 1

SetPlayerChatBubble(x"Fogueteiro"COR_AZUL100.0100000);  



Ver se funciona...
Reply


Messages In This Thread
Alguem da uma forзa - by BrGabrielBr - 31.03.2017, 00:14
Re: Alguem da uma forзa - by Lуs - 31.03.2017, 00:20
Respuesta: Alguem da uma forзa - by BrGabrielBr - 31.03.2017, 00:41
Re: Alguem da uma forзa - by MrJanitor - 31.03.2017, 00:54
Re: Alguem da uma forзa - by SamuelW - 31.03.2017, 01:06
Re: Alguem da uma forзa - by Rato22 - 31.03.2017, 01:15
Respuesta: Alguem da uma forзa - by BrGabrielBr - 31.03.2017, 01:47
Respuesta: Alguem da uma forзa - by BrGabrielBr - 31.03.2017, 01:49
Re: Respuesta: Alguem da uma forзa - by Rato22 - 31.03.2017, 01:51
Re: Alguem da uma forзa - by Rato22 - 31.03.2017, 01:53

Forum Jump:


Users browsing this thread: 1 Guest(s)