So it could be something like
1
2
3
2
3
if button==0 then 	msg2(id,You must pick something !) end
1
2
3
4
5
6
7
2
3
4
5
6
7
if weapon == 45 then 	if mode==1 then -- Red/Blue/Green/Yello 		stuff 	elseif mode==2 then --Different color 		stuff 	end end