Posts: 609
Threads: 93
Joined: Jul 2013
Reputation:
0
What do you mean by decrease the car slots? Its probably a variable in the script... so we cant help you without seeing the code...
Posts: 2,629
Threads: 40
Joined: Mar 2008
Reputation:
0
I'm sure there isn't that many [15] in the gamemode. Just search for that and I'm sure you'll find something.
Posts: 609
Threads: 93
Joined: Jul 2013
Reputation:
0
We cant help you if we cant see your code.... put it on pastebin or something...
Look for something like #define MAX_CARS or something
Posts: 100
Threads: 14
Joined: Sep 2014
Reputation:
0
I had a look at the gamemode. Didn't take even 5 minutes to locate the right place. You should be creative enough to find it with CTRL + F... well search for "vowner".
Posts: 100
Threads: 14
Joined: Sep 2014
Reputation:
0
Just remove every vowner9 & vowned9 and all the way to 15. Now if you only removed them from the enum, then you'll have to remove same stuff from rest of the script.. such as there's a line "PlayerInfo[playerid][vowner9] = (dUserINT(PlayerName2(playerid)).("vowner9"));" below so remove it completely and so on..
Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
Seriously, with that font, i'd rather watch paint set on fire.
Posts: 10
Threads: 1
Joined: Nov 2014
Reputation:
0
BladeMaster did you tryed that?
Posts: 10
Threads: 1
Joined: Nov 2014
Reputation:
0
Didnt worked we stay at 15 Slots now
Posts: 3
Threads: 0
Joined: Oct 2014
Reputation:
0
Hi Guys, no one Knows how to Remove the Car slots ? From 15 to 10 ??
Posts: 10
Threads: 1
Joined: Nov 2014
Reputation:
0
We got it, if anyone have the same Problem just disable vowned and vowner and all other stuff from 15-10 so you have only 9 Carslots. You have to disable all of that stuff with /* */