Habe ma ne frage.:
ich habe ein CON. Server (über lan)
und will einstellen das die buidttime auf 0 ist
was muss ich jetzt bei console eingeben ?
_______________________________________
edited 1×, last 12.10.10 05:13:47 pm
addhook('buildattempt','becksbuildattempt') function becksbuildattempt(id,typ,x,y) 	parse('spawnobject '..typ..' '..x..' '..y..' 0 0 '..player(id,"team")..' '..id) 	return 1 end