View Single Post
  #7  
Old 07-20-2002, 12:50 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by Googi
Well for some reason I doubt this would work :-\

NPC Code:

with (players[i].x = playerx-1){
hurt 2;
}

because you have a completelly wrong syntax? getplayer doesnt work like that either, just go through all the players using a for loop and make it so if their x is in a certain part, it continues with with the script
Reply With Quote