this may sound really stupid but i haven't found it anywhere
i'm making a racing game and i want to be able to chose different cars/characters at the start of the race or game
HOW DO DO IT ???
Make each car a character and search the manual for: Character.SetAsPlayer
Or you can use different views and just change views for each car:
player.ChangeView(2);
thanks but i want to have a list of all the cars that you can chose from
i get you have to do a gui for each car but what is the script and were do you put it
You can use hotspots, GUI buttons, even the actual characters to select a car.
"what is the script and were do you put it" -> rtfm.
what i mean is what is the script that will make it change the character
thanks all of yous you have been a great help