Quantcast
Channel: SA-MP Forums
Viewing all articles
Browse latest Browse all 18226

[Ajuda] Bug na tela de Login

$
0
0
Boa tarde a todos do Fórum
Eu fiz um carregamento em porcentagem , usei como base o do Zcyan que está nos Codigos Uteis
Ele funcionou normal quando o player conecta vai até 100 Certinho, mas se ele desconectar e entrar denovo o Carregando Vai até 3000% depois volta pra 0 e assim ate 3mil e vai indo...
Já usei Diversas Coisas e não funcionou
Código
PHP Code:

forward Contagem(playerid);
public 
Contagem(playerid)
{
    new 
string[70];
    
format(stringsizeof(string), "CARREGANDO: %d%%"Carregando[playerid]);
    
SetTimerEx("Contagem"100false"i"playerid);
    
TextDrawSetString(TelaLogin[4], string);
    if(
Carregando[playerid] == 100)
    {
        
KillTimer(Carregando[playerid]);
        
TextDrawHideForPlayer(playerid,TelaLogin[4]);
        
TextDrawHideForPlayer(playerid,loadTela1);
        
TextDrawHideForPlayer(playerid,loadTela2);
        
TextDrawHideForPlayer(playerid,loadTela3);
        
showTelaLogin(playerid);
    }
    
Carregando[playerid]++;
    return 
1;


OnPlayerDisconnect
PHP Code:

Carregando[playerid] = 0;
KillTimer(Carregando[playerid]); 

Do Mesmo Jeito usando killtimer, e colocando a variavel para 0 Não Funcionou
Código do Zcyan
https://pastebin.com/raw/hQqrPSGa

Viewing all articles
Browse latest Browse all 18226

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>