Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Ryan's Questions.
#7
Yeah I think so, but would this work:
Code:
Select Case GetPlayerAccess(Index)
    
    Case Is < 3
    Call MsgBox("You do not have access to this!", vbOKOnly, GAME_NAME)
    Exit Sub
    
    Case Is >= 3
frmItemEditor.Visible = True

End Select
End Sub
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)