Instalează Steam
conectare
|
limbă
简体中文 (chineză simplificată)
繁體中文 (chineză tradițională)
日本語 (japoneză)
한국어 (coreeană)
ไทย (thailandeză)
български (bulgară)
Čeština (cehă)
Dansk (daneză)
Deutsch (germană)
English (engleză)
Español - España (spaniolă - Spania)
Español - Latinoamérica (spaniolă - America Latină)
Ελληνικά (greacă)
Français (franceză)
Italiano (italiană)
Bahasa Indonesia (indoneziană)
Magyar (maghiară)
Nederlands (neerlandeză)
Norsk (norvegiană)
Polski (poloneză)
Português (portugheză - Portugalia)
Português - Brasil (portugheză - Brazilia)
Русский (rusă)
Suomi (finlandeză)
Svenska (suedeză)
Türkçe (turcă)
Tiếng Việt (vietnameză)
Українська (ucraineană)
Raportează o problemă de traducere






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?