So. There is list of maps
Ex: Map_list: "mymap1","mymap2",balbalabla
There is a mapchange in every 1 hour:
secssa = 0
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
addhook("second","autotextf") function autotextf() secssa = secssa + 1 if secssa >= 3590 then msg("©255000255NEXT MAP WILL BE CHANGED IN 10 SECONDS!") 		 --This is what I want! secssa = 0 end end
Timer is started: timer(10000,"MORE here!
and the random map is changing on server from Map_list!
Sorry if you dont understand Dx
Thanks in advance.
edited 1×, last 17.04.12 04:21:24 pm