I have a problem with this.
#1

What is wrong with this:

Код:
    INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
I have 1 warning and 4 errors with this line:

Код:
error 017: undefined symbol "INI_ParseFile"
warning 215: expression has no effect
error 029: invalid expression, assumed zero
error 017: undefined symbol "extra"
fatal error 107: too many error messages on one line
Reply
#2

Did you include y_ini in your script?
Reply
#3

I put y_ini in my script and
fatal error 100: cannot read from file: "YSI\y_ini"
Reply
#4

Which compiler do you use? If you use pawno, then do you have y_ini.inc in the folder pawno\include\YSI ?
Reply
#5

I use sublime text 3 and i have y_ini.inc in the folder pawno\include\YSI.
Reply
#6

Hi there Marius, just some more information and as RedFusion says that you have to include y_ini.inc in your script to stop having this error.
Can you just check the location of y_ini.inc if it is in pawno\include\YSI\ or in pawno\include\?

so if it was in pawno\include\YSI\ then just put in your script the following:

PHP код:
#include <YSI\y_ini> 
and if it was in pawno\include\ so put the following in you script:

PHP код:
#include <y_ini> 
and i'm 100% sure and you won't get any errors unless you don't have the y_ini in your PC.
Reply
#7

then try
PHP код:
#include <YSI\y_ini.inc> 
Reply
#8

Nope, fatal error 100: cannot read from file: "YSI\y_ini.inc"
Reply
#9

It seems like you don't have y_ini.inc in the path "..\pawno\include\YSI\"
Reply
#10

Quote:
Originally Posted by RedFusion
Посмотреть сообщение
It seems like you don't have y_ini.inc in the path "..\pawno\include\YSI\"
This YSI is good?:

This YSI have y_ini and more.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)