View Single Post
  #11  
Old 02-06-2010, 09:40 PM
Engine Engine is offline
Registered User
Join Date: Jan 2010
Posts: 70
Engine is on a distinguished road
Alright, this might as well be renamed to my help thread
Can I do this clientside because it's not working for me clientside and I seem to remember reading that you can seartch through all the players x/y clientside?
PHP Code:
  for (plallplayers) {
    
pl.chat "test";
    if (
pl.x in HBx 1.5HBy 1.5 | && pl.y in HBx 1.5HBy 1.5 | ) {
      
pl.chat "hit.";
    }
  } 
Reply With Quote