PDA

View Full Version : [Old] DoD DropGrenades ( v0.6 )


Firestorm
07-09-2006, 10:44 AM
NOTE: This Plugin Has Been Remade to a Newer Version Here (http://www.dodplugins.net/forums/showthread.php?t=739)



// DESCRIPTION:
// ============
//
// - Players drop their grenades (if they have any) when they die
// - Other players can pick up dropped grenades
// - dropped grenades can appear with either real grenade models or
// with the "Ammo Box" models so that players can see the difference
// between dropped and thrown grenades
// - special effects can be enabled for dropped grenades
// - grenades will be removed once a round is finished
// - additionally each player's previously dropped grenade(s) can be removed
// before dropping new ones.

// USAGE:
// ======
//
// CVARS:
//
// dod_dropgrenades_enabled <1/0> = enable/disable DoD DropGrenades
// 1 = enabled
// 0 = disabled
//
// dod_dropgrenades_removeold <1/0> = enable/disable removing player's
// previously dropped grenade(s) before
// dropping new ones
// 1 = enabled
// 0 = all grenades stay until roundend
//
// dod_dropgrenades_nademodel <1/2> = sets models for dropped grenades
// 1 = use real grenade models
// 2 = use "Ammo Box" models
//
// dod_dropgrenades_nadefx <1/2/0> = sets effects for dropped grenades
// 1 = yellow particle snow
// 2 = models are glowing in team's color
// 0 = no special effects
//
//
// ADMIN COMMAND:
//
// amx_dropgrenades <1/0> = enable/disable DoD DropGrenades
// 1 = enable
// 0 = disable and remove all dropped grenades// CHANGELOG:
// ==========
//
// - 26.07.2005 Version 0.5beta
// Initial Public Release
//
// - 21.08.2005 Version 0.5beta2
// workaround:
// - added a fix for strange behavior on AMXX 1.50beta
//
// - 27.08.2005 Version 0.6beta
// changes:
// - removed workaround for AMXX 1.50beta as the bug is
// fixed in AMXX 1.55 which everyone should rather use
// than 1.50beta!
//
// - 21.05.2006 Version 0.6
// changes:
// - fixed it so that whatever type of grenade that is picked
// up it will give that user their types of grenade not an
// enemy one.

=|[76AD]|= TatsuSaisei
08-08-2006, 05:25 PM
ok, I tried this plugin, and amxx says it is running, I get no errors, and in game when I use the amx_dropgrenades 1, it says it is already running, yet there is nothing anywhere that remotely resembles a nade to pick up. I tried all the fx settings, tried using the 2 different model choices, and even hoped they were simply "invisible", but to no avail...

I have looked through the code, did not find anything out of the ordinary, tried a few changes, and still nothing.... (well, creating an entity called info_target, which is what the nade "is" seems rather odd to me, as a mapper, but I am sure it can not be this)

There is nothing I hate more, then a plugin that runs, but doesn't work... hard to troubleshoot it with out some sort of an error, or glaring problem... but for all I can tell, it WANTS to work, and nothing is stopping it... it just isn't doing anything...

{SR} *Raggy*
08-08-2006, 06:17 PM
Have u entered all this into amxx.cfg------>Quote:
// USAGE:
// ======
//
// CVARS:
//
// dod_dropgrenades_enabled <1/0> = enable/disable DoD DropGrenades
// 1 = enabled
// 0 = disabled
//
// dod_dropgrenades_removeold <1/0> = enable/disable removing player's
// previously dropped grenade(s) before
// dropping new ones
// 1 = enabled
// 0 = all grenades stay until roundend
//
// dod_dropgrenades_nademodel <1/2> = sets models for dropped grenades
// 1 = use real grenade models
// 2 = use "Ammo Box" models
//
// dod_dropgrenades_nadefx <1/2/0> = sets effects for dropped grenades
// 1 = yellow particle snow
// 2 = models are glowing in team's color
// 0 = no special effects
//
//
// ADMIN COMMAND:
//
// amx_dropgrenades <1/0> = enable/disable DoD DropGrenades
// 1 = enable
// 0 = disable and remove all dropped grenades

{SR} *Raggy*
08-08-2006, 06:21 PM
I wasn't trying to sound smart there :)

=|[76AD]|= TatsuSaisei
08-08-2006, 06:36 PM
oh i have done that and more... I know a thing or two about plugins.. I have written a handful myself.. so I am far from a n00b....

diamond-optic
08-08-2006, 11:27 PM
ive had problems with this too.. sometimes it works.. other times it seems like nothing happens.. sometimes ppl drop the wrong nades.. etc..

I started doing some fixes to the code and cleaning it up a bit but never got around to finishing up.. dont even know where i put it lol..

and the info target is used for most plugins that create entities, especially those that arent normal dod ents (tho i dont see why it doesnt just create like weapon_stickgrenade and so on from the get go.. but whatever)

{SR} *Raggy*
08-10-2006, 07:07 PM
I've only noticed I'm having problems with this plugin. When a axis dies he drops allies nades and when allies or british die they don't drop nades at all. Anyone know how ta fix this problem??

TigerMan4
08-21-2006, 11:57 PM
not working for me either....people dont drop any nades at all.

{SR} *Raggy*
08-22-2006, 07:35 AM
It's working for me but only drops allies nades. After that it's fine for me :P

diamond-optic
08-22-2006, 01:15 PM
lol this shit probably needs a re-write heh

=|[76AD]|= TatsuSaisei
08-22-2006, 01:17 PM
lol this shit probably needs a re-write heh

please ?? :D

diamond-optic
08-22-2006, 01:44 PM
lol well im too busy to do that.. ive been trying to get psychostats working again for me for like a month now..

my normal host is being a pain cuase they wont give me the right user permissions to the findbin module so i need to figure out how to write in perl and hardcode all the path info..

then gameservers.com hosting are being dicks and blocking the hl query port so you cant retrieve server info for displaying on stats/websites/etc.. awesome how a gameserver company is making their webhosting incompatible with their game servers lol.. they say its port 27015 thats making all their hosted sites get hacked lol

ok sorry off topic :(

bof
08-22-2006, 07:36 PM
I have the same problem.

no eror, plugin is running, but d'ont really work...

{SR} *Raggy*
08-22-2006, 08:07 PM
If I knew anything about coding I'd try updating it myself :P

{SR} *Raggy*
09-07-2006, 07:38 PM
dod_dropgrenades_enabled "1"
dod_dropgrenades_removeold "0"
dod_dropgrenades_nademodel "1"
dod_dropgrenades_nadefx "2"

Are they good cvars? How do I get the 2 grenades to come up with this plugin? I can only get axis to drop them but not allies

Zor
09-07-2006, 11:28 PM
Will look at it....thought eveyone was dropping nades...

Cheers!

diamond-optic
09-08-2006, 01:34 AM
sometimes it starts acting up a bit zor.. but i havent had time to really try and recreate the problems forcefully..

{SR} *Raggy*
09-08-2006, 08:11 AM
Allies drop them only when I had a different plugin on at the same time. I can't remember the plugin but it was like a month ago and I didn't take any notice of it :P Thats the only time I seen the 2 teams drop there own type of nades :P

Zor
09-08-2006, 11:54 AM
Well I was playing last night on my server, its just a fresh reinstall of Amxmodx 1.75a And the only plugin causing problems is the ESP one, the drop grenades were working perfect.

Cheers!

{SR} *Raggy*
09-08-2006, 05:25 PM
Will I try and reinstall the plugin?

diamond-optic
09-08-2006, 09:54 PM
Will I try and reinstall the plugin?

lol is that really a question now...

how are we supposed to know if you will try and reinstall it

{SR} *Raggy*
09-08-2006, 10:09 PM
Cause I like this plugin and I want it to actually work properly. I don't really like the way it only spawn for one team and that it gives the wrong nades at that point. I'm gonna reinstall it. If you don't wanna believe me you don't have too

Haddock
09-14-2006, 10:14 AM
I've only noticed I'm having problems with this plugin. When a axis dies he drops allies nades and when allies or british die they don't drop nades at all. Anyone know how ta fix this problem??

Same identical problem here..... even after a fresh re-install ....

H@ddock

Garion
09-14-2006, 02:27 PM
only thing I've noticed with this is if your on Axis any nades you pick up, even those from the oppoents, are Axis nades, but if your Allies any nades you pick up are Allies nades. So I dunno if that's how it's supposed to be or not but other then that it works great.

TigerMan4
09-15-2006, 08:14 PM
does this only work with 1.75 amxx ? if so, then poooo I realy need to get the later version....stupid clan servers...GAH !

[WoH]Killemall4u
09-29-2006, 12:50 AM
Running Linux Dedicated amxx 1.76a its working but not correctly Axis drop allies grenades and allies are not dropping at all the public seems to really like this plugin I was wondering is any working on this or is it dead?

Thanks

diamond-optic
09-29-2006, 01:03 AM
ive downloaded some of the older plugins around here and im gonna try and fix a few things with them.. this is one of them

{SR} *Raggy*
09-29-2006, 07:11 AM
Thank you Diamond. Good luck with it I'm sure you'll be able to fix the problem some of us are having with this

cartman
09-30-2006, 02:54 PM
So is this plugin working on 1.76a or no?

tegu
10-07-2006, 03:38 AM
Just dloaded and no it is definately not working... I am really sad now..... :(

{SR} *Raggy*
10-07-2006, 09:52 AM
Ya thats really sad now :( I want this plugin on my server :( I love this plugin :)

cartman
10-10-2006, 08:50 PM
ok that means I don't update yet. Diamond we anxiously await your magic.

diamond-optic
10-10-2006, 09:57 PM
i wouldnt get too excited.. ive got to get clan stuff in order before i even bother with any plugins

Church
10-11-2006, 05:20 AM
This plugin has worked with my server with no problems. Check your configs!!

tegu
10-11-2006, 08:04 AM
ummm, no clue as to where it would be in my configs that its messed up... what settings are you running with it?

[WoH]Killemall4u
10-11-2006, 12:53 PM
It's just a problem on linux servers

tegu
10-12-2006, 12:30 AM
Ahhh that would explain it.... That freakin SUX!

{SR} *Raggy*
10-31-2006, 02:51 PM
Is anyone able to update this plugin? I'd really appreciate it cause I really miss this plugin

jason
11-05-2006, 03:08 PM
Well I got a version not sure how but it works and only the axis side drops nades but the only thing is they all look like allies nades. You can make them glow but their glow green bec their allies or u can make them look like ammo boxes either way it works. I tried the download offered here thinking it was an updated version but when I installed it well it doesnt work at ALL! So I left my old version up...same creator of the plugin but its a bit different not sure if I mess with it one late night or its just a differ version? Here check it:

http://www.teamsad.clanservers.com/Plugins/dod_dropgrenades.sma
http://www.teamsad.clanservers.com/Plugins/dod_dropgrenades.amxx

maybe combine the 2 and make it happen .....

diamond-optic
11-05-2006, 03:14 PM
i dont know any specific differences.. but you posted .6beta while attached to this thread is .6 (non beta)

jason
11-05-2006, 06:19 PM
well its different bec one works and one doesnt lol...not to be a smart ass

Server
Version: v1.1.2.0+ (Linux, Dedicated)
Addons: AMXMODX v1.75a, MetaMod v1.19
42 plugins, 42 running

tegu
11-05-2006, 08:37 PM
He's right. It does work and the other doesnt....

jason
11-06-2006, 01:07 AM
Its definetly a linux issue bec it runs fine on a windows dod server....a friend ran it on his windows server and it All works. So someone needs to fix it for linux versions *cough* *cough*

...im too anxious :)

{SR} *Raggy*
11-06-2006, 04:45 AM
At least there is a version that works a bit for linux. That's a start :) Give the scriptors here a chance to come around to it

hollow
11-16-2006, 07:52 PM
Yea does seem to be problem on linux servers. I have people running linux servers for me and doesnt work. Might want to post requirements on this plugin

diamond-optic
11-16-2006, 08:52 PM
well if we knew exactly what the problem was we would

bdjohns
01-11-2007, 09:57 PM
On linux servers the nades do not show up at all. There for a while you would see them briefly like when u die but they would not be on the ground. It does not do that on my server now. I think my game server host is using a version of CentOs. If I knew what to look for I'd be glad to help. I miss this plugin on our server.

diamond-optic
01-11-2007, 10:24 PM
this is another one of those old plugins that needs to be reworked a bit and brought up to date :-(

tegu
01-12-2007, 01:05 AM
On linux servers the nades do not show up at all. There for a while you would see them briefly like when u die but they would not be on the ground. It does not do that on my server now. I think my game server host is using a version of CentOs. If I knew what to look for I'd be glad to help. I miss this plugin on our server.

If you look somewhere in the middle of this thread there is a plugin that does work with linux :cool:

{SR} *Raggy*
01-12-2007, 07:51 AM
The 4th page around the middle...

Zor
01-12-2007, 12:45 PM
Ok I have reworked it again, but I need to get it checked out on a linux box...anyone? This is beta work so I dont want to expose it to the general public without a test on a linux box.

Cheers!

{SR} *Raggy*
01-12-2007, 01:33 PM
I'll test it out if you wish

Zor
01-12-2007, 02:49 PM
Ok I have modded it again...thought that something I did before fucked it up...so lets see if this version works..

Cheers!

{SR} *Raggy*
01-12-2007, 05:31 PM
Testing the plugin now...Will get back to ya :)

diamond-optic
01-12-2007, 09:06 PM
just for the sake of performance..

i would suggest adding pcvars & changing engine natives over to fakemeta

{SR} *Raggy*
01-12-2007, 10:15 PM
It wouldn't work for my server...I had tried like 10 times and done everything I could think of...

Zor
01-13-2007, 12:03 AM
Whats it doing? Crashing? Or not starting at all? Is there any debug? Is it turned on...I was fucking with it for an hour before I realized it was turned off on the map I was playing on.

Cheers!

diamond-optic
01-13-2007, 12:17 AM
I was fucking with it for an hour before I realized it was turned off on the map I was playing on.


good to know your in charge of this place!!

hahahah

Zor
01-13-2007, 02:33 AM
Hey I was fucking with the bleeding and the smoke grenade as well as the dropgrenade....so my ability to figure it out was hammpered! Hehehehe...so has anyone used EF_ParticleEffect???

http://www.amxmodx.org/funcwiki.php?go=search&search=particle

Trying to get the smoke grenade to work with this shit!

Cheers!

{SR} *Raggy*
01-13-2007, 06:49 AM
Yes it was running for like 3 hours on my server but it didn't work... It didn't crash the server and the server was running like any other day of mine... The only thing the plugin was doing was taking up space(No offence) As for the debug I can't find anything on the server at all that would help ya out Zor... Sorry

{SR} *Raggy*
01-14-2007, 03:59 PM
Sorry about this but is there any update on this plugin Zor?

Zor
01-14-2007, 07:29 PM
The only thing I can think of is that the linux uses some archaic ways...I will have to make the code bigger cause all I did was merged some checks...will get to it today if possible...

Cheers!

{SR} *Raggy*
01-14-2007, 08:44 PM
OKie Dokey...I'll give it a try when you post :)

Rookie
01-15-2007, 03:57 PM
i am running a linux server. i downloaded the supposedly working version from page 4 of this thread posted by jason.

now before we go further, i have never written or debugged a amxx script in my life, so be patient with me.

here is what i did, i put log_amx statements at the beginning of each procedure then i put multiple log_amx statements in the client_death procedure as it appeared to be doing all the work.

here is what i got, it confirms that axis players are spawning allied grenades and that allies are not spawning nades at all.

----------------------------------------------------------------------
this is a clean install from the linux download off the amxx site:

metamod version 1.19
amx mod x = 1.76c
fun = 1.76
engine = 1.76
dod fun = 1.76b
dodx = 1.76b

--- spawned as axis player with 2 nades and killed myself with one of them
L 01/15/2007 - 12:28:26: [dod_dropgrenades.amxx] Made it to the Procedure client_death
L 01/15/2007 - 12:28:26: [dod_dropgrenades.amxx] -- dod_dropgrenades_enabled: ]1[
L 01/15/2007 - 12:28:26: [dod_dropgrenades.amxx] -- param[0]: ]1[
L 01/15/2007 - 12:28:26: [dod_dropgrenades.amxx] -- dod_get_map_info(MI_ALLIES_TEAM): ]0[
L 01/15/2007 - 12:28:26: [dod_dropgrenades.amxx] -- us_nades: ]1[
L 01/15/2007 - 12:28:26: [dod_dropgrenades.amxx] -- axis_nades: ]0[
L 01/15/2007 - 12:28:26: [dod_dropgrenades.amxx] Made it to the Procedure create_handgrenade
/* it spawns an allies grenade */

--- spawned as allies player with 2 nades and killed myself with one of them
L 01/15/2007 - 12:28:46: [dod_dropgrenades.amxx] Made it to the Procedure client_death
L 01/15/2007 - 12:28:46: [dod_dropgrenades.amxx] -- dod_dropgrenades_enabled: ]1[
L 01/15/2007 - 12:28:46: [dod_dropgrenades.amxx] -- param[0]: ]1[
L 01/15/2007 - 12:28:46: [dod_dropgrenades.amxx] -- dod_get_map_info(MI_ALLIES_TEAM): ]0[
L 01/15/2007 - 12:28:46: [dod_dropgrenades.amxx] -- us_nades: ]0[
L 01/15/2007 - 12:28:46: [dod_dropgrenades.amxx] -- axis_nades: ]0[
/*doesn't think there is anything to spawn */

----------------------------------------------
the real issue as i see it is that the "dod_get_user_ammo" call is not returning the correct values. i can see the problem but i am not sure how to fix it.

i want to help with this plugin, and as you can probably tell i know how to code, just not familiar with pawn or amxx.

i can provide my version of this plugin sma if you need it. i reformatted for readability and added log_amx.

thanks.
Mike

Kiel |17.SS|
01-15-2007, 04:23 PM
does your version work mike?

{SR} *Raggy*
01-15-2007, 04:27 PM
Please say it does... No offence Zor :)

diamond-optic
01-15-2007, 04:42 PM
i would assume no..

as why would he be debugging if it worked fine??

and 2:
i can see the problem but i am not sure how to fix it


i'd also assume 'his' version of the code is pretty much the same, except it has the debugging msgs in it..

{SR} *Raggy*
01-15-2007, 04:49 PM
Oh yeah stupid me :P

Rookie
01-15-2007, 05:52 PM
my version doesn't work.
been trying to figure out where the definition for the "dod_get_user_ammo" function is, can't find it in any .inc files so i assume it's in a module. either dodx or dod fun would be my guess.
wonder if i could get the source code for those?
just a thought.

diamond-optic
01-15-2007, 06:45 PM
its from dodfun.. so its in the dodfun.inc..

/*Gets the ammo of the specified weapon entity id */
native dod_get_user_ammo(index,wid);and the sourcecode for the modules is located on the amxx svn

Rookie
01-15-2007, 07:25 PM
i believe this to only be affecting linux servers, so do not try this on a windows server. i don't think it will work anyway!

after reviewing the code in the NPD.cpp file for the dodfun module, it appears to either have been compiled wrong or the code just isn't valid due to changes made else where.

grenade ammo is supposed to be returned by
59+LINUXOFFSET
and
61+LINUXOFFSET

but for some reason this isn't the case, the values are actually being returned but it is returning at
57+LINUXOFFSET for allies
and
59+LINUXOFFSET for axis


so until the person in charge of dodfun fixes the issue you can make the script work correctly by making the following 2 modification.

****warning*****
remember i started with the script from page 4 of this thread posted by jason.
if/when this is fixed in the module and you update, this temporary fix will break. you have been warned!!!!!
****warning*******

here is the fix, it happens in 2 places on the sma.

first place
-----------------------------------------
/* commented these out because the routine is returning on the wrong values
new us_nades = dod_get_user_ammo(param[0],DODW_HANDGRENADE)
new axis_nades = dod_get_user_ammo(param[0],DODW_STICKGRENADE) */

/* this is a temp fix, the function is broke and i am not sure how to fix it. but this works */
new us_nades = dod_get_user_ammo(param[0],DODW_STG44)
new axis_nades = dod_get_user_ammo(param[0],DODW_HANDGRENADE)
---------------------------------------------

second place
-----------------------------------------------
/* commented these out because the routine is returning on the wrong values
new british_nades = dod_get_user_ammo(param[0],DODW_HANDGRENADE)
new axis_nades = dod_get_user_ammo(param[0],DODW_STICKGRENADE) */

new british_nades = dod_get_user_ammo(param[0],DODW_STG44)
new axis_nades = dod_get_user_ammo(param[0],DODW_HANDGRENADE)

--------------------------------

then compile the sma and your good to go.
again this is a temporary fix and you were warned about what is going to happen when the module developer fixes the issue.


ops i missed a spot: in the function pfn_touch:
--------------------------
/* this is currently not working, so i will use what does
new us_nades = dod_get_user_ammo(ptd,DODW_HANDGRENADE)
new axis_nades = dod_get_user_ammo(ptd,DODW_STICKGRENADE) */

new us_nades = dod_get_user_ammo(ptd,DODW_STG44)
new axis_nades = dod_get_user_ammo(ptd,DODW_HANDGRENADE)

---------------
and
---------------
/* this is currently not working, so i will use what does
new british_nades = dod_get_user_ammo(ptd,DODW_HANDGRENADE)
new axis_nades = dod_get_user_ammo(ptd,DODW_STICKGRENADE) *

new british_nades = dod_get_user_ammo(ptd,DODW_STG44)
new axis_nades = dod_get_user_ammo(ptd,DODW_HANDGRENADE)

-------------
hop this helps.

that's 4 places to modify all together.


Rookie

diamond-optic
01-15-2007, 08:10 PM
for stuff concerning the module.. i'd suggest posting about it in the modules section of the forum and zor will probably take a look into it then..

test69
01-15-2007, 09:31 PM
Well done, i test this now on my serveur Linux DOD :

88.191.17.68:27015

:cool: :cool: :cool:

Rookie
01-16-2007, 12:02 AM
thanks, will do.

for stuff concerning the module.. i'd suggest posting about it in the modules section of the forum and zor will probably take a look into it then..

Zor
01-18-2007, 08:17 PM
Ok, looking at this...again need some time to do so. Tired at the moment. This will involve doing a debug I believe with file output of all the areas to see what I can see...I wish that I had a list of what was contained in the Private Data area so that it would be an easy fix.

Cheers!

Gotta love DoD Guys for fucking around with shit. Betting the mg heating is in there somewhere.

Cheers!

jason
01-20-2007, 01:33 AM
well entil their is some more feed back I think Ill just keep it how it is tho be nice if that works.

{SR} *Raggy*
01-20-2007, 07:10 AM
I just want to point out here that I can see the axis nades from your version that you added a while back Zor but can't pick them up or anything...

Zor
01-20-2007, 01:54 PM
Again I need to get the Fun module fixed that update the plugin....working on both.

{SR} *Raggy*
01-20-2007, 06:20 PM
Yeah I could only see the axis nades there yesterday and I can see them alot now... Just can't pick em up... Don't rush yourself Zor... You want to make sure it'll be fixed and working perfectly :) Thanks Zor for your hard work on these forums and the website :)

Rookie
01-20-2007, 06:51 PM
Yeah I could only see the axis nades there yesterday and I can see them alot now... Just can't pick em up... Don't rush yourself Zor... You want to make sure it'll be fixed and working perfectly :) Thanks Zor for your hard work on these forums and the website :)


are you using the plugin modifications i posted, if so check out the pfn_touch procedure, thats where the nade pickup happens. also, i change the way you picked up nades, cause the original script only allowed you to pickup nades if you were basically out of ammo on nades.
my current version allows you to hold up to 3 axis nades and 3 allied nades at one time.
thinking that i may change it up so that you can configure # of nades via a CVAR instead of hard coding.
also thinking about adding a CVAR for type of nade, so like if your on axis, you can pickup only axis nades etc etc......
but i am going to hold off doing anything until we hear back from Zor. give him a chance, i looked at this code and debugging isn't going to be a 10 minute job.

{SR} *Raggy*
01-21-2007, 08:26 AM
Send me the sma that you got Rookie please...

Rookie
01-21-2007, 07:10 PM
Send me the sma that you got Rookie please...

not going to post the full sma to the internet, because when the fun module is fixed this plugin will not work. but i sent you an email. email me and i will send you a copy.

{SR} *Raggy*
01-21-2007, 08:20 PM
Alrite cool

_RaInMaN_
03-08-2007, 08:22 PM
Wonderin if i could get an email of tht plugin also..............please

=|[76AD]|= TatsuSaisei
03-09-2007, 12:36 AM
not going to post the full sma to the internet, because when the fun module is fixed this plugin will not work.

well, if you have a version that DOES work, modified by you or not, post it up and SHARE ... sheesh... just give credit where credit is due...

I have been toying with the idea of "fixing" this plugin for a while... its on my "list" of things to do (um.. this list is some hundreds of items long...)

{SR} *Raggy*
03-09-2007, 05:11 AM
Which number is this plugin at :P

=|[76AD]|= TatsuSaisei
03-09-2007, 01:47 PM
Which number is this plugin at :P

you honestly do not want to know right now... lol

{SR} *Raggy*
03-09-2007, 05:37 PM
Tell me :P

Rookie
03-22-2007, 06:06 PM
i can do it, but if you read my original post, this plugin WILL BREAK as soon as the module is fixed, so what i was trying to avoid is a million post of "my plugin broke when i updated"

i figured i would post the solution and let people modify the plugin themselves. it's not that hard, but if they had to modify it they would remeber, oh i made changes to that plugin. and replace it with a new copy from the forums.

so

administrators of this forum. question
do you care if i post this plugin, knowing it will break with the module is fixed?

Rookie

diamond-optic
03-23-2007, 09:31 PM
well hmm i would say probably changing the filename would be a good idea... so ppl can easily tell its a diff 'version'... maybe something like:

dod_dropgrenades_tempfix

or something like that...

TooLz
03-29-2007, 02:02 PM
I'm going to work on this tomorrow. On my to-do list for this is the following:

1. Change all Engine calls to FakeMeta
2. Figure out the problem with this plugin not working on certain Linux servers
3. Test, if working well, release, if not - back to step 2. lol

I'll look into it if I get some time, should have it ready asap, going to be a busy week though - so no guarantees at this point can be made.

Cya

{SR} *Raggy*
03-29-2007, 03:41 PM
I'll test out that when/if you can fix it :P I'll love to test it out :)

Wilson [29th ID]
03-30-2007, 10:02 PM
Fear not. 90&#37; done remaking it. Should be up tonight or tomorrow sometime. Will work based on time not just whether or not player has respawned, and actually is based off of how many nades the player had when he died. And if you pick up a stick you get a stick not whatever nade your team would give you :P

TooLz
03-30-2007, 11:31 PM
Awesome, saved me time.. lol

Cya

Wilson [29th ID]
03-31-2007, 12:02 AM
It's done.
209.40.101.114:27015 pass 29th

Just have very minor touching up to do and commenting code and I'll put it up here tomorrow.

anwari
04-04-2007, 04:06 AM
Can some 1 please fix this plugin so it can work for the new amxx 1.7, come when i ask people fix it they say it works for me and they never post there amxx settings or plugin and almost every 1 in the forums says it doesnt work so its not just me, please some 1 make this plugin work, i have seen some of you do things that are immposible to code, this is not as hard but i dont know anything about coding. Ty please if you could post it on the forums so we can download it...:cool:

{SR} *Raggy*
04-04-2007, 05:59 AM
Wilson has said that he is finished recoding this plugin... He will post up the cvars and the plugin when he is finished trying to find bugs(If there is any) on the plugin :)

anwari
04-04-2007, 12:06 PM
Wilson has said that he is finished recoding this plugin... He will post up the cvars and the plugin when he is finished trying to find bugs(If there is any) on the plugin :)


Finally, I am new or i would have +1 Karma...lol

Zor
04-05-2007, 02:33 AM
PS Just so that you know, please add some code to this so that it will give the option to give same grenade type as player team. This is so as to support the Smoke Grenade Plugin of mine. With that plugin it uses the en grenades as the smoke grenades, not a specific grenade. I would like to have a grenade class, but I doubt very much I will be able to get this done, however I may be able to work something out in a module...have just thought of it, a server / client code to work the grenades...the only thing is how to transfer the client the code...must look at that latter...working on learning source at the moment to create a new mod, dont know how far I will get...dont seem toooo hard! Hehhehe...Im going to call it something like Days of Imfamy.

Cheers!

Wilson [29th ID]
04-05-2007, 07:02 AM
Zor, it'd be really effective if you used a iuser value on the actual grenade entity to determine if it were a smoke nade. Should consider that :P

But yes I'll keep it in mind when I release this plugin. Sorry for the delay guys, but I was 99&#37; and then realised how DoD implemented British nades...if it weren't for the damn british class it'd be done. Plus I'm a bit under the weather so hopefully I'll be around this week with it.

{SR} *Raggy*
04-05-2007, 09:06 AM
Take your time Wilson we all have no problem whatsoever with you holding it off... As long as it's fixed is the main thing :P

blobby
04-06-2007, 12:08 PM
OOO cool i hope it works when you have done it looking forward to seeing the finished production i have seen this working fully on a french server but they couldnt tell me where they got it from due to the language barrier lol nm any how good look with your work wilson.

Wilson [29th ID]
04-07-2007, 12:30 AM
NOTE: This Plugin Has Been Remade to a Newer Version Here (http://www.dodplugins.net/forums/showthread.php?t=739)

{SR} *Raggy*
04-07-2007, 05:09 AM
Big enough Wilson lol