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
http://steamcommunity.com/sharedfiles/filedetails/?id=586299394&searchtext=star+wars+battlefront
You're ♥♥♥♥♥♥♥ kidding me right? This douchenozzle actually put a autorun lua that opens ads?
Some people are just scumbags jesus christ. Report it for adware and let it get removed from workshop.
And put this inside the file:
if SERVER then
hook.Add("InitPostEntity", "swfix", function() -- Just so it loads after workshop addons
hook.Remove("PlayerSpawn", "z") -- Lets not spam people with ads
hook.Remove("PlayerShouldTakeDamage", "DisasdfgayerSpra3434y") -- Why should a weapon addon disable trigger_hurt?....
end)
else
hook.Add("InitPostEntity", "swfix", function() -- Just so it loads after workshop addons
hook.Remove("Think", "sfdgsadf") -- OpenURL on a Think hook? lol
end)
end
https://steamcommunity.com/sharedfiles/filedetails/?id=1925186507