grycholek Posted May 27, 2013 Share Posted May 27, 2013 Hello can anybody help me with 4 things? 1. out of order service traffic lights How to do this, when is night (11 p.m on the roads just be amber light on traffic. 2. Vehicle right click How to do when i click right on the car its make button next to mouse. 3. Rent bike. so, i want to create 3,4 bikes on the marker,when BIKE FROM THE MARKER was take ( someone take this for use,then from this player was take 3$ and then when the player give this bike back to marker his money back. 4. Cents on money. Okey so in hud you got money like $0000001212 i like to get two last numbers like $000000012,12 ( the last 2 numbers was cents) How to do it? Thanks and sorry for my bad english ;c Link to comment
myonlake Posted May 28, 2013 Share Posted May 28, 2013 1. getTime(), setTrafficLightState(), setTimer() 2. onClientClick, guiCreateButton(), getElementType() 3. createMarker(), setElementData(), givePlayerMoney(), takePlayerMoney(), createVehicle() 4. setElementData(), getPlayerMoney() That will get you started. Come back if you need help. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now