#31
|
||||
|
||||
1. Equals instead of minus is needed:
Code:
local player - Level.GetPlayer(); Code:
function Level.OnChangeWSoldierCloth() local player - Level.GetPlayer(); if ( player !=nil ) then Actor.EnableMesh (player, "grm_cap" , false); end; |
#32
|
||||
|
||||
I'm still getting the error! Which position does it have to be in?
|
#33
|
||||
|
||||
Quote:
P. S. http://www.lua.org/manual/5.1/ |
#34
|
||||
|
||||
I think I messed up the "Winter Cold" LUA, so I decided to withdraw placing spare soldier's uniforms for now.
A new problem has been encountered in "Stronghold" - I can't enter the prison in the spare warden's uniform. |
#35
|
||||
|
||||
Quote:
Send me your posilka.lua by e-mail or PM. |
#36
|
||||
|
||||
Too late, I replaced it with a backup from before I was working on the clothes.
|
#37
|
||||
|
||||
I need help with the following problems:
|
#38
|
||||
|
||||
UPDATE:
I still need to figure out how to make the spare uniform in "Stronghold" register as the warden's. |
#39
|
||||
|
||||
"Kamerad, nun heisst's marschieren..."?
|
#40
|
||||
|
||||
No, not that, though I did replace "muz3_ger_loop" with it. I'm talking about the ambient level music.
|
|
|