Quote:
Originally posted by Falcor
nearestplayer(x,y)
|
No offence. You are a *****. x.x
Quote:
Originally posted by Python523
Hidden Command #1:
getnearestplayer(x,y);
serverside command, gets the index of the closest player to the specified index, the index can then be used like
near=getnearestplayer(x+1,y+2.5);
with(players[near]){
//stuff here;
}
|