It is a machine that when used (default 'E'), it upgrades the weapon the player had in his hands when he pressed USE.
So his weapon, after using the pack a punch would be twice as better.
EG: parse("mp_wpndmg XM1014 26") - then after pack a punch, parse("mp_wpndmg XM1014 46")
It also needs to cost 5000 points.
if money>4999 then
parse("setmoney "..id.." "..(player(id,"money") - 5000)).
I can explain it more if you don't understand :P. Thank you
edited 2×, last 27.03.11 07:20:17 pm