Need help with the error "undefined symbol "INI_Load"
#1

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?
Reply
#2

perhaps you're missing the include.
Reply
#3

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


Forum Jump:


Users browsing this thread: 1 Guest(s)