Posts: 112
Threads: 25
Joined: Mar 2011
Reputation:
0
Ok so in order to make a car ownership filterscript work i need to know how many cars i have in my gm ,does anybody know a SURE way to find out ? I was trying with /gotocar ,but is that a sure way?
thx in advance
Posts: 112
Threads: 25
Joined: Mar 2011
Reputation:
0
ok and the "number of vehicle models" i see in the console is the number of cars ?
Posts: 149
Threads: 0
Joined: Oct 2009
Reputation:
0
No, it is, as it says, the number of vehicles models you have created. Models are the type of the vehicle (like a hydra, rhino, infernus, etc)
Posts: 112
Threads: 25
Joined: Mar 2011
Reputation:
0
myea well i dont understand where do i see the carcount ?
Posts: 149
Threads: 0
Joined: Oct 2009
Reputation:
0
That's what the function I pasted earlier is for. After you created the vehicles you can use the function and store what it returns, it returns the amount of cars.
Posts: 112
Threads: 25
Joined: Mar 2011
Reputation:
0
what i meant was,i need to make a command to use that stock or how can i use it (after adding it to the gamemode ) ? im sorry for bothering you but i never used /added stock's before xD...
Posts: 149
Threads: 0
Joined: Oct 2009
Reputation:
0
The stock will count all vehicles. Also the mike = CreateVehicle(.....).