10-05-2007, 02:35 AM
Nah I have it on both sides, I figured out what the error was.
This was what was wrong, I typed in on the server side.
Code:
Public Quests(1 To MAX_QUESTS) As QuestRec
Code:
public Quest(1 to MAX_QUEST) as QuestRec