View Single Post
axelnieves2012
Senior Member
Join Date: Oct 2014
Location: Argentina
Old 12-25-2016 , 20:07   Re: Realism for Paintball Gun & Mod
Reply With Quote #571

You can strip weapons like that (using my functions and define's):
new weapons = pev(id, pev_weapons)
new primary = weapons&primary
new secondary = weapons&secondary

if (primary) fm_strip_user_gun( id, bits2id(primary) ) //strip primary weapon
if (secondary) fm_strip_user_gun( id, bits2id(secondary) ) //strip secondary weapon

do this on each player, AFTER round starts ;)

Last edited by axelnieves2012; 12-25-2016 at 20:12.
axelnieves2012 is offline