安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
Now i just need to multiply the decimals by 60 for it to display minutes instead of %.
Something like AtmosGlobal:GetTime() * 60 but only for decimals.
As in your example 14.5 I take the 0.5 * 60 to get 30 minutes.
Idk if this is possible but i can't think of any other way right now.
Do you think theres any way of adding time of death?
By somehow taking the current time this addon displays and adding it to the message?
Atmos not found! Stopping. The script can be reloaded once Atmos is running.Failed to load .nav file: Cannot access!
Author, feel free to reference my code to update yours.
lua_run print(timer.Exists'atmos_dnc_hudUpd')
Do you get true back?
-Is Atmos installed on both client & server, and enabled?
-Is the Atmos DNC operational and not paused?
-Does changing atmoshud_enabled have any effect?
If you can't figure it out, get back to me and I'll go through debugging it with you.
atmoshud_anchorbottom 0
atmoshud_anchorright 0
atmoshud_posx 10
atmoshud_posy 10
with both atmoshud anchors set to 0 play around with y higher value moves it lower.
set x higher to move it left and then it will probhably move left from right side of screen on a larger number like 50 or 100 i think lol i dont know :D
hook.Add("PlayerInitialSpawn", "ForceAtmosHUDPos",function()
for _, ply in pairs(player.GetAll()) do
ply:ConCommand("atmoshud_posx <val>")
ply:ConCommand("atmoshud_posy <val>")
end
end)
This can be applied for any of the commands listed in the description above.
Thank you.
Sorry to keep asking questions but is posx and posy measured in pixels or something relative to the screen size?
Perhaps you could tell me what they do.
Also, will there be 'PM' or 'AM' respectively when using the twelve-hour mode?