it's fairly simple
1
2
3
4
5
6
7
8
9
10
11
12
2
3
4
5
6
7
8
9
10
11
12
if (text=="@entzone") then 	msg2(id,"Zones:") 	if(inentityzone(player(id,"tilex"),player(id,"tiley"),18) == true)then 		msg2(id,"Nobuild") 	end 	if(inentityzone(player(id,"tilex"),player(id,"tiley"),20) == true)then 		msg2(id,"Teamgate") 	end 	if(inentityzone(player(id,"tilex"),player(id,"tiley"),21) == true)then 		msg2(id,"NoWeather") 	end end
however it appears to cause an exception_access_violation whenever called in an Info_T, Info_CT.
It doesn't work properly in any zone.
Does anyone know what I'm doing incorrectly?