help for change id vichel id -
br155 - 04.04.2014
hi i am need help for set id for vichel like image Down
Re: help for change id vichel id -
MMOSlot - 04.04.2014
Ugh.. My brain is just saying Warning: Error 404 when I read the, could you translate it better?
Re: help for change id vichel id -
Cookland - 04.04.2014
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.
Re: help for change id vichel id -
br155 - 04.04.2014
good Translation plz help
Re: help for change id vichel id -
Cookland - 04.04.2014
I believe I have answered your question.
You can't actually change this.
That is default.
+Rep if this answered your question
Re: help for change id vichel id -
br155 - 04.04.2014
tanx but Is Cause bug at game
Re: help for change id vichel id -
ChristianIvann09 - 04.04.2014
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
Re: help for change id vichel id -
br155 - 04.04.2014
yes but i need code for cahnge id vehicle
Re: help for change id vichel id -
Vince - 04.04.2014
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.
Re: help for change id vichel id -
Cookland - 04.04.2014
Quote:
Originally Posted by Vince
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.
|
Thank you for explaining what I meant.