SA-MP Forums Archive
[Pedido] Includes YSI/y_iterate.inc - 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: [Pedido] Includes YSI/y_iterate.inc (/showthread.php?tid=649960)



Includes YSI/y_iterate.inc - GuiKommander - 18.02.2018

Tou precisando da Include ProgressBar do Toribio: https://sampforum.blast.hk/showthread.php?tid=537468
Sу que quando compilo pede a include YSI/y_iterate.inc
E nгo acho essa biblioteca. Jб achei uma que vem, mais pede pra baixar outra, coisa infinita :c
@EDIT
Se possнvel apenas me arrume essas includes:
PHP код:
#include <logger>
#include <YSI\y_iterate>
#include <YSI\y_hooks> 



Re: Includes YSI/y_iterate.inc - Marllun - 18.02.2018

Vocк vai precisar do crashdetect tambйm.
//YSI
https://github.com/pawn-lang/YSI-Includes/releases
//CrashDetect
https://github.com/Zeex/samp-plugin-...etect/releases


Re: Includes YSI/y_iterate.inc - GuiKommander - 18.02.2018

Tб dando isso ae fiel kk. ja coloquei tudo certinho, YSI no Pawno/Includes e Scriptfiles, coloquei o Plugin crashdetect.dll
C:\Users\hp\Desktop\GameMode Newus RPG\pawno\include\YSI\..\YSI_Data\..\YSI_Internal\ ..\YSI_Core\y_utils.inc(430) : warning 201: redefinition of constant/macro (symbol "isnull(%1)")


Re: Includes YSI/y_iterate.inc - ViDaLoKa1 - 18.02.2018

isnull jб estб definido em sua gamemode ou em outra include basta remover.


Re: Includes YSI/y_iterate.inc - GuiKommander - 18.02.2018

Quote:
Originally Posted by ViDaLoKa1
Посмотреть сообщение
isnull jб estб definido em sua gamemode ou em outra include basta remover.
Jб consegui, coloquei a include progress2.inc encima de ZCMD.
Agora o problema й o seguinte.
PHP код:
BarraFome CreatePlayerProgressBar(playerid560.00251.0056.504.19, -1035059713100.00.0); 
Tб dando warning nessa linha, acho que й o Ultimo Parametro: direction = BAR_DIRECTION_RIGHT oque seria a direction ? Seria a barra voltada pra cima, como ? da um exemplo ??


Re: Includes YSI/y_iterate.inc - GuilhermeW - 18.02.2018

Se vc for mexer com a include editada pelo Southclaw, use o crashdetect se nгo tu vai passar raiva.


Re: Includes YSI/y_iterate.inc - GuiKommander - 18.02.2018

Up alguem?
Ta dando warning tag mistach nessas linhas:
PHP код:
BarraFome[playerid] = CreatePlayerProgressBar(playerid560.00251.0056.504.190x00FFFFFF100.0BAR_DIRECTION_RIGHT);
ShowPlayerProgressBar(playeridBarraFome[playerid]);
SetPlayerProgressBarValue(playeridBarraFome[playerid], 100.0); 



Re: Includes YSI/y_iterate.inc - ViDaLoKa1 - 18.02.2018

Por exemplo se vocк deixar BAR_DIRECTION_RIGHT a progressbar se movimentarб da esquerda para a direita como na barra azul e a amarela mostradas abaixo.

Jб BAR_DIRECTION_UP ou BAR_DIRECTION_DOWN de baixo para cima ou vice-versa:


Veja o filterscript de exemplo do Southclaw pode te ajudar: https://github.com/Southclaws/progre...aster/demo.pwn


Re: Includes YSI/y_iterate.inc - GuiKommander - 18.02.2018

Quote:
Originally Posted by ViDaLoKa1
Посмотреть сообщение
Por exemplo se vocк deixar BAR_DIRECTION_RIGHT a progressbar se movimentarб da esquerda para a direita como na barra azul e a amarela mostradas abaixo.

Jб BAR_DIRECTION_UP ou BAR_DIRECTION_DOWN de baixo para cima ou vice-versa:


Veja o filterscript de exemplo do Southclaw pode te ajudar: https://github.com/Southclaws/progre...aster/demo.pwn
@TOPIC Resolvido
++Reputation pra tu.