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
Honestly I do not know how to do it from in game, howhever, by coding, Ihave come to this :
function replacement()
for k, v in pairs( ents.FindByClass( "npc_citizen" ) ) do
local chance = math.Rand(1,100)
if chance > 75 then
v:SetName("[GDF] Soldier")
end
end
end
It first discovers the npc_citizen, and then, by chance, it replaces them with the GDF