buy shotgun
buy armor
its not working
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
addhook("serveraction" , "menu") function menu(id,title, button) 	menu(id,"Shotgun Pro Buy,Buy Shotgun,Buy Armor") 	if button==Buy Shotgun then 	if player(id,"money")==2000 then 	parse("equip "..id.." 11 ") if button==Buy Armor then if player(id,"money")==8500 then 	parse("equip "..id.." 58 ") end 	end 	 addhook("say" , "score") function score(text) parse('hudtxt2 "..id.." Scores "©255255255CT's Score '..game("score_ct")..' " 282 458 Play fun!') 	parse('hudtxt2 "..id.." Scores "©255255255T's Score '..game("score_t")..' " 239 458 Play fun!')