PDA

View Full Version : Weapons mod problems..


TooLz
01-21-2007, 10:14 PM
Hey guys, I got a new server and its running 1.76b amxmodx, now my Weapons mod will not work..

zH_Weapons.sma is attached, all help appreciated.

etothep
01-21-2007, 10:32 PM
good to see you back toolz,

weve been running this plugin through several versions of amxx and has been pretty much the only plugin that hasnt given me trouble. i hope you find out whats wrong.

TooLz
01-21-2007, 10:42 PM
UGH! Okay well we figured out the problem, apparently plugins.ini must have everything perfectly CaSe.. It had bad load because the case wasnt the same.. lol

however, enjoy the plugin!

Cya

Kiel |17.SS|
02-04-2007, 03:43 AM
Whats that mod do?

TooLz
02-05-2007, 10:39 PM
May wanna read over the code cuz I never did compile a full list of the commands, but its basically you drop your weapon and "say /WEAPON NAME" and it gives you the weapon.

Example of a good list of aliases to bind for this mod:


alias GiveK98 "drop;say /k98"
alias GiveK43 "drop;say /k43"
alias GiveMP40 "drop;say /mp40"
alias GiveSTG44 "drop;say /stg44"

alias GiveGarand "drop;say /garand"
alias GiveCarbine "drop;say /carbine"
alias GiveThompson "drop;say /thompson"
alias GiveGreaseGun "drop;say /greasegun"
alias GiveBAR "drop;say /bar"
alias GiveBazooka "drop;say /bazooka"

alias GiveEnfield "drop;say /enfield"
alias GiveSten "drop;say /sten"
alias GiveFG42 "drop;say /fg42"


Those are the only weapons I have programmed into it right now, I can easily add the rest of the DoD weapons except FG42 Scoped and Enfield Scoped.

I can easily program the rest, I'll work on it some more soon and setup certain CVar's to enable/disable certain guns in the mod.

Any help with making the mod itself drop a weapon before giving the new one would be absolutely great! I have been trying for some time now to do so and with no luck.

Cya

{SR} *Raggy*
02-06-2007, 05:39 AM
I added a load of the guns except for a few... But me being as stupid as ever... I deleted the sma :(

TooLz
03-21-2007, 07:27 AM
Weapons Mod 2.0 was released, has all weapons except Scoped FG42 and Scoped Enfield as they're not available to be added into a plugin for some reason.

http://www.dodplugins.net/forums/showthread.php?t=699

Enjoy it!

Cya