Instale o Steam
iniciar sessão
|
idioma
简体中文 (Chinês simplificado)
繁體中文 (Chinês tradicional)
日本語 (Japonês)
한국어 (Coreano)
ไทย (Tailandês)
Български (Búlgaro)
Čeština (Tcheco)
Dansk (Dinamarquês)
Deutsch (Alemão)
English (Inglês)
Español-España (Espanhol — Espanha)
Español-Latinoamérica (Espanhol — América Latina)
Ελληνικά (Grego)
Français (Francês)
Italiano (Italiano)
Bahasa Indonesia (Indonésio)
Magyar (Húngaro)
Nederlands (Holandês)
Norsk (Norueguês)
Polski (Polonês)
Português (Portugal)
Română (Romeno)
Русский (Russo)
Suomi (Finlandês)
Svenska (Sueco)
Türkçe (Turco)
Tiếng Việt (Vietnamita)
Українська (Ucraniano)
Relatar um problema com a tradução
Okay, i literaly have no idea what to do, i opened console and ran that command but nothing happened...
] lua_run for _, v in pairs( ents.FindByClass( 'prop_alien_vent' ) ) do v:SetModel( 'models/props_phx/construct/metal_wire1x1x2b.mdl' )
> for _, v in pairs( ents.FindByClass( 'prop_alien_vent' ) ) do v:SetModel( 'models/props_phx/construct/metal_wire1x1x2b.mdl' )...
[ERROR] lua_run:1: 'end' expected near '<eof>'
1. unknown - lua_run:0
That would have been smart of me to look at... :) I've been running evo for a while (fun!), back to egg hunt, so I'll keep a closer eye on it.
I am seeing a lot of Lua client-side errors... ERROR] lua/includes/modules/player_manager.lua:358: attempt to call method 'GetClassID' (a nil value)
gamemodes/ai/entities/weapons/weapon_flamethrower.lua:79: Tried to use a NULL entity!
etc. These seem harmless gameplay wise... haven't looked deeper.
Ofc nothing will happen. You missed "end" after v:SetModel() Execure everything from this:
lua_run for _, v in pairs( ents.FindByClass( 'prop_alien_vent' ) ) do v:SetModel( 'models/props_phx/construct/metal_wire1x1x2b.mdl' ) end
[ERROR] gamemodes/ai/gamemode/cl_scoreboard.lua:137: Tried to use a NULL entity!
1. SteamID - [C]:-1
2. unknown - gamemodes/ai/gamemode/cl_scoreboard.lua:137
Okay,
ive done everything correctly, no errors in console. But, i didnt get the resalt as expected.
I want to know how i can play as a human against an AI Alien, and also to play with my friend (as humans) against an AI alien.
Thanks for keeping up with me :D
[Alien: Isolation: Gamemode] gamemodes/ai/gamemode/cl_init.lua:273: attempt to perform arithmetic on global 'LOCALPLAYER_CROUCH_MODE' (a nil value)
1. unknown - gamemodes/ai/gamemode/cl_init.lua:273