Quote:
|
Originally Posted by AnarchySquare
But if you're using with() don't you need to specify what you're searching for? Like with (players[])?
Thanks for the answer.
|
Well, objects also have names.
You do normally need to do with (players[]), but you could also do something like:
PHP Code:
reference = findplayer("Yen");
with (reference) {
}
You can also just put in the name of a GUI object, and it will automatically refer to that GUI.