Jump to content

nwmafia

Members
  • Posts

    80
  • Joined

  • Last visited

Everything posted by nwmafia

  1. The code that Wiki showed me, doesn't work.. function handlingChange() setModelHandling(541, "mass", 1890) setModelHandling(541, "turnMass", 3780) setModelHandling(541, "dragCoeff", 0.7) setModelHandling(541, "centerOfMass", {0.0, 0.1, -0.2} ) setModelHandling(541, "percentSubmerged", 75) setModelHandling(541, "tractionMultiplier", 0.70) setModelHandling(541, "tractionLoss", 0.90) setModelHandling(541, "tractionBias", 0.50) setModelHandling(541, "numberOfGears", 5) setModelHandling(541, "maxVelocity", 407) setModelHandling(541, "engineAcceleration", 50) setModelHandling(541, "engineInertia", 10) setModelHandling(541, "driveType", "awd") setModelHandling(541, "engineType", "petrol") setModelHandling(541, "brakeDeceleration", 11) setModelHandling(541, "brakeBias", 0.45) setModelHandling(541, "ABS", false) setModelHandling(541, "steeringLock", 30) setModelHandling(541, "suspensionForceLevel", 0.80) setModelHandling(541, "suspensionDamping", 0.20) setModelHandling(541, "suspensionHighSpeedDamping", 0.0) setModelHandling(541, "suspensionUpperLimit", 0.10) setModelHandling(541, "suspensionLowerLimit", -0.09) setModelHandling(541, "suspensionFrontRearBias", 0.5) setModelHandling(541, "suspensionAntiDiveMultiplier", 0.6) setModelHandling(541, "seatOffsetDistance", 0.3) setModelHandling(541, "collisionDamageMultiplier", 0.50) setModelHandling(541, "monetary", 1460000) setModelHandling(541, "modelFlags", 0xC0222004) setModelHandling(541, "handlingFlags", 0x1400000) setModelHandling(541, "headLight", 1) setModelHandling(541, "tailLight", 1) setModelHandling(541, "animGroup", 0) end addEventHandler("onResourceStart", resourceRoot, handlingChange)
  2. Trying the move the gas station located near LSPD in Idlewood but it is not working... removeWorldModel(5409, 200, 1918.8515625, -1776.328125, 16.9765625) -- Idlewood Gas Station Object removeWorldModel(5535, 200, 1918.8515625, -1776.328125, 16.9765625,) -- Idlewood Gas Station LOD What am I doing wrong?
  3. You can close this topic, I had to double click the object *facepalm*
  4. The Map Editors World Object button works, but when I click the object, it automatically moves out of it's original position, so I can't get it's original positions?
  5. The Map Editors World Object button works, but when I click the object, it automatically moves out of it's original position, so I can't get it's original positions?
  6. How do I get a world objects X,Y and Z positions?
  7. I was asking how to make such script, since I don't know how...
  8. I don't want to keep track of their speed, I want to set the limit of speed a vehicle can go, let's say the Buffalo goes 180km/h, I want to limit to 140km/h.
  9. I want a script to be able to set the max speed of a vehicle based on it model number. (example of model number for Bufallo = 402). I want this script to be based on km/h. If you know where I can find a script like this, it would be appreciated. If not, if someone could teach me how to script this, it would be ideal as well. Thanks.
  10. Thank you so much, I'd give you an effin' kiss if I could right now!!!!
  11. I removed the TXD/ DFF/ and COL/ still no luck. Edit: And you're correct, the TXD, DFF, and COL are not in folders, they're are there along side the lua and meta.
  12. Thanks, I will try this, and let you know what happens!
  13. I want to replace a "phone sign" into a Stop Sign that I've downloaded, but the following code's i've tried has not worked. Script: txd = engineLoadTXD( "TXD/STOP.txd" ) col = engineLoadCOL( "COL/STOP.col" ) dff = engineLoadDFF( "DFF/STOP.dff", 0 ) engineReplaceTXD( txd, 1234 ) engineReplaceCOL( col, 1234 ) engineReplaceModel( dff, 1234 ) Meta: "STOP.col" /> "STOP.dff" /> "STOP.txd" /> The three files I've downloaded are... STOP.col + STOP.dff and STO.txd Does anyone know how to fix this?
  14. Hello, MTA gamers. I'm posting this thread to let you know North American Roleplay's server is now Open. We are very excited to accept players. This server is going to be 24/7. *WARNING* When you go into the server, you will have to wait 2 minutes, and a quick quiz about RP'ing will come up *WARNING* Search for our server in the server browser with this name: ||North American||Roleplay||24/7|| Server Owners: Chris Toshiba & Samer Belgacem. Vehicles: There are various vehicle shops located around Los Santos, you can purchase vehicles and be equipped with a set of keys. Houses: There are various houses around Los Santos, you can purchase houses and be equipped with a set of keys. Factions: There are many factions, you can apply in game! But obviously faction leaders will interview you In Game as well. Factions List: Los Santos Police Department Los Santos Emergency Services Los Santos Fire Department Los Santos Towing and Recovery (known as Hex) Los Santos Flight School Los Santos Entertainment Incorporated Government of Los Santos San Andreas Network First Bank of Los Santos Sarah's Delivering Good Company Jobs: Delivery Driver Taxi Driver Bus Driver Mechanic Shops/Stores: General Store Gun + Ammo Shop Food Store Sex Shop Clothes Store Gym Store Drug Store Electronic Store Alcohol Store Book Store Cafe Store Licenses: Drivers License Weapons License Gas stations: There are various gas stations located in San Andreas Vehicle Repair: There are various vehicle repair shops in San Andreas [There is so much more, come and check it out!] View our facebook page @ http://www.facebook.com/pages/North-American-Roleplay/421487227889456?ref=hl
  15. If you make it server side and client side, both you and clients will see it.
  16. So everything is set up with Wamp and MySQL is good to go. But when I try to register a account ingame nothing happens, and nothing happens when I try to log in.
  17. Thank you very much, great help. 5/5.
  18. Okay, so I go into admin panel, make a team. But how do I add someone into the team i made?
  19. My thoughts exactly rolling11.
  20. Okay I've download a Jail Resource from here https://community.multitheftauto.com/index.php?p=resources&s=details&id=3251 I then made an ACL group called Police and adjusted the rights to the way I've wanted them. How do I make it so the ACL Police group will be able to use the Jail System without getting denied access?
  21. I do /setteam and nothing come up?
  22. Hello, i'm making a server, and would like to know how to add someone to a team?, what cmd do i use?
  23. Changing the A in to an a, worked. Thank you so much
  24. Warp command does not exist, but, what I want is for the Police group to be able to open the Amin Panel and select the warp options.
×
×
  • Create New...