• How to Assign an Integer ?
    6 replies, posted
I want to assing an integer to the drivable vehicle model how to do that ?
What?(Please explain that)
It's hard to understand really what you want. If you don't know how to explain it then we might be able to help if you tell us what exactly it'll be used for.
I want to make license plate for cars and to do that i have to add an integers to the drivable vehicle models after i will call back them.
[QUOTE=ChoLua;32347615]I want to make license plate for cars and to do that i have to add an integers to the drivable vehicle models after i will call back them.[/QUOTE]Still not getting you here. To assign a number to something just do: [lua] Car = --CarEntity Car.LicencePlate = 1010444 [/lua] If you dont know that, have fun doing the rest of it.
You'll have to figure a way to save the player's car's license plate too if you want it to stay cross session.
You also would need to use 3d2d to draw it on the car.
Sorry, you need to Log In to post a reply to this thread.