I just hexed a model, and it's working and stuff, but how do you put in the reload sounds for the gun? do you just need the sound files to be there or do you need an lua file for it?
If you are using a weapon base you should look at that base to see how it handles reloading sounds, if you're making it from scratch you simply have to put self.Owner:EmitSound("path/to/sound.wav") in the reload function.
And if you were expecting to make a scripted weapon without touching lua you should go here and start reading :
[url]http://wiki.garrysmod.com/?title=Lua[/url]
Sorry, you need to Log In to post a reply to this thread.