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

BackPack Ammo Features v0.1.5 (04 apr 10)


Post New Thread Reply   
 
Thread Tools Display Modes
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 03-24-2010 , 01:49   Re: BackPack Ammo Features v0.1.4 (23 mar 10)
Reply With Quote #41

No, because autobuy and rebuy were not hooked by the plugin, you thought it was working, but it was not.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 04-04-2010 , 17:26   Re: BackPack Ammo Features v0.1.5 (04 apr 10)
Reply With Quote #42

Updated to v0.1.5

- Fixed pistols were not detected on linux -> changed get_pdata_int with get_pdata_cbase)
- Use client_print for 1 message instead of sending a TextMsg message.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 06-29-2010 , 18:02   Re: BackPack Ammo Features v0.1.5 (04 apr 10)
Reply With Quote #43

Verry nice plugin, like all yours.
But, it dont works in CSDM !
maybe there is a problem in my HLDS ? Anyone can try it please?
__________________

Last edited by ANTICHRISTUS; 06-29-2010 at 18:07.
ANTICHRISTUS is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 06-29-2010 , 18:28   Re: BackPack Ammo Features v0.1.5 (04 apr 10)
Reply With Quote #44

CSDM doesn't support this plugin, but in csdm you have an option to have unlimited bpammo.
Use this plugin with csdm is no sense.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 06-29-2010 , 18:39   Re: BackPack Ammo Features v0.1.5 (04 apr 10)
Reply With Quote #45

Quote:
Originally Posted by ConnorMcLeod View Post
CSDM doesn't support this plugin, but in csdm you have an option to have unlimited bpammo.
Use this plugin with csdm is no sense.
Not really. He may just want to change it around. It doesn't necessarily mean that he wants it to be unlimited.
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 06-29-2010 , 21:52   Re: BackPack Ammo Features v0.1.5 (04 apr 10)
Reply With Quote #46

Quote:
Originally Posted by DarkGod View Post
Not really. He may just want to change it around. It doesn't necessarily mean that he wants it to be unlimited.
Exactly, thanks

Quote:
Originally Posted by ConnorMcLeod View Post
CSDM doesn't support this plugin, but in csdm you have an option to have unlimited bpammo.
Use this plugin with csdm is no sense.
thank you for the answer, but I like to disable unlimited ammo, it gives more suspense
Code:
weapons_stay = 20
;
ammo_refill = 0
;
[item_restrictions]
;longjump
;medkit
;battery
;pistolammo
;rifleammo
;shotammo
;smgammo
;awpammo
;paraammo
;fullammo
;armor
Attached Thumbnails
Click image for larger version

Name:	TVP 6.jpg
Views:	179
Size:	91.6 KB
ID:	68659   Click image for larger version

Name:	TVP 7.JPG
Views:	171
Size:	82.7 KB
ID:	68660  
__________________

Last edited by ANTICHRISTUS; 06-29-2010 at 22:21.
ANTICHRISTUS is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 06-30-2010 , 01:18   Re: BackPack Ammo Features v0.1.5 (04 apr 10)
Reply With Quote #47

Gonna have a look at csdm code some day, i can't promise anything
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 06-30-2010 , 17:57   Re: Features v0.1.5 (04 apr 10)
Reply With Quote #48

well, I 'll explain !

first: I disabled the Unlimited Ammo in CSDM!
to force the player to find ammunition. it's more realistic.


But as I changed the models:
XM1014 changed to spas12, and deagle changed to colt anaconda!

I also wanted to change their "BackPack Ammo" and their "Weapons Max Clip" with your own plugins!
You can see in the attachments.
"Max clips" and "backpack ammo" changed too!

the first plugin is working verry good, and the second is not supported by CSDM.
It is not very important. the main thing is that it works without CSDM.
Thank you very much for your concern. everything is fine.
Attached Thumbnails
Click image for larger version

Name:	TVP 8.JPG
Views:	152
Size:	74.7 KB
ID:	68713   Click image for larger version

Name:	TVP 9.JPG
Views:	237
Size:	74.6 KB
ID:	68714  
__________________

Last edited by ANTICHRISTUS; 06-30-2010 at 18:12.
ANTICHRISTUS is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-01-2010 , 01:10   Re: BackPack Ammo Features v0.1.5 (04 apr 10)
Reply With Quote #49

I think you should edit csdm.inc, put values you want, and then recompile plugins, then you don't need my plugin at all.

PHP Code:
//Maximum backpack ammo lookup table
stock g_MaxBPAmmo[] = {
        
0,
        
52,    //CSW_P228
        
0,
        
90,    //CSW_SCOUT
        
1,    //CSW_HEGRENADE
        
32,    //CSW_XM1014
        
1,    //CSW_C4
        
100,//CSW_MAC10
        
90,    //CSW_AUG
        
1,    //CSW_SMOKEGRENADE
        
120,//CSW_ELITE
        
100,//CSW_FIVESEVEN
        
100,//CSW_UMP45
        
90,    //CSW_SG550
        
90,    //CSW_GALIL
        
90,    //CSW_FAMAS
        
100,//CSW_USP
        
120,//CSW_GLOCK18
        
30,    //CSW_AWP
        
120,//CSW_MP5NAVY
        
200,//CSW_M249
        
32,    //CSW_M3
        
90,    //CSW_M4A1
        
120,//CSW_TMP
        
90,    //CSW_G3SG1
        
2,    //CSW_FLASHBANG
        
35,    //CSW_DEAGLE
        
90,    //CSW_SG552
        
90,    //CSW_AK47
        
0,    //CSW_KNIFE
        
100//CSW_P90
    
}; 
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 07-01-2010 , 17:27   Re: BackPack Ammo Features v0.1.5 (04 apr 10)
Reply With Quote #50

Oh My God !!!
You are an angel !!!
Thank you very very very much
I am changing my hardware this time, after that I will reinstall the server. and I will try it.
Thank you!
__________________

Last edited by ANTICHRISTUS; 07-01-2010 at 19:02.
ANTICHRISTUS is offline
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 09:17.


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