View Single Post
  #2  
Old 07-28-2006, 09:45 PM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
How about:

PHP Code:
//#CLIENTSIDE
function onCreated() setTimer(.05);

function 
onTimeOut()
{
  if (
player.x in |startxendx| && player.y in |startyendy|) noplayerkilling();
  
setTimer(.05);

Should work. Uhm, replace startx/endx & starty/endy with actually locations though.
__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote