Hello, im looking for a function that will do the following:
List of names = "John", "Paul", "Martin";
List of playersnear = get all player names near X radius;
foreach(playersnear p){
if (names.contains(p))
sleep(10000)
}
I dont know C# syntax but i think thats pretty much it.
Planning to add this to HaslaAssistant
Thank you btw
List of names = "John", "Paul", "Martin";
List of playersnear = get all player names near X radius;
foreach(playersnear p){
if (names.contains(p))
sleep(10000)
}
I dont know C# syntax but i think thats pretty much it.
Planning to add this to HaslaAssistant
Thank you btw