Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
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?