Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Mirage Source 4
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.

Code:
If Val(txtDrop.Text) > GetPlayerInvItemValue(MyIndex, InvNum) Then
        Exit Sub
    End If
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)