SA-MP Forums Archive
really really really small problem - 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: really really really small problem (/showthread.php?tid=452935)



really really really small problem - FishyZ - 23.07.2013

Where do I place dini? (Please be spefic)


AW: really really really small problem - Macronix - 23.07.2013

Well... in your "pawno/include" folder?!
And on top of your script
pawn Код:
#include <dini>



Re: really really really small problem - FishyZ - 23.07.2013

Here?
Quote:

C:\Users\bosi\Desktop\lawl\Scripting 2\pawno\include

Or here
Quote:

C:\Users\bosi\Desktop\lawl\Scripting 2\include

I placed in both and got this error :
C:\Users\bosi\Desktop\lawl\Scripting 2\gamemodes\AdminFS.pwn(2) : fatal error 100: cannot read from file: "dini"
Also my include
Quote:

#include <dini>




AW: really really really small problem - Macronix - 23.07.2013

The first one is right, there shouldn't be any problems... or do you have 2 pawno.exe ? You have to use the one where you put the "dini" file in.
The #include <dini> has to be at top of your script, after #include <a_samp> ^^
Also check the letters, you wrote "dini" but the file could also be called "Dini"


Re: really really really small problem - morocco - 23.07.2013

Quote:
Originally Posted by FishyZ
Посмотреть сообщение
Where do I place dini? (Please be spefic)
Your Friend https://sampwiki.blast.hk/ !