Posted By: MarcsVision
How do i choose a different car for using the game - 10/22/09 20:58
i created a car game. I'm looking for a script where the user can choose between 3 different cars and use the car they have choosen in the game.
Thanks
Posted By: Superku
Re: How do i choose a different car for using the game - 10/23/09 01:12
Do not double post the same question in different forums! This is the wrong forum, too.
Posted By: MarcsVision
Re: How do i choose a different car for using the game - 10/23/09 15:27
Sorry, i just wanted to get an answer from different minds. Im new to programming.
Posted By: xbox
Re: How do i choose a different car for using the game - 10/30/09 02:56
What you would have to do is show a panel or a 3d model or what ever to have the player select from, then on the click function of the button they press, you would have to create the entity through a function and set up the physics or what ever through code and place the vehicle in the level at a position through a vector.