Instalează Steam
conectare
|
limbă
简体中文 (chineză simplificată)
繁體中文 (chineză tradițională)
日本語 (japoneză)
한국어 (coreeană)
ไทย (thailandeză)
български (bulgară)
Čeština (cehă)
Dansk (daneză)
Deutsch (germană)
English (engleză)
Español - España (spaniolă - Spania)
Español - Latinoamérica (spaniolă - America Latină)
Ελληνικά (greacă)
Français (franceză)
Italiano (italiană)
Bahasa Indonesia (indoneziană)
Magyar (maghiară)
Nederlands (neerlandeză)
Norsk (norvegiană)
Polski (poloneză)
Português (portugheză - Portugalia)
Português - Brasil (portugheză - Brazilia)
Русский (rusă)
Suomi (finlandeză)
Svenska (suedeză)
Türkçe (turcă)
Tiếng Việt (vietnameză)
Українська (ucraineană)
Raportează o problemă de traducere
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