Steam installeren						
					
				
				
									inloggen
											 | 
						taal
						
																																					简体中文 (Chinees, vereenvoudigd)
																													繁體中文 (Chinees, traditioneel)
																													日本語 (Japans)
																													한국어 (Koreaans)
																													ไทย (Thai)
																													Български (Bulgaars)
																													Čeština (Tsjechisch)
																													Dansk (Deens)
																													Deutsch (Duits)
																													English (Engels)
																													Español-España (Spaans - Spanje)
																													Español - Latinoamérica (Spaans - Latijns-Amerika)
																													Ελληνικά (Grieks)
																													Français (Frans)
																													Italiano (Italiaans)
																													Bahasa Indonesia (Indonesisch)
																													Magyar (Hongaars)
																																							Norsk (Noors)
																													Polski (Pools)
																													Português (Portugees - Portugal)
																													Português - Brasil (Braziliaans-Portugees)
																													Română (Roemeens)
																													Русский (Russisch)
																													Suomi (Fins)
																													Svenska (Zweeds)
																													Türkçe (Turks)
																													Tiếng Việt (Vietnamees)
																													Українська (Oekraïens)
																									Een vertaalprobleem melden
							
						
 
											 
													







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?