Faction Vehicles - 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: Faction Vehicles (
/showthread.php?tid=446854)
Faction Vehicles -
ParadiseRP - 27.06.2013
The maximum amount of vehicles a family can have is 5, how can I increase to 10 or 15?
Re: Faction Vehicles -
Stanford - 27.06.2013
If you have the max number of family vehicles in your script as a define then edit it to the number that you want.
Re: Faction Vehicles -
Akira297 - 27.06.2013
You can have as many as your script defines the maximum.
Re: Faction Vehicles -
ParadiseRP - 27.06.2013
I searched for all the "#define"
Noting about max family vehciles
Re: Faction Vehicles -
Akira297 - 27.06.2013
What is your family vehicle system variable as?
Re: Faction Vehicles -
ParadiseRP - 27.06.2013
How can i check that ?
Re: Faction Vehicles -
Akira297 - 27.06.2013
What script are you using?
Re: Faction Vehicles -
ParadiseRP - 27.06.2013
z gaming
Re: Faction Vehicles -
Akira297 - 27.06.2013
I meant this - new Fam[MAX_VEHICLES];
Re: Faction Vehicles -
ParadiseRP - 27.06.2013
Quote:
Originally Posted by Akira297
I meant this - new Fam[MAX_VEHICLES];
|
Okay found it now what ??