Skip to content
  • 0 Unread 0
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
Collapse

Plutonium

  1. Home
  2. MW3 Modding Support & Discussion
  3. fast gun switching reloading

fast gun switching reloading

Scheduled Pinned Locked Moved MW3 Modding Support & Discussion
2 Posts 2 Posters 477 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • kaba7tohidundefined Offline
    kaba7tohidundefined Offline
    kaba7tohid
    wrote on last edited by
    #1

    hi
    is it possible to mod mw3 for fasting switching?by default thanks

    Kalitosundefined 1 Reply Last reply
    0
    • kaba7tohidundefined kaba7tohid

      hi
      is it possible to mod mw3 for fasting switching?by default thanks

      Kalitosundefined Offline
      Kalitosundefined Offline
      Kalitos
      wrote on last edited by Kalitos
      #2

      kaba7tohid I think it is what you are looking for.

      #include maps\mp\_utility;
      #include common_scripts\utility;
      #include maps\mp\gametypes\_hud_util;
      
      init()
      {
          level thread onPlayerConnect();
      }
      
      onPlayerConnect()
      {
          for(;;)
          {
              level waittill("connected", player);
              player thread onPlayerSpawned();
          }
      }
      
      onPlayerSpawned()
      {
          self endon("disconnect");
      	level endon("game_ended");
          for(;;)
          {
              self waittill("spawned_player");
              self SetPerk("specialty_fastreload", true, false);
      	self SetPerk("specialty_quickswap", true, false);       
      	
          }
      }
      
      1 Reply Last reply
      0

      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

      With your input, this post could be even better 💗

      Register Login
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Unread 0
      • Recent
      • Tags
      • Popular
      • Users
      • Groups