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 de Hispanoamérica
Ελληνικά (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 de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
https://sp.zhabite.com/sharedfiles/filedetails/?id=3144011868&
So, we just set the HP to 2500. It works even better now, much funnier if the skeledoot is *practically* unkillable as the whole server sometimes chases after them.
hook.Add("TTT2UpdateSubrole", "UpdateSkeledootRoleSelect", function(ply, oldSubrole, newSubrole)
if newSubrole == ROLE_SKELEDOOT then
ply:SetSubRoleModel(sd.model)
elseif oldSubrole == ROLE_SBARREL then
ply:SetSubRoleModel(nil)
end
end)
This should be changed to:
hook.Add("TTT2UpdateSubrole", "UpdateSkeledootRoleSelect", function(ply, oldSubrole, newSubrole)
if newSubrole == ROLE_SKELEDOOT then
ply:SetSubRoleModel(sd.model)
elseif oldSubrole == ROLE_SKELEDOOT then
ply:SetSubRoleModel(nil)
end
end)