Jump to content

Piciu713

Members
  • Posts

    8
  • Joined

  • Last visited

Piciu713's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. Bump. Does anyone has any idea? I post a link to single player mod: http://www.gtagarage.com/mods/show.php?id=25722
  2. Works like a charm. Thank you very much
  3. So how someone did it in single player?
  4. Hello. I need a small script, to measure time how long does it take for a car to reach 100km/h from standing still. I have no idea where to start with this... Thanks in advance
  5. Hi there. I need some help with weapon properties. I've found a single player mod for crouching with camera. I wanted to do it in MTA, I don;t get it why is doesn't work setWeaponProperty(43, "pro", "flags", 0x002004) setWeaponProperty(43, "std", "flags", 0x002004) setWeaponProperty(43, "poor", "flags", 0x002004) When aiming, camera is in 3rd person and I cannot take pictures. Any ideas?
  6. I want this for all vehicle models. I've tried to make something. You know, first steps in lua function changeHandling() local zmiana = getElementsByType ( "vehicle" ) if zmiana then setVehicleHandling(zmiana, "tractionloss", 0.6) setVehicleHandling(zmiana, "tractionMultiplier", 0.6) end addEventHandler ("onResourceStart", resourceRoot, changeHandling)
  7. Yes. Is this even possible? Sorry for this stupid question, but I don't understand lua.
  8. Hello. I need a small script. The script should change 2 handling vaules for every car on the server to a defined value. 1 of them should be "tractionMultiplier" and second "tractionLoss" Both to 0.6 value Thanks in advance
×
×
  • Create New...