AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [CS:S/CS:GO] Ammo Replenishment Lite - Refill on kill and Restock when out (https://forums.alliedmods.net/showthread.php?t=158534)

LumiStance 06-05-2011 20:37

[CS:S/CS:GO] Ammo Replenishment Lite - Refill on kill and Restock when out
 
2 Attachment(s)
Description
Provides automatic ammo refill and restock to Counter Strike: Source
Refill, when enabled, will fill the magazine clip when you get a kill.
Refill can be limited to headshots only.
Restock, when enabled, will give a box of ammo when you run out.

The weapon lookup for refill uses integer instead of string comparison to reduce CPU usage,
and only when the weapon is first picked up.
The ammo lookup for restock uses the weapon's ammo type as an array index to get the box size.

Servers using this mod: GameTracker sm_replenlite_version

Installation:
Place compiled plugin (sm_replen.smx) into your plugins folder.
The configuration file (replen.cfg) is generated automatically.
Changes to replen.cfg are read at map/plugin load time.
Changes to cvars made in console take effect immediately.

Complimentary Plugins:
Deathmatch Lite Respawn

Upgrade Notes:
Added sm_replenlite_headshot as of v1.3; add this to replen.cfg if you wish to use it.

Problems, Bug Reports, Feature Requests, and Compliments:
Please send me a private message at http://forums.alliedmods.net/private...=newpm&u=46596
Include a detailed description of how to reproduce the problem. Information about your server,
such as dedicate/listen, platform (win32/linux), game, and ip address may be useful.

I prefer to keep the plugin thread cleared so people don't have to wade through pages of fodder.
The community will be given a chance to address any bug reports that are posted in the plugin thread.
If you want a direct response from me, send a private message.

Compliments are always welcomed in the thread.

Background:
I developed this plugin as part of my SM Gun Menu Lite project.

Files:
cstrike/addons/sourcemod/plugins/sm_replen.smx
cstrike/cfg/sourcemod/replen.cfg

Configuration Variables (Change in replen.cfg):
  • sm_replenlite_refill - Enable/Disable Clip Refill. (Default: "1")
  • sm_replenlite_headshot - Enable/Disable Clip Refill only on headshot. (Default: "0")
  • sm_replenlite_restock - Enable/Disable Ammo Restock. (Default: "1")

Changelog:
Code:

1.5 <-> 2012 - 11/25 LumiStance
Added guns for CS:GO
Bulk of CacheClipSize() now from code generator
1.4 <-> 2011 - 06/29 LumiStance (946 downloads)
Remove code to log unknown ammo_type
1.3 <-> 2011 - 06/28 LumiStance (2 downloads)
Add code to allow refills only on headshot
Improved refill to prevent unneeded reload
1.2 <-> 2011 - 06/28 LumiStance (2 downloads)
Refactored code to SetFailState if FindSendPropOffs fails
Improved client_index validation in Event_HandleReserveAmmo() and Event_HandleAutoReload
Add code to log unknown ammo_type for player name and weapon
Add code to validate ammo_type
1.1 <-> 2011 - 06/05 LumiStance (83 downloads)
Add code to automatically create configuration file
1.0 <-> 2011 - 06/04 LumiStance (8 downloads)
Initial released

Development Files (not for server):
_gunids.pl - Generates code for CacheClipSize()

fifipaldi 06-06-2011 16:48

Re: [CSS] Ammo Replenishment Lite - Refill on kill and Restock when out
 
Another needed plugin by you. Good job. I was looking for this for a long time :). Works fine on my DM servers. Can you do it to refill only after headshot ? Just an idea.

nikedu45 06-15-2011 13:19

Re: [CSS] Ammo Replenishment Lite - Refill on kill and Restock when out
 
Hello, I have this error message which is sent without stopping in the error logs sourcemod.

L 06/15/2011 - 6:57:04 p.m.: [SM] [0] Line 256, C: \ Users \ root \ Desktop \ sm \ addons \ sourcemod \ scripting \ sm_replen.sp: Event_HandleReserveAmmo ()


The bug has been fixed with the new version.

shotzonfire 06-28-2011 03:20

Re: [CSS] Ammo Replenishment Lite - Refill on kill and Restock when out
 
same error here nikedu45

LumiStance 06-28-2011 23:15

Re: [CSS] Ammo Replenishment Lite - Refill on kill and Restock when out
 
Updated to v1.2
Improvements:
Refactored code to SetFailState if FindSendPropOffs fails
Improved client_index validation in Event_HandleReserveAmmo() and Event_HandleAutoReload
Add code to log unknown ammo_type for player name and weapon
Add code to validate ammo_type

LumiStance 06-29-2011 01:54

Re: [CSS] Ammo Replenishment Lite - Refill on kill and Restock when out
 
Updated to v1.3
Improvements:
Add code to allow refills only on headshot
Improved refill to prevent unneeded reload

LumiStance 06-29-2011 05:36

Re: [CSS] Ammo Replenishment Lite - Refill on kill and Restock when out
 
Updated to v1.4
Improvements:
Remove code to log unknown ammo_type

Log spam was caused by weapon switch to non firearm (such as knife or grenade).

fifipaldi 06-30-2011 05:44

Re: [CSS] Ammo Replenishment Lite - Refill on kill and Restock when out
 
Nice ;)

boen747 05-23-2012 09:18

Re: [CSS] Ammo Replenishment Lite - Refill on kill and Restock when out
 
Any chance sombody could edit this awsome script so that i can use it for my gg server ?

say !give = ammo clip replenish
reload weapon = clip replenish

is there anybody that would kindley do this for me and send to [email protected] or repost it here ? :mrgreen:

i had ago at editing it myself but failed hard cuz im not very good with this kinda stuff. :cry:

LumiStance 05-23-2012 20:21

Re: [CSS] Ammo Replenishment Lite - Refill on kill and Restock when out
 
Quote:

Originally Posted by boen747 (Post 1714957)
Any chance sombody could edit this awsome script so that i can use it for my gg server ?

say !give = ammo clip replenish
reload weapon = clip replenish

is there anybody that would kindley do this for me and send to [email protected] or repost it here ? :mrgreen:

i had ago at editing it myself but failed hard cuz im not very good with this kinda stuff. :cry:

What is the point of adding a command when the plugin replenishes automatically?

Have you looked at the gungame config? Specifically:
/* Auto reload current level weapon on kill */
"ReloadWeapon" "1"


And if you are really that bad of a shot and run out all of your clips before leveling up, there is knife pro:
/* Turn Knife Pro allow stealing a player level by killing them with a knife */
"KnifePro" "1"


All times are GMT -4. The time now is 19:18.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.