How about
:
PHP Code:
//#CLIENTSIDE
function onCreated() setTimer(.05);
function onTimeOut()
{
if (player.x in |startx, endx| && player.y in |starty, endy|) noplayerkilling();
setTimer(.05);
}
Should work. Uhm, replace startx/endx & starty/endy with actually locations though.