Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Friends List
#5
Code:
Type FriendRec
    Name as String * NAME_LEGNTH
End Type


Public Friend(0 to MAX_FRIENDS) as Friend Rec

Public Const MAX_FRIENDS = 20


Type PlayerRec
    *Blah Blah Blah*
    
    For i = 1 to max_friends
        Friend(i).Name
    Next i
end type


Then do all the saving/loading adding/sending stuff and you're done.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)