SA-MP Forums Archive
Load job/cell's after server restart - 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: Load job/cell's after server restart (/showthread.php?tid=356816)



Load job/cell's after server restart - MatijaCH - 05.07.2012

Hello,
I need help about saving jobs and prison cells.. When I log off and log on again cells and my jobs are saved but every time you reset the server my job and my prison cells dont save.
I use this mod: https://sampforum.blast.hk/showthread.php?tid=347315... What could be?

Sorry for my English :/ I am a Croat


Re: Load job/cell's after server restart - FUNExtreme - 05.07.2012

Ask in the gamemode thread..


Re: Load job/cell's after server restart - SnG.Scot_MisCuDI - 05.07.2012

pawn Код:
OnGameModeExit()
{
     //saving function here
     return 1;
}