Posts: 145
Threads: 52
Joined: Jan 2010
Reputation:
0
how do i make my script from scratch so player spawn with the ammount of money 10000 because players spawn with 0
Posts: 145
Threads: 52
Joined: Jan 2010
Reputation:
0
i got it now so how do i make it save playermoney
Posts: 13
Threads: 2
Joined: Oct 2009
Reputation:
0
To save things, you should use a File Engine or Databases.
Look at the one of the tutorials in the SAMP forum.
Posts: 145
Threads: 52
Joined: Jan 2010
Reputation:
0
one more thing how do i add login system if i dont wanna use filterscript
Posts: 602
Threads: 3
Joined: Jun 2009
Reputation:
0
You mean you don't want to use someone elses filterscript?
Well you have to code one.
You would need to have player data that saves, dini etc
Then onplayerconnect show then a dialog or whatever and set a variable to login etc.
I would look at one that already exists to see how its done.