SA-MP Forums Archive
Erro - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Erro (/showthread.php?tid=622420)



Erro - ongnung147 - 22.11.2016

Код HTML:
./includes/task.pwn(1819) : warning 217: loose indentation
./includes/callbacks.pwn(359) : error 017: undefined symbol "SetPlayerProgressBarColour"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.



Re: Erro - ongnung147 - 22.11.2016

Код HTML:
public OnPlayerUpdate(playerid)
{	
	if(_hungerTextVisible[playerid] == 1)
	{
		SetPlayerProgressBarColour(playerid, DoNo, 0x11acFFFF);
	    SetPlayerProgressBarValue(playerid, DoNo, PlayerInfo[playerid][pHunger]);
		ShowPlayerProgressBar(playerid, DoNo);
	}



Re: Erro - justice96 - 22.11.2016

https://sampforum.blast.hk/showthread.php?tid=537468


Re: Erro - ongnung147 - 22.11.2016

I coppy http://pastebin.com/esKhTeKf =>> pawno =>> inclue .inc
[IMG]http://forum.sa-mp.click/attachments...8c0352753c813f[/IMG]
F5