Jump to content

Forums

  1. Multi Theft Auto: San Andreas 1.x

    1. Support for MTA:SA 1.x

      HELP! HELP! Need help? Post here.

      55.2k
      posts
    2. User Guides

      These guides are a good place to start learning how to achieve certain things within MTA in an efficient and well mannered way.

      11
      posts
    3. Open Source Contributors

      This space is for contributors to discuss the development of MTA. No user suggestions/support.

      1.3k
      posts
    4. Suggestions

      Suggestions and requests go here. Please note that actual feature requests must be filed on our GitHub.

      7.7k
      posts
    5. Ban appeals

      Use this forum to appeal your GLOBAL MTA:SA bans. Permanent bans only - appeals for timed ones (eg. 24 hours) will be refused.

      Do not use it for appealing server-specific bans as we do not have power over these specific servers.

      4.6k
      posts
  2. General MTA

    1. News

      News and updates on Multi Theft Auto.

      9.8k
      posts
    2. Media

      User-made screens and movies go here.

      4.5k
      posts
    3. Site/Forum/Discord/Mantis/Wiki related

      Share your comments & concerns about our services.

      5.6k
      posts
    4. MTA Chat

      MTA related chat that is NOT support related!

      2.1k
      posts
    5. 330.6k
      posts
  3. MTA Community

    1. Scripting

      All Lua scripting topics related to Multi Theft Auto.

      261.6k
      posts
    2. Maps

      Discussions for maps on various gamemodes.

      13.4k
      posts
    3. Resources

      Everything else about resources.

      28.7k
      posts
    4. Other Creations & GTA modding

      This section includes things such as GUI themes, forum userbars, user-created MTA logos, etc. Also contains topics which cover general GTA modding areas that can be used in MTA, such as modelling.

      2.5k
      posts
    5. Competitive gameplay

      Discussions about various MTA-related competitive gameplay events. Also gang (clan) forums.

      26.7k
      posts
    6. Servers

      Looking for a server to play on? Looking for someone to host your server? Looking for a place to discuss with other server owners? Here's where to look.

      15.7k
      posts
  4. Other

    1. General

      Non-MTA discussions. Anything you want.

      38.1k
      posts
    2. Multi Theft Auto 0.5r2

      Discussion regarding Multi Theft Auto 0.5r2 for GTAIII and Vice City.

      674
      posts
    3. Third party GTA mods

      Showcase for single player mods and requests.

      813
      posts
  5. Archive

    1. 144k
      posts
    2. Trash

      These posts have broken forum rules. They are stored here temporarily so offending users can see what they have done wrong.

      3.1k
      posts
  • Posts

    • SERVER SIDE function applyWeaponPropertiesToPlayer(player, weaponID) triggerClientEvent(player, "laxaevent", resourceRoot, weaponID) end addCommandHandler("setMP5Mode", function(player, command, mode) local weaponID = 29 -- MP5 if mode == "default" then applyWeaponPropertiesToPlayer(player, weaponID) elseif mode == "pro" then applyWeaponPropertiesToPlayer(player, weaponID) end end ) CLIENT SIDE addEvent("laxaevent", true) addEventHandler("laxaevent", root, function(weaponID) if weaponID == 29 then setWeaponProperty(29, "pro", "weapon_range", 100) setWeaponProperty(29, "pro", "target_range", 25) setWeaponProperty(29, "pro", "accuracy", 100) setWeaponProperty(29, "pro", "damage", 15) setWeaponProperty(29, "pro", "maximum_clip_ammo", 60) setWeaponProperty(29, "pro", "flag_type_dual", false) end end ) Since weapon properties are client-side only, you need to ensure that when reloading or switching weapons, the player retains the correct properties. This can be done using the
    • V 1.3 : Community Page - Added WayPoint Path Finding to navigate your way to highlighted blips. (can be disabled through /csettings) - Improved blip interaction on the map. (sound and visual effects) - Fixed 3D blips being created underground. (self-corrects when inside the player's loaded world map) Video showcase:   
    • CLOSED Thanks   I want help or idea, how to apply weapon property into a player not global.. I tried all
    • You can now collect pumpkins by searching vehicles, houses, and trash cans, as well as clicking on pumpkins in the game world. You’ll also get pumpkins for every zombie you kill! Each payday, you'll receive some pumpkins, and on Saturdays and Sundays (in-game days), you earn a bonus pumpkin for each zombie you defeat. You can turn in your collected pumpkins to Mr. Skeleton for rewards.  
    • UPDATE #3 (v.0.9.9C) With this update, several new systems have been implemented, and as a player, there is now much more to explore and accomplish. There may still be some errors. Four Admin Ranks (1-4) with F6 admin menu for banning, kicking, and monitoring players. Outfits and hats available through quests and events; provide bonuses for experience and cash. Compass added for players with radios. Trash cans can now be searched. Weather changes every 4 hours. New quest with Ronald Dark (find police badges and batons). Vehicle system: Buy vehicles and store them in your garage. Start engine with X, toggle lights with L. Vehicles require gasoline. More buildings to explore. Gain experience points for character interactions. New toplist feature. Cigarettes can be smoked to restore health. Coupons available for purchase, offering double experience points and more for a limited time. Key shop for unlocking new areas and chests. Quality of life changes and bug fixes. More achievements added. New document added. New items added. Map improvements in Dillimore. New helpmenu entries added.  

Twitter Feed

×
×
  • Create New...