SWEP.AdminOnly = false
This commit is contained in:
parent
28c412d9e6
commit
b88c5dbdca
@ -28,7 +28,7 @@ SWEP.ViewModel = Model("models/weapons/v_c4.mdl")
|
||||
SWEP.WorldModel = Model("models/weapons/w_c4.mdl")
|
||||
|
||||
SWEP.Spawnable = true
|
||||
SWEP.AdminOnly = true
|
||||
SWEP.AdminOnly = false
|
||||
SWEP.AnimPrefix = "python"
|
||||
|
||||
SWEP.Sound = Sound("weapons/deagle/deagle-1.wav")
|
||||
@ -291,4 +291,4 @@ if(CLIENT) then
|
||||
ent:EmitSound("buttons/combine_button7.wav", 100, 100)
|
||||
end
|
||||
end)
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user