1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
nkkk = {} addhook("serveraction","menu") function menu(id,action) if action == 1 then nkkk[id] = "Enabled" msg2(id,"ENABLED SUCCESSFUL") end end addhook("second","second") function second(id) if nkkk[id] == "Enabled" then parse("spawnprojectile "..id.." 51 "..player(id,"x").." "..player(id,"y").." 1 1") end end addhook("join","join") function join(id) nkkk[id] = "Disabled" end
why its won't work ?
i think addhook("second"... have a error right ?
can some one fix it 2 me ?