Instalar Steam
iniciar sesión
|
idioma
简体中文 (Chino simplificado)
繁體中文 (Chino tradicional)
日本語 (Japonés)
한국어 (Coreano)
ไทย (Tailandés)
български (Búlgaro)
Čeština (Checo)
Dansk (Danés)
Deutsch (Alemán)
English (Inglés)
Español - España
Ελληνικά (Griego)
Français (Francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (Húngaro)
Nederlands (Holandés)
Norsk (Noruego)
Polski (Polaco)
Português (Portugués de Portugal)
Português - Brasil (Portugués - Brasil)
Română (Rumano)
Русский (Ruso)
Suomi (Finés)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Informar de un error de traducción
...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)