• if ply:HasEquiped?
    2 replies, posted
Is ply:HasEquiped or something like this in the game im looking to do something like this [CODE]function SpeedWeapon() if ply:HasEquiped( "weapon_speedwep" ) then ply:SetRunSpeed(500) ply:SetWalkSpeed(500) end end[/CODE] Are there any commands to do something like this?
Couldn't you do the SWEP:Deploy() function in the swep?
[QUOTE=Sm63;43292461]Couldn't you do the SWEP:Deploy() function in the swep?[/QUOTE] I could, thanks
Sorry, you need to Log In to post a reply to this thread.