Dini question - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Dini question (
/showthread.php?tid=108152)
Dini question -
JonyAvati - 12.11.2009
Description
It's a realy simple thing, I wanna save a "visits.ini" file, not in Scriptfiles, but in "data/server", so "../data/server/visits.ini".
How to change the "scriptfiles" directory to "data/server"? Maybe at dudb / dini / dutils includes?
Thank you!
Re: Dini question -
Jefff - 12.11.2009
U cant save in other place than scriptfiles
Re: Dini question -
JonyAvati - 12.11.2009
Quote:
Originally Posted by Jefff
U cant save in other place than scriptfiles
|
I think it's posible. How pawn knows where the scriptfiles folder is? It must be defined somewhere...
Re: Dini question -
Woet - 12.11.2009
You can't using native PAWN, but you can use
this plugin.
Re: Dini question -
JonyAvati - 13.11.2009
Quote:
Originally Posted by Woet
You can't using native PAWN, but you can use this plugin.
|
Thank you, but will this work with dini?