<p><ahref="http://www.youtube.com/watch?v=IvMkNIm4Ro0&feature=github"><imgsrc="http://img.youtube.com/vi/IvMkNIm4Ro0/0.jpg"alt="YouTube: [gmod] Derping around with the Disguiser "></a></p>
<aname="when-i-get-killed-a-warning-something-is-creating-errors-or-similar-pops-up-on-the-top-left-of-gmod-and-i-get-stuck-outside-the-map-i-also-disappear-from-the-player-list-what-is-happening"class="anchor"href="#when-i-get-killed-a-warning-something-is-creating-errors-or-similar-pops-up-on-the-top-left-of-gmod-and-i-get-stuck-outside-the-map-i-also-disappear-from-the-player-list-what-is-happening"><spanclass="octicon octicon-link"></span></a>When I get killed, a warning "Something is creating errors" (or similar) pops up on the top left of GMod and I get stuck outside the map. I also disappear from the player list. What is happening?</h3>
<p>You triggered a bug of Garry's Mod. For some reason some internal code isn't properly able to handle player death events in some cases (like when you get killed while
holding something) and it will bug out. As a security measurement, the server fakes a player disconnection. All you can do is reconnect and hope for the bug to not
reappear for now. Note that this is not an addon-specific issue.</p>
<h3>
<aname="the-addon-is-not-loading"class="anchor"href="#the-addon-is-not-loading"><spanclass="octicon octicon-link"></span></a>The addon is not loading!</h3>
<p>Try following the <ahref="#installation">installation instructions</a> once again.</p>
<h3>
<aname="can-i-change-the-weapon-sounds"class="anchor"href="#can-i-change-the-weapon-sounds"><spanclass="octicon octicon-link"></span></a>Can I change the weapon sounds?</h3>
<p>Only do that if you're okay with changing Lua code (actual programming). You can look into the <code>sh_init.lua</code> and you will find SWEP.Sounds pointing at the default
sound paths. Make sure you also put the sounds onto the server into the "sounds/" folder or else you will end up having no sound at all and seeing the error message
"can not find sound" in the debug console instead.</p>
<h3>
<aname="will-there-be-a-gamemode-based-on-this-weapon"class="anchor"href="#will-there-be-a-gamemode-based-on-this-weapon"><spanclass="octicon octicon-link"></span></a>Will there be a gamemode based on this weapon?</h3>
<p>There already is the old and traditional "Prop Hunt" code which got ported to Garry's Mod 13 by xSpaceSoft, though I am going to make a re-implementation based on this