Trying to get rid of GM: from a gamemode but keep gives me "attempted to call method".
Any idea what is the problem?
[code]function SetupCoolDownWeapon(wep)
if not wep.WElements and not wep.VElements then
wep.DrawWorldModel = CDDrawWorldModel
wep.DrawWorldModelTranslucent = wep.DrawWorldModel
wep.GetViewModelPosition = CDGetViewModelPosition
end
end
[/code]
[editline]25th May 2013[/editline]
Oh my, got double posted.
Moderator. please delete this.
Sorry, you need to Log In to post a reply to this thread.