11.07.2016, 08:57
Quote:
Hi, thanks for your help but this is actually the opposite of what I wanted :') What you've posted above is the way my current system works.
What I actually want, is for the colours to be displayed on screen, and the player clicks on the colour they wish to have, and that is then selected. |
Well it's quite simple, just go to your OnPlayerEnterVehicle and add a Dialog which displays the commands, last but not least go to the OnDialogResponse and add if the player clicks on the blue color it will change the cars color to blue..etc
Edited: you don't have to use a dialog, just my example, you could send a client message too