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)
+--- Thread: Question (
/showthread.php?tid=376190)
Question -
Sasoft - 09.09.2012
I'm just wondering, i have 2 cars saved in my .cfg file but there are alot of 0's in it. The .cfg file is 284kb and it takes some time to save. Are these numbers needed or is there any way to reduce the size of it?
Re: Question -
Sandiel - 09.09.2012
If you used /save, go to the last ones in the file, those are the last ones you made.
Re: Question -
Sasoft - 09.09.2012
Quote:
Originally Posted by Sandiel
If you used /save, go to the last ones in the file, those are the last ones you made.
|
I don't think you know what i'm talking about. I want to know why the file is full of 0's.
AW: Question -
Nero_3D - 09.09.2012
we cant know if we dont know which command you used...
it doesnt seem that you used a default sa-mp command like /save
in that case its the fault of the script you use
Re: Question -
Lutz - 09.09.2012
The last script I saw like this, the numbers are set to 0 by default until you actually put something there to replace them.
Like, if you have a script to add cars, the numbers will all be 0, and once you actually save a car it changes the 0's to the correct numbers.
Re: Question -
Sasoft - 09.09.2012
Quote:
Originally Posted by Lutz
The last script I saw like this, the numbers are set to 0 by default until you actually put something there to replace them.
Like, if you have a script to add cars, the numbers will all be 0, and once you actually save a car it changes the 0's to the correct numbers.
|
Okay thanks.