• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help How to disable auto-weapon switch when out of ammo?
#1
What can I do to disable auto-weapon switch when out of ammo?It is annoying when playing on p.x knife only servers cause you're getting killed when you have to switch back to ballistic!
  Reply
#2
You have to make a mod for that, so you can't use it on pubic servers.
YouTube 1:Azumikkel- Modding
YouTube 2:DerpShark- Gaming Entertainment
Website:Jensby.me
Contact: im[at]jensby.me
  Reply
#3
with using script ?
System like zombie's weapon check.
Quote:if(self getCurrentWeapon() == self.primary && self getAmmoCount(self.primary) <= 1)
{
self waittill("weapon_change");
self setSpawnweapon(self.primary);
}
Idk crappy code
use loop, if you want it with secondary change self.primary to self.secondary
or modify a weapon file.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Disable Planting on Bomb clemi555 4 2,997 11-04-2013, 07:59
Last Post: clemi555
Shocked [Request] Switch plugin axel-le-meilleur 6 4,610 10-19-2013, 06:59
Last Post: iRoNinja
Question Help Mw2 weapon skin question FroxIVx4 1 2,756 10-13-2013, 16:54
Last Post: hmann
Question Help Weapon Name iRoNinja 8 5,998 10-08-2013, 08:31
Last Post: iRoNinja
  Help How to disable auto balance? .sepultura. 3 3,883 10-07-2013, 19:44
Last Post: Nekochan
  Mw2 weapon porting? Cuddlyedits 3 4,322 09-15-2013, 16:43
Last Post: DidUknowiPwn
Rainbow [Release] MW3: Random Weapon Plugin V1 Nekochan 50 30,309 09-11-2013, 15:11
Last Post: EnVi Sweden Rocks
  Help auto command Dynasty 6 3,996 08-26-2013, 16:05
Last Post: hillbilly
  [Request] no ammo for infected gamemode ExoGamer* 8 5,005 08-15-2013, 18:59
Last Post: Dr3am95
Exclamation [Request] Random Weapon At Spawn Scripts18 3 4,365 07-27-2013, 23:53
Last Post: DidUknowiPwn

Forum Jump:


Users browsing this thread: 1 Guest(s)