29-09-2006, 06:41 AM
Obsidian Wrote:I guess we just misunderstood... just update the "playerdata" packets...Basicly you just add:
Code:
SEP_CHAR & variable & SEP_CHAR & variable2 & SEP_CHAR & END_CHAR
And then make sure to receive it in the server by using:
Code:
Dim test as long
test = Val(Parse$(num))
Do you understand?