Thread: How do i do?
View Single Post
  #4  
Old 01-24-2010, 05:52 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
With the params received on the client-side, you can store them into variables such as this.familys, with that you can then do the following.

PHP Code:
new GuiTextListCtrl("FamilyList"

  
profile GuiBlueTextListProfile
  
0
  
width 230
  
fitparentwidth true
  
clearrows();
  
// You need to use thiso. because you'll need to reference the weapon script
  // and now the FamilyList object itself. 
  
for (temp.0temp.thiso.familys.size(); temp.i++) 
    
addrow(temp.ithiso.familys[temp.i]); 
    
setSelectedRow(0); 

__________________
Quote:
Reply With Quote