Script help - 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: Script help (
/showthread.php?tid=540961)
Script help -
TheNerka - 08.10.2014
Hello i want server config in Mysql
On the server config in mysql can change:
Gas cost
Car cost
Server total money
Rent vehicle cost and time
job reward and etc
im using mysql R38
Re: Script help -
zaibaslr2 - 08.10.2014
Make a new table called "options",then add 5 columns with required names
Write in the values you need, get the data in your script and then use variables to store that data.
Re: Script help -
Shady - 08.10.2014
1. What zaibaslr2 said
2. Use the latest version of MySQL (R39-2) (
Download)
Re: Script help -
TheNerka - 08.10.2014
Quote:
Originally Posted by ShadyX
1. What zaibaslr2 said
2. Use the latest version of MySQL (R39-2) ( Download)
|
Why use latest?
now im script config load, use playerid or use other?
Re: Script help -
TheNerka - 10.10.2014
help