Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/11/23 in all areas

  1. How do i turn off guns (not shooting and no aiming), and no using fists. i want it so it doesnt unequip it but i want fists to be able to equip and make them so when i click left click, or (right click), so it doesnt try to hit. thx
    1 point
  2. function disableWeaponControls() toggleControl(source, "fire", false) toggleControl(source, "aim_weapon", false) toggleControl(source, "next_weapon", false) toggleControl(source, "previous_weapon", false) end addEventHandler("onPlayerJoin", root, disableWeaponControls) https://wiki.multitheftauto.com/wiki/ToggleControl
    1 point
×
×
  • Create New...