View Single Post
  #3  
Old 08-23-2008, 08:31 PM
LoneAngelIbesu LoneAngelIbesu is offline
master of infinite loops
LoneAngelIbesu's Avatar
Join Date: May 2007
Location: Toldeo, Ohio
Posts: 1,049
LoneAngelIbesu has a spectacular aura aboutLoneAngelIbesu has a spectacular aura about
Send a message via AIM to LoneAngelIbesu
Why not do something like this?
PHP Code:
//#CLIENTSIDE
function onCreated() {
  for(
temp.iallplayers) {
    if(
temp.i.isbuddy) {
      
temp.out.add(temp.i);
    }
  }

>:[ Ziro beat me to it.
__________________
"We are all in the gutter, but some of us are looking at the stars."
— Oscar Wilde, Lady Windermere's Fan
Reply With Quote