Jump to content

GamerDeMTA

Members
  • Posts

    559
  • Joined

  • Last visited

Everything posted by GamerDeMTA

  1. and for make it you can do it ONLY 1 time per map?
  2. 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.
  3. GamerDeMTA

    login

    tambien vale haser aclReload no?
  4. 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"]]
  5. 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!
  6. 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"?
  7. ah ok thanks. can you give me the functions for vehicle HP and speed? I didn't found them
  8. 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)?
  9. How to do it for the Mods, Smods and Admins??? Not only for 1 group?=
  10. thanks :DDD It works. ah and u know any event or "export" for when I take a vehicle in the RACE (a vehicle pickup),?
  11. No. It says bad argument in the line 3 and 4
  12. what will happen if i use ONLY the TXD, and not the DFF? for replace
  13. 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
  14. 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.
  15. My fault! I changed something and put HitElement instead hitElement. Thanks you all Castillo Prestege and Made
  16. Root? Then when I hit the marker it will do it for all?
  17. You can see it's as server side in the first Post ^^^^^above and the client side too
  18. Now it says "expected string at argument 1, got nil" ( @ triggerClientEvent )
  19. 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)
  20. 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:
×
×
  • Create New...