SA-MP Forums Archive
Need help with the error "undefined symbol "INI_Load" - 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: Need help with the error "undefined symbol "INI_Load" (/showthread.php?tid=458862)



Need help with the error "undefined symbol "INI_Load" - Krakuski - 18.08.2013

Code:
C:\Users\Krakuski\Desktop\Roleplay\filterscripts\Description.pwn(63) : error 017: undefined symbol "INI_Load"
C:\Users\Krakuski\Desktop\Roleplay\filterscripts\Description.pwn(63) : warning 215: expression has no effect
C:\Users\Krakuski\Desktop\Roleplay\filterscripts\Description.pwn(63) : error 029: invalid expression, assumed zero
C:\Users\Krakuski\Desktop\Roleplay\filterscripts\Description.pwn(63) : error 017: undefined symbol "extra"
C:\Users\Krakuski\Desktop\Roleplay\filterscripts\Description.pwn(63) : fatal error 107: too many error messages on one line
pawn Code:
INI_Load( "player_descriptions.ini", .bExtra = true, .extra = playerid );
Am I missing anything that is causing this to happen?


Re: Need help with the error "undefined symbol "INI_Load" - sleepysnowflake - 18.08.2013

perhaps you're missing the include.


Re: Need help with the error "undefined symbol "INI_Load" - Krakuski - 19.08.2013

Fixed, I was missing the includes like you said, Thanks