• Fixing muzzle flare for duel elites (TTT)
    1 replies, posted
How can I make the flare go out from both guns? (it only comes out of the left one...) My current code: if SERVER then AddCSLuaFile( "shared.lua" ) end SWEP.HoldType = "duel" if CLIENT then SWEP.PrintName = "Duel Elites" SWEP.Slot = 1 SWEP.Icon = "VGUI/ttt/icon_pistol" end SWEP.Kind = WEAPON_PISTOL SWEP.Base = "weapon_tttbase" SWEP.Primary.Recoil = 1.8 SWEP.Primary.Damage = 20 SWEP.Primary.Delay = 0.25 SWEP.Primary.Cone = 0.02 SWEP.Primary.ClipSize = 30 SWEP.Primary.Automatic = true SWEP.Primary.DefaultClip = 30 SWEP.Primary.ClipMax = 60 SWEP.Primary.Ammo = "Pistol" SWEP.AutoSpawnable = true SWEP.AmmoEnt = "item_ammo_pistol_ttt" SWEP.ViewModel = "models/weapons/v_pist_elite.mdl" SWEP.WorldModel = "models/weapons/w_pist_elite.mdl" SWEP.Primary.Sound = Sound( "Weapon_Elite.Single" ) SWEP.IronSightsPos = Vector(0.0749, -5.5216, 2.3984) SWEP.IronSightsAng = Vector(2.5174, -0.0099, 0)
Bump
Sorry, you need to Log In to post a reply to this thread.