[Question] Tunning - 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] Tunning (
/showthread.php?tid=346487)
[Question] Tunning -
Babica - 28.05.2012
Hello guys. i have a question . Cost for repair car in paint spray is 100$. For tunning (paintjob,spoilers.....etc),is 1000$ - 2000$ . What i have to do to change this prices. I want repair car by 50$, paintjob 100$,spoilers 200$,etc,etc...
Thanks,and sorry for my bad english
Re: [Question] Tunning -
TheDominator - 28.05.2012
As far as I know it's impossible as of now to change the price for the Pay n Spray built into GTA_SA, but if you want to change the prices then post the tuning system code here, then we can edit it to suit your needs.
Re: [Question] Tunning -
Babica - 28.05.2012
What "tunning system mode" ??
Are you kidding me? you think that i dont know to modify any prices? i haven`t any "tunning system mode",it`s about tunning in San Fierro.
So,,i can do that

i can edit prices of repair at paint spray and tunning in san fierro?
Re: [Question] Tunning -
Ranama - 28.05.2012
Quote:
Originally Posted by Babica
What "tunning system mode" ??
Are you kidding me? you think that i dont know to modify any prices? i haven`t any "tunning system mode",it`s about tunning in San Fierro.
So,,i can do that  i can edit prices of repair at paint spray and tunning in san fierro?
|
No you can't do that, but you can do your own commands to pimp cars, and you could also make a pay'n'spray enterable with a door or something and have server sided money so it won't cost anything to go into the pay'n'spray, then you can add the -$$$ to the enter door thing and to the car tuning cmds. (if you only want the car to be rapaired at a specific point you could use PlayerEnterRaceCheckPoint or something (and maybe make that one in a pay'n'spray)
Sorry if you don't understand me, i whrited this pretty fast becuse i have to go :S
Re: [Question] Tunning -
Babica - 28.05.2012
yes ranama, i`ll thinking that,but i want to modify price of pain`t spray and tunning,not make my pain`t spray on server (with cmds,etc)
Re: [Question] Tunning -
DarkerXxX - 28.05.2012
If you want to set price higher you should giveplayermoney on callback:OnVehicleRespray -200 for example
and if you want to make it free you should give money +[default price for spray]
I think that should work.