SA-MP Forums Archive
[Ajuda] TextDraw ( Progress Bar ) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] TextDraw ( Progress Bar ) (/showthread.php?tid=599501)



TextDraw ( Progress Bar ) - WKhalifa - 26.01.2016

Eu tava fazendo um sistema de progress bar por textdraw, porйm eu queria saber como posso fazer para a textdraw reiniciar ou seja, voltar para o inicio toda vez que o player logar, porque agora estб tipo quando o player loga a barra inicia normal porйm se nгo desligar o servidor e voltar a barra continua completa( cheia ) e queria fazer para toda vez que ele logar a barra tiver no 0 e ir para o final


Re: TextDraw ( Progress Bar ) - LucasMts - 26.01.2016

https://www.youtube.com/watch?v=eMCuNJBgg6E


Re: TextDraw ( Progress Bar ) - WKhalifa - 26.01.2016

Amigo, eu fiz o sistema atravйs deste tutorial


Re: TextDraw ( Progress Bar ) - JPedro - 26.01.2016

Se estiver usando a include do Toribio, sу ler o tуpico da include que tem todas as funзхes
https://sampforum.blast.hk/showthread.php?tid=113443

PHP код:
SetProgressBarValue(baridvalue)// Nome da bar - value coloca 0 para voltar ao inicio
UpdateProgressBar(baridplayerid=INVALID_PLAYER_ID)// Update para atualizar 



Re: TextDraw ( Progress Bar ) - RockstarL - 26.01.2016

Ele tб usando textdraws


Re: TextDraw ( Progress Bar ) - WKhalifa - 26.01.2016

Sim, estou usando por textdraws, mais vou trocar pela include como disse o amigo