View Single Post
  #10  
Old 05-31-2010, 12:07 AM
xMane xMane is offline
NPC-Server (Server)
xMane's Avatar
Join Date: May 2010
Posts: 59
xMane is on a distinguished road
so the correct way to do this how? i keep trying but idk what to do here.
PHP Code:
  this.hirebiz clientr.bizname;
  
this.bizstaff serverr.(@this.hirebiz@"accounts").tokenize(",");
  for (
temp.0this.bizstaff.size(); ++)
  
this.bizstaffsize this.bizstaff[x];
Biz_BizPlayerList.addrow(this.amountrow,this.bizstaff[this.bizstaffsize]); 
or how would this be? because that code is not working x.x
Reply With Quote