undefined symbol "CreateProgressBar" - 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: undefined symbol "CreateProgressBar" (
/showthread.php?tid=567194)
undefined symbol "CreateProgressBar" -
kevannkw - 11.03.2015
So i am trying to compile my script and i get these errors:
Код:
C:\Users\Kevin\Documents\Server Stuff\myserver\gamemodes\BCRP.pwn(36857) : error 017: undefined symbol "CreateProgressBar"
C:\Users\Kevin\Documents\Server Stuff\myserver\gamemodes\BCRP.pwn(36857) : warning 213: tag mismatch
C:\Users\Kevin\Documents\Server Stuff\myserver\gamemodes\BCRP.pwn(36858) : error 017: undefined symbol "SetProgressBarMaxValue"
C:\Users\Kevin\Documents\Server Stuff\myserver\gamemodes\BCRP.pwn(36859) : error 017: undefined symbol "SetProgressBarColor"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
Any suggestions?
Re: undefined symbol "CreateProgressBar" -
oliverrud - 11.03.2015
Need the progressbar include most likely.
Re: undefined symbol "CreateProgressBar" -
kevannkw - 11.03.2015
I have the Progress Include
Re: undefined symbol "CreateProgressBar" -
CalvinC - 11.03.2015
Are you sure you have it included in your script as well, with
#include <progress> above?
Re: undefined symbol "CreateProgressBar" -
kevannkw - 11.03.2015
Okay, i fixed it. Was something wrong with the include and i updated it. Thanks anyway.
This can be closed and archived