Dynamic DealerShip Needed Please - 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: Dynamic DealerShip Needed Please (
/showthread.php?tid=148641)
Dynamic DealerShip Needed Please -
traxrex - 18.05.2010
I Need A Dynamic DealerShip System For My Server Please
Re: Dynamic DealerShip Needed Please -
ViruZZzZ_ChiLLL - 18.05.2010
What do you mean by this? Dynamic DealerShip?
Re: Dynamic DealerShip Needed Please -
traxrex - 18.05.2010
Like U buy with the id When you do /buyvehicle It shows A list Of Vehicle ids and names and Prices and there are infinite Amounts Of Everycar . After you buy it the car Will Spawn and be registered To the buyers name
Edit : Please Help ME
Re: Dynamic DealerShip Needed Please -
traxrex - 18.05.2010
Sorry For duble Post Cmon someone Help Me
Re: Dynamic DealerShip Needed Please -
Steven82 - 18.05.2010
Use a Dialog, Dini to save the owner's to a file and stuff. Not that hard if you put your mind to it
.
Although the bad thing in the past i had with dynamic dealership's, is since your saving them to a file and everyone can buy as many6 car's as they want. The server will start to lag, esp. if your on a VPS. So maybe making a limit the people can buy. Other than that, good luck.
Re: Dynamic DealerShip Needed Please -
traxrex - 18.05.2010
Dont Know How to use Dini
Re: Dynamic DealerShip Needed Please -
traxrex - 23.07.2010
Sorry For double Post but how to use Dini
Re: Dynamic DealerShip Needed Please -
MisterTickle - 23.07.2010
I would recommend DJson for its Autocommit capabilities but, Dini is fine.
https://sampwiki.blast.hk/wiki/Useful_Fu....28Dini.inc.29
This is a good resource to get used to the functions of Dini but, If you have no previous scripting knowledge you will certainly be confused in that case, You should have a browse around the wiki and post you're questions here.
Re: Dynamic DealerShip Needed Please -
TheKingOfSamp - 23.07.2010
hmmm sorry man we can't help you in this big scripts , you should learn some scripting at
wiki.sa-mp.com , becuase samps desscusions is not for making it for helps like you got a problem or an errors
Re: Dynamic DealerShip Needed Please -
CoaPsyFactor - 30.07.2010
hi i need too something like that, but i only need array with buy able vehicles something like this
new Vehicles[][10]{
{520, 10000},
{521, 100000},
}
first number is model id and second is price