I mean, how to do that if a player press "N", his Game Time sets to "23.00" only for him! But after 20 seconds it returns to "18.00". And you can do it one time by each map. Only 1.
Hey! I need help... I want to do something like setting the HOUR to 23.00 for the player (only), he can do it only ONCE [each map]. How to? [also that when he says the bindKey for set the HOUR to 23.00, 20 seconds or 30s later, it returns to "18.00"]]
thanks it works! but there is two problems ( it says the health and the velocity (in kmh) with commas (like 120.2222333) like that ( and there's other problem. it says there are 140 HP of vehicle when my vehicle is already blowing!
thanks :DD hey do u know if there's any NOS Speed-O-MeTer in the Community??
Ah, and for what's gthis function? I didn't understand in wiki:
getVehicleNitroCount
ah and what means "if the vehicle is steamed in"?
I want to create a Speed-O-Meter and a NOS "Speedometer" (which show u how much NOS u've)
How?
Thanks you
EDIT: Can u also say me the function for get the vehicle's HP (vehicle health)?
for what is a DFF and for what is a TXD? Please say me if is important if I don't replace a DFF for cheetah but If I replace TXD for it. Because the DFF is 7 MB
local thevehicle = getPedOccupiedVehicle ( getRootElement() )
local
function ( thevehicle )
setVehicleHeadLightColor ( thevehicle, 0, 255,0 )
setVehicleColor( thevehicle, 0, 0, 255 )
end
addEventHandler ( "onClientPlayerSpawn", getRootElement(), )
It says somthing about a "attempt" to call global.
it still doesn't work. PS: I pass the marker by car is that ImPortant??
ah and the debugscript /3 says it's #5 line (triggerClientEvent, argument 1 got nil)
D: The problem is yet
this is the code (NOW, EDITED)
ma = createMarker (x,y,z, "cylinder", 4, 0, 0, 255, 225 )
addEventHandler("onMarkerHit",source,ma,
function ( )
triggerClientEvent ("wii", source)
end
)
Help D: