1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
elseif b == 2 then 	-- If player position are not in "Info_NoBuild" entity then 		telx[id] = player(id,"x") 		tely[id] = player(id,"y") 		savepos[id] = 1 		msg2(id,server.."Position saved!") 	else 		msg2(id,error.."You can't save position here!") 	end
I need the code for "If player position are not in Info_NoBuild entity then".