did all 3 weapons work?
...i could use that in a DM.
You can make it work, actually I was the one that consoled it. :3
findclientbyname("You").player.mountimage(Ak47IMAGE, 0);
findclientbyname("You").player.mountimage(FlashcannonIMAGE, 0);
findclientbyname("You").player.mountimage(BanhammerIMAGE, 0);
Also you CAN mount it on your head, but for some reason it will be on your hand.
findclientbyname("You").player.mountimage(gunIMAGE,
2);
This will let you click things with the weapon in your hand, and without shooting.