View Single Post
  #11  
Old 06-29-2006, 03:32 PM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
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.
Reply With Quote