Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
preach this comment:
Tactician Lucina Mar 6, 2016 @ 3:33pm
Another Wilhelm bites the dust
Tactician Lucina Mar 6, 2016 @ 3:33pm
Another Wilhelm bites the dust
Why not zoidberg?
(/) (°,,°) (/)
https://www.youtube.com/watch?v=SIaFtAKnqBU
Make sure to unsubscribe first.
You need to uninstall it in the INGAME addons menu. When you first bootup gmod, there will be a list of menu items. Press addons and find the addon. Then hover over it and press uninstall (or disable if you don't want it gone).
jokes, tell him thanks and great job.
[Wilhelm Scream Death Sound] lua/autorun/cl_dead.lua:12: Tried to use a NULL entity!
1. EmitSound - [C]:-1
2. unknown - lua/autorun/cl_dead.lua:12
3. unknown - lua/includes/modules/concommand.lua:69
How to fix this ?
Thank you by advance.
THE MORE YE KNOW.
AddCSLuaFile("sv_dead.lua")
AddCSLuaFile("cl_dead.lua")
function sendtowilhelmclient(activator, caller)
RunConsoleCommand("poptart")
end
hook.Add( "PlayerDeath", "sendtowilhelmclient", sendtowilhelmclient )
function sound( activator, caller )
activator:EmitSound("will/will.mp3")
end
concommand.Add("poptart", sound)
Should be this:
AddCSLuaFile()
local function sendtowilhelmclient(activator, caller)
RunConsoleCommand("poptart")
end
hook.Add( "PlayerDeath", "sendtowilhelmclient", sendtowilhelmclient )
local function sound( activator, caller )
activator:EmitSound("will/will.mp3")
end
concommand.Add("poptart", sound)
thats probably some of your addons