[Pedido] Chat Bubble
#1

Preciso de um chat bubble que fica escrito "Administrador" emcima da cabeзa
meu servidor й de mata mata se puderem ajudar fico grato
Reply
#2

https://sampwiki.blast.hk/wiki/Create3DTextLabel
https://sampwiki.blast.hk/wiki/Attach3DTextLabelToPlayer
Reply
#3

pawn Код:
forward AtualizarChatBubble(); //Coloque junto as suas forwards
SetTimer("AtualizarChatBubble", 1000, true); //Coloque em ongamemodeinit

public AtualizarChatBubble()
{
    for(new x=0; x < MAX_PLAYERS; x++)
    {
        if Sua variбvel de administrador
        {
            SetPlayerChatBubble(x, "Administrador", -1, 100.0, 10000); // -1 = cor .
        }
    }
}
Reply
#4

coloque isso no fim da fs do Ladmin.

PHP код:
public admin()  for(new 0MAX_PLAYERS++) if(IsPlayerConnected(I) && PlayerInfo[I][Level] >= 1SetPlayerChatBubble(I,"Administrador(a)"0xFF0000FF50.01100); 
procure na fs escrito:
PHP код:
// -------------------------------------------------------------------------------------------- MANDAR PARA GM 
e coloque isso no fim dela.

PHP код:
forward admin();
public 
OnGameModeInit()
{
SetTimer("admin"1000true);
return 
1;

Reply
#5

Quote:
Originally Posted by DBxPlayer
Посмотреть сообщение
Cara, nem todo mundo usa os filterscript que vocк usa, entгo tente pensar antes de postar.
ele disse que й servidor de mata mata, servidores de mata mata costuma a usar ladmin pois ele й mais praticado pra identificar cheaters etc.., entгo passei o "administrador(a)".
Reply
#6

Quote:
Originally Posted by Feelipe
Посмотреть сообщение
pawn Код:
forward AtualizarChatBubble(); //Coloque junto as suas forwards
SetTimer("AtualizarChatBubble", 1000, true); //Coloque em ongamemodeinit

public AtualizarChatBubble()
{
    for(new x=0; x < MAX_PLAYERS; x++)
    {
        if Sua variбvel de administrador
        {
            SetPlayerChatBubble(x, "Administrador", -1, 100.0, 10000); // -1 = cor .
        }
    }
}
super desnecessбrio criar um timer pra ficar atualizando chatbubble й sу utilizar um textlabel no onplayerconnect
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)