you don't have to do anything but i get error
i want if player was terrorist and he pressed f2 he get different menu than counter-terrorist menu if he pressed f2
hope you understood me
1
2
3
4
5
6
7
8
9
10
11
2
3
4
5
6
7
8
9
10
11
addhook("serveraction" , "sa")
function sa(id,action)
	if action==1 then
	if team==1 then
	menu(id,"Main Menu,exe")
	else
	if team==2 then
	menu(id,"Main Menu,exeeee")
	end
end
end
is this correct ?
if no
send for me the code in comments
Do not mock me because I tyro
Different menu for two teams
1 
Offline