Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
...over-exaggerated.
not saying im gonna uninstall, but yeah, keep in mind.
\Steam\steamapps\workshop\content\4000\2636098700
i tried this but its still active xD im convinced this guy uploads viruses on the workshop
hook.Add( "OnNPCKilled" , "GSL_NPC_DEATH_EXPRESS" , function( ent , attacker , inflictor )
if not IsValid( ent ) or not ent:IsNPC() then return end
if not ent.GSL_HasGoneInsane then
ent.GSL_HasGoneInsane = true
ent:SetFlexScale( math.random( -4 , 4 ) )
for i = 1, 32 do
ent:SetFlexWeight( i , math.Rand( 0 , 1 ) )
end
end
end)