Forum

> > CS2D > Scripts > Brauche ein Script
Forums overviewCS2D overview Scripts overviewLog in to reply

German Brauche ein Script

2 replies
To the start Previous 1 Next To the start

old Brauche ein Script

francis007
BANNED Off Offline

Quote
Hallo Leute ich brauche ein script also wenn es 22:00 uhr ist dan tut die map restarten von automatic also bitte wenn ihr es habt oder zeit habt es zu machen dan schreibt den ganzen lua in den kommentaren

old Re: Brauche ein Script

Alpha Beta
User Off Offline

Quote
So etwas?

1
2
3
4
5
6
timer(1000, "restartmap", "", 0)
function restartmap()
	if (os.date("%H %M %S") == "22 00 00") then 
		parse("restart")
	end
end

Gegebenenfalls anpassen.
edited 1×, last 02.01.15 08:36:23 pm
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview