Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
how would i?
P.S my e2 is doing this for time calculations Hrs = time("hour")+5
Mins = time("min")+1-1
Secs = time("sec")
if (Hrs >= 12) { PM = 1 } else { PM = 0 }
if (PM) { Subtractor = 1 } else { Subtractor = 0 }
Hrs = Hrs - (Subtractor * 12)
and this for the print part
if(On)
{
}
timer("playsound",15000)
if(clk("playsound")){
hideChat(1)
print(TIME:toString())
}
can you help?
We have been waiting for you 2 update this
entities/gmod_wire_expression2/core/custom/chatprint.lua:33: attempt to index a nil value
I get this error every time, on E2s that used to work before the December update
Does it work on servers?