#Global Hooks $HUD: [ for i=1, mn.getNumWeapons() do weapon = mn.getWeaponByIndex(i) if weapon.Position:getScreenCoords() ~= false then X, Y = weapon.Position:getScreenCoords() gr.drawImage(gr.loadTexture("bsigh3"), X-64, Y-64) end end ] #End