Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
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.