Progress Bar Nгo Enche Todo
#1

Seguinte galera, criei um Progress Bar para encher tudo, a cada 2 segundos ele enche 10, depois que eu digito o comando /teste. Sу que... ele nгo enche tudo, tipo, eu digito /teste ai da 2 segundos ele enche 10, beleza.. sу que como eu disse, a cada 2 segundos й pra ele encher 10, e ele sу ta enchendo apenas uma vez, por que serб? segue abaixo o cуdigo.

http://pastebin.com/0vgwkpvB
Reply
#2

PHP код:
new Barbarra1;

/* OnGameModeInit */
barra1 CreateProgressBar(492.00416.00135.505.19, -1100.0);
SetProgressBarMaxValue(barra1100);

/* OnPlayerSpawn */
ShowProgressBarForPlayer(playeridbarra1);

/* Public Criada */
forward barra(playerid);
public 
barra(playerid)
{
    
SetProgressBarValue(barra1GetProgressBarValue(playerid) + 10); // parte alterada 
    
UpdateProgressBar(barra1playerid);
    return 
1;
}

/* Comando Criado */
CMD:teste(playerid)
{
    
SetTimer("barra"1000true);
    return 
1;

Reply
#3

Vlw mano, deu certinho.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)