1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
addhook("serveraction","Xserveraction") function Xserveraction(id,action) 	if player(id, 'team') == 0 then return end 	if player(id, 'health') < 0 then return end ........................--This not not the whole script addhook("menu","Xmenu") function Xmenu(id, title, button) 	if player(id, 'health') < 0 then return end 	if player(id, 'team') == 0 then return end 	if button == 0 then return end ........................--This not not the whole script
Please help me
