[Ajuda] Nivel Procurado
#1

Alguem pode ajudar colocar Nivel procurado acima da cabesa uso GM BML Obrigado
Reply
#2

aqui tem um tuto >>> Aquil
Reply
#3

Uso GM BML Alguem termina aki
Код HTML:
public TextProcu()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        new string[256];
        if(GetPlayerWantedLevel(i) > 0)
        {
            format(string,256,"||-||PROCURADO||[%d]",GetPlayerWantedLevel(i));
            SetPlayerChatBubble(i,string, COLOR_RED, 100.0, 1000);
        }
    }
}
Reply
#4

Acho que deu so que compilar deu warning 235: public function lacks forward declaration (symbol "TextProcu")
Reply
#5

explique se voce quer uma estrelinha amarela lah e ?

ou sistema recompensa como e?

a e outra ja que vai usar gm da net escolha um melhor por que o bml e cheio de comandos secretos.


edit

PHP код:
forward TextProcu(); //esse warning ocorre por falta de forward 
public TextProcu(){
    for(new 
i=0i<MAX_PLAYERSi++){
        new 
string[128];
        if(
GetPlayerWantedLevel(i) > 0){
            
format(string,256,"||-||PROCURADO||[%d]",GetPlayerWantedLevel(i));
            
SetPlayerChatBubble(i,stringCOLOR_RED100.01000);
        }
    }

erro e erro = gm nao compila
warning e warning = gm compila

edit 2

128 = string permitida
256 = o dobro
Reply
#6

bota isso em ongamemodeinit >> SetTimer("TextProcu", 1000, true);

e isso em cima dessa calback ou no topo do gm >> forward TextProcu();

acho q vc n leu o tuto '-'
Reply
#7

Qual melhor GM Base?
Reply
#8

Bom й bom comeзar por GM's de DM, Drift, Gang War....


Mas eu se estamos falando de RPG <EU> gosto muito do Crazy Life
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)