Raised This Month: $51 Target: $400
 12% 

[CS:GO] Set weapon ammo


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
diablix
Senior Member
Join Date: Jan 2010
Location: Warsaw, Poland
Old 11-24-2014 , 15:51   [CS:GO] Set weapon ammo
Reply With Quote #1

Is there any stock that sets weapon's ammo in CS:GO? I tried SMlib but it doesn't affect ammo type in CS:GO.. For example if I set an ammo on MAG7 it gets filled with Desert Eagle bullets.. lawl..

Halp anyone?
diablix is offline
Send a message via Skype™ to diablix
diablix
Senior Member
Join Date: Jan 2010
Location: Warsaw, Poland
Old 11-28-2014 , 05:20   Re: [CS:GO] Set weapon ammo
Reply With Quote #2

Bump
diablix is offline
Send a message via Skype™ to diablix
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 11-28-2014 , 07:51   Re: [CS:GO] Set weapon ammo
Reply With Quote #3

What exactly do you want:
- Refill ammo and/or clip?
- Change default Ammo/clip capacity?
h3bus is offline
diablix
Senior Member
Join Date: Jan 2010
Location: Warsaw, Poland
Old 11-29-2014 , 08:47   Re: [CS:GO] Set weapon ammo
Reply With Quote #4

Finally reply!

I'd like to set 1 shell in the shotgun, but I can't since when I use SMlib to set ammo it gives Desert Eagle ammo instead of shotgun ammo.
diablix is offline
Send a message via Skype™ to diablix
h3bus
AlliedModders Donor
Join Date: Nov 2013
Old 11-29-2014 , 13:39   Re: [CS:GO] Set weapon ammo
Reply With Quote #5

Hum...

try this:
PHP Code:
stock weapons_RefillClip(weaponRefammo)
{
    new 
weaponEntity EntRefToEntIndex(weaponRef);
    
    if (
IsValidEdict(weaponEntity))
        
SetEntData(weaponEntityg_iWeapons_Clip1Offsetammo4true);

With
PHP Code:
g_iWeapons_Clip1Offset FindSendPropOffs("CBaseCombatWeapon""m_iClip1"
that you can get on plugin start

Last edited by h3bus; 11-29-2014 at 13:39.
h3bus is offline
diablix
Senior Member
Join Date: Jan 2010
Location: Warsaw, Poland
Old 11-30-2014 , 09:40   Re: [CS:GO] Set weapon ammo
Reply With Quote #6

Yeah, I managed to do it with the same method Thank you for helping anyway!

Solved
diablix is offline
Send a message via Skype™ to diablix
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:05.


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