Dini - 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 (
/showthread.php?tid=260765)
Dini -
Madsen - 10.06.2011
i use dini in my gm but somehow it suddenly stopped working i am not sure why. well it loads the files but it does not save it anymore. I know that it has something with my gamemode to do because it did work before. i even tried using the fs i had before (the fs worked 100%) but that did not work either. it might be because of the other includes i use but i am not sure so do anyone maybe know a sulotion to my problem.
pawn Код:
#include <a_samp>
#include <foreach>
#include <streamer>
#include <zcmd>
#include <sscanf2>
#include <dini>
#include <dudb>
#include <dutils>
Re: Dini -
Madsen - 11.06.2011
Quote:
Originally Posted by Magazinez
Any errors?
|
nope This forum requires that you wait 120 seconds between posts. Please try again in 16 seconds. <- fu
Re: Dini -
Stigg - 11.06.2011
How have you defined the player file ?
Re: Dini -
Madsen - 11.06.2011
well i cant remember all i know is that it worked when i used the filterscript and suddenly it stopped working so it have to be something to do with my game mode
Re: Dini -
Gintas - 11.06.2011
do you have accounts folder in your scriptfiles directory?
Re: Dini -
Madsen - 11.06.2011
yes but they was there before i noticed it stopped saving. it still loads the player files it just don't save them anymore.
Re: Dini -
ricardo178 - 11.06.2011
Did you make the code to save people stats, after OnPlayerDisconnects ?
If not, you need to do it...
if you added some new thing to the system, you need to delete your user file, so it will create a new one with all the informations.
If no-one of the 2 worked, post your code.
Re: Dini -
arturo clark - 12.06.2011
Hey Madsen I'm aclark, send me a PM, I could help you.