Thread: getting area..
View Single Post
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 09-13-2005 , 06:44  
Reply With Quote #2

Code:
public myFunc(id) {     new iPlayers[32],iNum,i;     get_players(iPlayers,iNum,"ac");     for(i = 0; i <= iNum; i++)     {         new x = iPlayers[i];         if(floatround(entity_range(id,x)) <= 1000)         {             // listen         }         else         {             // don't listen         }     } }
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline