[Ajuda] Chat Procurado
#5

Nгo precisa de timer nem de 3DText.
PHP код:
public OnPlayerUpdate(playerid) {
    if(
GetPlayerWantedLevel(playerid) >= 1) {
        new 
str[50];
        
format(str,50,"Procurado(a) - %i",GetPlayerWantedLevel(playerid));
         
SetPlayerChatBubble(playerid,str,0xFF0000AA,100.0,10000);
    }
    return 
1;

Reply


Messages In This Thread
Chat Procurado - by felipe_mr - 24.10.2012, 17:57
Re: Chat Procurado - by .FuneraL. - 24.10.2012, 18:02
Re: Chat Procurado - by ViniBorn - 24.10.2012, 18:05
Re: Chat Procurado - by felipe_mr - 24.10.2012, 18:06
Re: Chat Procurado - by Abravanel - 24.10.2012, 18:29
Re: Chat Procurado - by ViniBorn - 24.10.2012, 18:39
Re: Chat Procurado - by Abravanel - 24.10.2012, 18:43
Re: Chat Procurado - by matheuspain - 24.10.2012, 18:58
Re: Chat Procurado - by ViniBorn - 24.10.2012, 19:19

Forum Jump:


Users browsing this thread: 1 Guest(s)