View Single Post
  #7  
Old 10-15-2003, 03:53 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 DustyPorViva
I would like to know a little bit abotu getnearestplayer.

Anyone like to explain?

I know it gets the nearest player but I would like to know the conditions and such.

It's serverside, correct?
It doesn't get the nearest player, it gets the index, and for condition just think about what a condition is,
i = getnearestplayers(x,y,!strequals(#g,Staff));
Reply With Quote