A simple save script - 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: A simple save script (
/showthread.php?tid=130890)
A simple save script -
Dolph - 28.02.2010
It is kinda hard to have a server when everyone that join, start at the same spot, with the same amount of money all the time..
Suggestions?
Re: A simple save script -
Rambo_ - 01.03.2010
https://sampwiki.blast.hk/wiki/Main_Page <<----There now that's your homework for tonight.
Re: A simple save script -
Dolph - 01.03.2010
Haha, Well, I shall try my best, tho I suck at learning from text like that. But I'll try.
Strings, those "new" things, and so on, if it just was a bit... easier.
Re: A simple save script -
Dolph - 01.03.2010
Quote:
Originally Posted by ee100
Haha, Well, I shall try my best, tho I suck at learning from text like that. But I'll try.
Strings, those "new" things, and so on, if it just was a bit... easier.
|
And variables -.-
Код:
new
myVariable = 7;
printf("%d", myVariable);
myVariable = 8;
printf("%d", myVariable);
I have NO idea what even that is.. And it looks like math to me, and I am really not a fan of math.