- Za ten post scigacz1975 otrzymał następujące punkty reputacji:
- RedDevill.
<hud_show_time x="20" y="160" width="900" height="100">
<text x="0" y="0" font="letterica18" r="240" g="217" b="182" a="140" align="l"/>
</hud_show_time>
function actor_binder:update(delta)
object_binder.update(self, delta)
local time = time_global()
game_stats.update (delta, self.object)
--Time display for in game mini map
minimap_time.show_time()
end
--Time display for in game mini map
function show_time()
local hud = get_hud()
local cs = hud:GetCustomStatic("hud_show_time")
if cs == nil then
hud:AddCustomStatic("hud_show_time", true)
cs = hud:GetCustomStatic("hud_show_time")
end
local time_h = level.get_time_hours()
local time_m = level.get_time_minutes()
local msg
if time_m >= 10 then
msg = string.format(" %02d:%02d\n", time_h, time_m)
else
msg = string.format(" %02d:%02d\n", time_h, time_m)
end
if cs ~= nil then cs:wnd():SetText(msg)
end
end
FATAL ERROR
[error]Expression : fatal error
[error]Function : CScriptEngine::lua_error
[error]File : E:\priquel\sources\engine\xrServerEntities\script_engine.cpp
[error]Line : 180
[error]Description : <no expression>
[error]Arguments : LUA error: xr_effects.script:2054: attempt to index field 'actor' (a nil value)
Użytkownicy przeglądający to forum: Brak zarejestrowanych użytkowników oraz 1 gość