19-09-2008, 11:16 PM
Well mine is:
Only code difference(apart from access) I see is the $. Try adding that? No idea. :S
Code:
Private Sub btnBan_Click()
If GetPlayerAccess(MyIndex) >= ADMIN_CREATOR Then
Call SendBan(Trim$(txtPlayer.Text))
End If
End Sub
Only code difference(apart from access) I see is the $. Try adding that? No idea. :S