Posts: 30
Threads: 7
Joined: Jun 2013
Reputation:
0
Ugh.. My brain is just saying Warning: Error 404 when I read the, could you translate it better?
Posts: 877
Threads: 42
Joined: Mar 2014
Reputation:
0
hi i am need help for set id for vichel like image Down
"Hi, I am in need of setting the vehicle ID like I have shown in the image below"
The vehicle ID is the amount of cars you have within your/the server.
This car, for example, is the 482th car stored in the whole of the servers database.
Posts: 204
Threads: 75
Joined: Aug 2013
Reputation:
0
good Translation plz help
Posts: 204
Threads: 75
Joined: Aug 2013
Reputation:
0
tanx but Is Cause bug at game
Posts: 621
Threads: 174
Joined: Nov 2013
Just type in game. /dl
Hope it works
EDIT: oh gosh fuck your grammar. please fix
If you dont understand what im saying above then i dont understand what your talking about at your thread
Posts: 204
Threads: 75
Joined: Aug 2013
Reputation:
0
yes but i need code for cahnge id vehicle
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Like said above, it can't be changed. If your scripts starts to bug just by adding more vehicles then your gamemode is relying on assumptions. And assumptions are bad. That's why there are variables.
Imagine that the gamemode assumes that vehicles with ids 1 through 20 are police vehicles and the rest are normal vehicles. If you add a new vehicle at the beginning then that vehicle will get id 1 and all the rest will move one place down. The vehicle you just created becomes a police vehicle and the 20th vehicle (which is now the 21st vehicle) suddenly becomes a normal vehicle.