11-01-2009, 06:22 AM
Code:
Type PlayerRec
' General
Name As String * NAME_LENGTH
Sex As Byte
Class As Byte
Sprite As Integer
Level As Byte
Exp As Long
Access As Byte
PK As Byte
Warn As Byte
Bounty As Long
IsMuted As Boolean
Kills As Long
NPCKills As Long
Would you consider this bloated? Can this slow down MS4? If so, how drastically? Any work arounds?