I can't believe I can't make some simple fucking hands.
[LUA]
if (SERVER) then
AddCSLuaFile( "shared.lua" )
SWEP.Weight = 1
SWEP.AutoSwitchTo = false
SWEP.AutoSwitchFrom = false
end
if (CLIENT) then
SWEP.PrintName = "Generic Hands"
SWEP.Author = "Synthetic Liquid Developer Team"
SWEP.CSMuzzleFlashes = false
end
SWEP.ViewModelFOV = 70
SWEP.ViewModelFlip = false
SWEP.Spawnable = false
SWEP.AdminSpawnable = false
SWEP.ViewModel = "models/weapons/v_hands.mdl"
SWEP.WorldModel = "models/weapons/w_hands.mdl"
SWEP.Primary.ClipSize = 1
SWEP.Primary.DefaultClip = 1
SWEP.Primary.Automatic = false
SWEP.Primary.Ammo = "none"
SWEP.Secondary.ClipSize = -1
SWEP.Secondary.DefaultClip = 0
function SWEP:Reload()
end
function SWEP:PrimaryAttack()
end
function SWEP:SecondaryAttack()
end
function SWEP:Think()
end
[/LUA]
I always get an error for my world model. Ideas?
SWEP.WorldModel = ""
you usually dont hold an extra par of hands in your hands.
thanks works.
[QUOTE=comet1337;22274187]SWEP.WorldModel = ""
you usually dont hold an extra par of hands in your hands.[/QUOTE]
:smug:
Sorry, you need to Log In to post a reply to this thread.