Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Friends List
#6
I actually did it like this, which looks cleaner in my mind :p:

Code:
Type FriendRec
       Name as string * Name_Length
End Type

Type PlayerRec
      
       Friends(1 to MAX_FRIENDS) as FriendRec
End Type

Smile
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)