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(playerid, 560.00, 251.00, 56.50, 4.19, -1035059713, 100.0, 0.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(playerid, 560.00, 251.00, 56.50, 4.19, 0x00FFFFFF, 100.0, BAR_DIRECTION_RIGHT);
ShowPlayerProgressBar(playerid, BarraFome[playerid]);
SetPlayerProgressBarValue(playerid, BarraFome[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.