1
msg("©255255255"..player (p,"name").." has been given a warning for foul language!")
msg("©255255255"..player (p,"name").." has been given a warning for foul language!")
addhook("use","elevator.press") function elevator.press(id, event, data, x, y) 	xtrig = 86 -- The X-position of the trigger 	ytrig = 75 -- The Y-position of the trigger 	if (x == xtrig) and (y == ytrig) then 		parse("setpos "..id.." "100 100") 		msg2(id, "*ding*") 		end 	end end