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
i managed to bypass the linkfilter by using a private window
For those who are trying to go to the link, click the one from the description instead. It should work.
Code :
elseif attacker:GetClass() == "npc_mge_engineer" then
phrases = {
{ time = 21, text = "CLOSE_DEATH_SCREEN" },
{ time = 15, text = "If you hear music.. Run. If you can." },
{ time = 7, text = "MGE Brother.." },
{ time = 0, text = "Did you see that?" }
}
end
return phrases
end
Maybe i did something wrong?
elseif attacker:GetClass() == "npc_mge_engineer" then
phrases = {
{ time = 21, text = "CLOSE_DEATH_SCREEN" },
{ time = 15, text = "If you hear music.. Run. If you can." },
{ time = 7, text = "MGE Brother.." },
{ time = 0, text = "Did you see that?" }
}
return phrases
end
return phrases
end
Try posting only this code right after one of the familiar codes.
For example;
I'd usually put my code between the codes of Glitch and Ambush to make it simple.
To locate the code you're trying to find, open the config in Notepad and hit Ctrl + F . This will open a little search bar and type "npc_glitch". It should redirect you.
I'll prob make a video soon to make thing's a whole lot simpler.