SA-MP Forums Archive
Nothing Saving - 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: Nothing Saving (/showthread.php?tid=576808)



Nothing Saving - XaibBaba - 07.06.2015

Can any one help me i am runing a server and its saving all families,houses,business on Windows server but when i run it on Linux. its not saving Families and houses and i also tried to make cmds of force saving but continuesly its not saving help me !


Re: Nothing Saving - Yashas - 07.06.2015

What system are you using to save?INI?MySQL?

If you are using plugins(mysql) then check if all plugins have been loaded by looking into your server window.


Re: Nothing Saving - DarkLored - 07.06.2015

When using Linux please make sure to add .so to the plugins in the server cfg and tell us if it fixed it for you.


Re: Nothing Saving - XaibBaba - 07.06.2015

i updated all plugins.. but its not saving and INI i am using


Re: Nothing Saving - XaibBaba - 07.06.2015

i am runing this script with much time but never seen this bugg its first time for me


Re: Nothing Saving - Yashas - 07.06.2015

dini or y_ini or ??


Re: Nothing Saving - XaibBaba - 07.06.2015

Y_ini


Re: Nothing Saving - Yashas - 07.06.2015

Add this line after you use INI_Open
Код:
printf("INI ID %d",_:your_ini_handle);



Re: Nothing Saving - RaeF - 07.06.2015

if you use directory for saving ex: in scriptfiles/playersave/yourini.ini, then create playersave directory first, because y_ini cannot make directory automatically ( Not only y_ini but all of saving system that use file function in samp. )


how to make directory in linux?

Код:
$ mkdir
ingnore the $.


Re: Nothing Saving - XaibBaba - 07.06.2015

i am using .cfg to save biz info and houses and families info but my biz.cfg working properly but houses and families are not working properly.