02-10-2008, 08:06 PM
I'm not sure I understand Sh4rk. Sorry.
In frmDrop I added this check to prevent the hacking attempt server side if you try to drop more of a currency than you have.
In frmDrop I added this check to prevent the hacking attempt server side if you try to drop more of a currency than you have.
Code:
If Val(txtDrop.Text) > GetPlayerInvItemValue(MyIndex, InvNum) Then
Exit Sub
End If