[Ajuda] Textdraw de 0% a 100%
#3

Quote:
Originally Posted by Felipealves
Посмотреть сообщение
PHP код:
public OnPlayerRequestClass(playeridclassid

    if(
PlayerInfo[playerid][Logged] == 0
    { 
        for(new 
0sizeof(TDEditor_TD); x++) 
        { 
            
TextDrawHideForPlayer(playeridTDEditor_TD[x]); 
        } 
        new 
str[128], BARRA;
        
back:
        if(
BARRA!= 100
        { 
            
BARRA ++;
            goto 
back;
        } 
        if(
BARRA == 100
        { 
            
format(str100"%d%"BARRA); 
            
TextDrawSetString(TDEditor_TD[10], str);
            for(new 
0'coloque a quantidade de textdraw em numeros' i++) 
            { 
                
TextDrawShowForPlayer(playeridTDEditor_LOgin[i]); 
            }
            
SelectTextDraw(playerid,0xFF0000AA); 
        }
        
ClearChatbox(playerid100); 
        return 
1
    } 
    return 
1

Ainda continua sem ir de 0% a 100%
Reply


Messages In This Thread
Textdraw de 0% a 100% - by Arleann - 22.12.2018, 04:09
Re: Textdraw de 0% a 100% - by Felipealves - 22.12.2018, 06:57
Re: Textdraw de 0% a 100% - by Arleann - 22.12.2018, 11:23
Re: Textdraw de 0% a 100% - by Felipealves - 22.12.2018, 11:31
Re: Textdraw de 0% a 100% - by Arleann - 22.12.2018, 12:01
Re: Textdraw de 0% a 100% - by Felipealves - 22.12.2018, 12:02
Re: Textdraw de 0% a 100% - by Arleann - 22.12.2018, 12:12
Re: Textdraw de 0% a 100% - by Felipealves - 22.12.2018, 12:18
Re: Textdraw de 0% a 100% - by Arleann - 22.12.2018, 12:23
Re: Textdraw de 0% a 100% - by Felipealves - 22.12.2018, 12:30

Forum Jump:


Users browsing this thread: 1 Guest(s)