How do you make admin weapons?

Make a zitem, such as

Code:
<ITEM id="12345678" name="Staff ShotGun" mesh_name="shotgun04" totalpoint="0" type="range"
        res_sex="a" res_level="0" slot="range" weapon="shotgun" weight="1" bt_price="0"
        delay="80" damage="100" ctrl_ability="60" magazine="5" maxbullet="999" reloadtime="2"
        slug_output="true" gadget_id="0" hp="0" ap="0" maxwt="0" sf="0" fr="0" cr="0" pr="0"
        lr="0" color="#FFFFFFFF" image_id="2" bullet_image_id="0" magazine_image_id="0" snd_reload="we_shotgunpa_reload"
        snd_fire="we_shotgunpa_fire" snd_dryfire="762arifle_dryfire" desc="pr0 haxz0r sh0tgun that will pwnzer u!"
        effect_id="7" />

Then in the database go to dbo.characteritem and send it to yourself
 
Upvote 0
Back