[AJUDA] erro no code?
#3

pawn Код:
forward TextProcu();

SetTimer("TextProcu", 1000, true);

public TextProcu()
{
    for(new i=0; i<MAX_PLAYERS; i++)
    {
        new string[256];
        if(GetPlayerWantedLevel(i))
        {
            format(string,256,"**PROCURADO[%d]**",GetPlayerWantedLevel(i));
            SetPlayerChatBubble(i,string, 0x87413BFF, 100.0, 10000);
        }
    }
}
tenta esse manolo.
Reply


Messages In This Thread
[AJUDA] erro no code? - by goku114 - 05.05.2012, 16:22
Re: [AJUDA] - by BreakDriFT - 05.05.2012, 16:24
Re: [AJUDA] - by Tiu_DaColombia - 05.05.2012, 16:28
Re: [AJUDA] erro no code? - by CidadeNovaRP - 05.05.2012, 16:46
Re: [AJUDA] erro no code? - by Felipe_Wesker - 05.05.2012, 17:31

Forum Jump:


Users browsing this thread: 3 Guest(s)