View Single Post
Author Message
Leonardo
Veteran Member
Join Date: Feb 2010
Location: 90's
Old 01-06-2014 , 11:28   [NMRiH] Full Infinite Ammo v1.3.9 (11 Sep 2014)
Reply With Quote #1

Credits:
Tylerst for his [TF2] Full Infinite Ammo.
Features:
* Infinite ammo;
* No reload mode;
* Infinite stamina;
* No infection mode [Beta];
* Increase rate of fire.
How to configure?
PHP Code:
// Plugin Version ConVar
//nmp_fia_version

// Hide admin activity.
nmp_fia_silent 1

// Inifite ammo for everyone.
nmp_fia_for_all 0

// Inifite clip ammo.
nmp_fia_no_reload 0

// Stamina for everyone.
nmp_fia_stamina -1.0

// No infection mode for everyone.
nmp_fia_noinfect 0 
How to use?
PHP Code:
// Toggle infinite ammo mode
// 0 - disabled
// 1 - infinite ammo
// 2 - infinite ammo & clip
sm_fia <targets> <0-2>

// Set rate of fire
sm_rof <targets> <1.0-10.0>

// Set permanent stamina (also disables bleeding/grabbing)
// Value: from 0.0 to sv_max_stamina, -1 to disable
sm_stamina <targets> <float/-1>

// Set no infection mode [Beta]
sm_ni <targets> <0/1>

// Reload config file
sm_fia_reload 
Known issues:
* Bleeding disables ability to sprint, so sm_stamina disable it;
* Possibly broken No infection mode.
Changelogs:
Spoiler
Attached Files
File Type: sp Get Plugin or Get Source (nmp_fia.sp - 4734 views - 19.6 KB)
File Type: txt nmp_fia.phrases.txt (1.1 KB, 2328 views)
__________________

Last edited by Leonardo; 09-11-2014 at 01:55.
Leonardo is offline