mirror of
https://github.com/ENSL/NS.git
synced 2025-03-23 02:41:04 +00:00
weaponcfgs update
This commit is contained in:
parent
ce5f18f1dc
commit
ac9b4c8b25
34 changed files with 37 additions and 33 deletions
|
@ -697,8 +697,10 @@ void CHudAmmo::Think(void)
|
|||
if (gHUD.GetCurrentWeaponID() != gWR.LastWeaponId)
|
||||
{
|
||||
gWR.LastWeaponId = gHUD.GetCurrentWeaponID();
|
||||
WEAPON* currentWeapon = gWR.GetWeapon(gHUD.GetCurrentWeaponID());
|
||||
|
||||
ClientCmd("exec weaponcfgs/default.cfg");
|
||||
|
||||
WEAPON* currentWeapon = gWR.GetWeapon(gHUD.GetCurrentWeaponID());
|
||||
char weapcfg[128];
|
||||
sprintf(weapcfg, "exec weaponcfgs/%s.cfg", currentWeapon->szName);
|
||||
ClientCmd(weapcfg);
|
||||
|
|
2
main/weaponcfgs/default.cfg
Normal file
2
main/weaponcfgs/default.cfg
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Enter commands to be executed before swapping to any weapon. Useful for resetting commands that are adjusted in only a small number of weapon configs.
|
||||
// Commands in other weapon configs are executed after this file and take precedence over these commands.
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
|
@ -1 +1 @@
|
|||
// Enter commands to be executed when this weapon is being used. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
// Enter commands to be executed when swapping to this weapon. Useful for per-weapon cl_cross commands or sensitivity.
|
||||
|
|
Loading…
Reference in a new issue