
It is not wall to kill on my server, can you help me?
Without being Textual Context of the script ... There's another console or a command can do to help me?
sorry for my English everyone
^^'

addhook("trigger","_trigger") admins={45813} doors={} for x=0,map("xsize") do 	for y=0,map("ysize") do 		if entity(x,y,"exists") and entity(x,y,"type")==71 then 			if entity(x,y,"name")~="" then 				doors[entity(x,y,"name")]={x,y} 			end 		end 	end end function _trigger(trigger) 	if doors[trigger]~=nil then 		for _,living in ipairs(player(0,"tableliving")) do 			if player(living,"tilex")==doors[trigger][1] and player(living,"tiley")==doors[trigger][2] then 				for _,usgn in ipairs(admins) do 					if player(living,"usgn")==usgn then 						return 1 					end 				end 			end 		end 	end end