Thread: How do i do?
View Single Post
  #1  
Old 01-24-2010, 04:41 PM
Entrok Entrok is offline
Registered User
Join Date: Sep 2009
Location: Sweden
Posts: 51
Entrok is on a distinguished road
Send a message via MSN to Entrok
How do i do?

Hey, im making like a family system for a server and wants to use a DB to store the family info, but how do i load it in to this script? Iknow how to load from servrr. strings, but not from a DB.

Have the following:

PHP Code:
new GuiTextListCtrl("FamilyList")
{
  
profile GuiBlueTextListProfile;
  
0;
  
width 230;
  
fitparentwidth true;
  
clearrows();
  for (
temp.0temp.serverr.familylist.size(); temp.i++)
    
addrow(temp.iserverr.familylist[temp.i]);
    
setSelectedRow(0);

Reply With Quote