I need help pliz!
sorry for my bad english
here's the script:
1
2
3
4
2
3
4
addhook("say","command") function command(id,!weapons) menu(1,"Custom Buy Menu,Item 1|$5,Item 2|$50,(Item 3|$999999),Item 4|$0") end
(is my first script for cs2d)
addhook("say","command") function command(id,!weapons) menu(1,"Custom Buy Menu,Item 1|$5,Item 2|$50,(Item 3|$999999),Item 4|$0") end
addhook("say","command") function command(id,txt) if txt="!weapons" then menu(id,"Custom Buy Menu,Item 1|$5,Item 2|$50,Item 3|$999999,Item 4|$0") end end
addhook("say","command") function command(id,txt) 	if txt="!weapons" then 		menu(id,"Custom Buy Menu,Item 1|$5,Item 2|$50,Item 3|$999999,Item 4|$0") 	end end
addhook("say","command") function command(id,txt) 	if txt=="!weapons" then 		menu(id,"Custom Buy Menu,Item 1|$5,Item 2|$50,Item 3|$999999,Item 4|$0") 	end end
addhook("say","command") function command(id,txt) 	if txt="!weapons" then 		menu(id,"Custom Buy Menu,Item 1|$5,Item 2|$50,Item 3|$999999,Item 4|$0") 	end end
if txt="!weapons" then
if txt=="!weapons" then
addhook("say","command") function command(id,cmd) 	if cmd=="!weapon" then 		menu(1,"Custom Buy Menu,Item 1|$5,Item 2|$50 (Item3|$999999),Item 4|$0")		 	end end