SA-MP Forums Archive
Autosave stats time - 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: Autosave stats time (/showthread.php?tid=199864)



Autosave stats time - 06leachr - 16.12.2010

Where can I define this? It is currently 30 minutes but that is too long.

Cheers, Rob.


Re: Autosave stats time - Benjo - 16.12.2010

I'll be impressed if anybody can tell you without being able to see the code you are using ^_^


Re: Autosave stats time - Mauzen - 16.12.2010

90% of the script have the same structure

Go to OnPlayerConnect of the script. There look for SetTimer or SetTimerEx and change the 1800000ms (=30 minutes) to whatever you like.
If you cant find it, just search for 1800000 in the script with ctrl+f and change it.

Nevertheless, Benjo is right. Please do not post request without any info about the script you are using. Give at least its name, or better the relevant code part of it.