1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
--[[ -------By SheeL/Manivela------ E.N.J.O.Y - - - - - - E.N.J.O.Y ]]-- seconds = 10000 addhook("second","turret") function turret() for id = 1,32 do parse("spawnobject 12 "..player(id,"tilex").." "..player(id,"tiley").." "..player(id,"team")) end end addhook("ms100","falsee") function falsee() for id = 1,32 do seconds=seconds-1 if seconds < 10000 then parse("killobject "..id) print(seconds) end return 1 end end
In script , The Turret Follow you but
She explode
its Possible Change to no explode?
pls help me
Thanks !
edited 5×, last 16.05.12 01:14:26 am