27-03-2007, 03:42 AM
Well if I am wrong then please correct me. :o Though I am just saying what looks correct to me.
*edit* also forgot to mention that, i believe there is only 1 of this line in the client side...
which means you would end up putting in this...
twice in the same module...which cant be a good thing. :? Or maybe it was just a typo by william. Though good night, going to sleep now
*edit* also forgot to mention that, i believe there is only 1 of this line in the client side...
Quote:Sub SetPlayerExp(ByVal Index As Long, ByVal Exp As Long)
Player(Index).Exp = Exp
End Sub
which means you would end up putting in this...
Quote:Sub SetPlayerMaxExp(ByVal Index As Long, ByVal MaxExp As Long)
Player(Index).MaxExp = MaxExp
End Sub
Function GetPlayerMaxExp(ByVal Index As Long) As Long
GetPlayerMaxExp = Player(Index).MaxExp
End Function
twice in the same module...which cant be a good thing. :? Or maybe it was just a typo by william. Though good night, going to sleep now
