PDA

View Full Version : thommygun witch 50clip roundammo


ghzero
03-17-2009, 08:51 PM
hello,
have someone an dodspecified weaponmodel of the thommygun with an round/circle clip of 50 bullets instead of the normal clip view . yes I know it is only the view.. (but I like to code an plugin that make it possible to use an bigger clipped thommygun (with roundclip) - but the root is to have an model to view for player).

it can looks like this:
http://web73.spitzen-web.de/thommy50x.jpg

Tank
03-18-2009, 04:28 PM
You just want a model of the tommy gun with a round ammo box? I'll post it once I settled with my server provider. (frigging idiots)

Ok, here is the file:

link to download (http://bam.nuclearfallout.net/ozzy/v_tommy.mdl)

This is what the model looks like: http://bam.nuclearfallout.net/ozzy/screenie.jpg

Im sorry as I only have the v_model. Perhaps this can be altered into a p and w model?

diamond-optic
03-18-2009, 07:25 PM
should be fairly easy to made p & w models out of it..

and as for having a 50 round clip ingame, that would also be quite simple.
i believe all you would have to do is hook the ReloadDone message and change the clip ammo to 50 when its the thompson (tho you might want to add some extra code to subtract the extra ammo from the backpack ammo count as well)

Tank
03-18-2009, 09:16 PM
http://www.dodplugins.net/forums/showthread.php?t=230

This is basicly all you need, plus some green to spend the time behind the pc. Good luck and let us know how it turned out.

ghzero
03-19-2009, 09:49 AM
should be fairly easy to made p & w models out of it..

and as for having a 50 round clip ingame, that would also be quite simple.
i believe all you would have to do is hook the ReloadDone message and change the clip ammo to 50 when its the thompson (tho you might want to add some extra code to subtract the extra ammo from the backpack ammo count as well)

allright, we have the mdl (THANK YOU FOR IT!) so whats the best way to code the plugin..?!

putting 50 bullets after reload in the clip is okay, but it will not viewed as well on the hud!
..maybe it is better to counter the shooted bullets and if the 2.(last) bullet is fired the amount of clip fallup to 21 - after that are fired an reload is required to reset the counter/flags to do that again.