Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Easier mapping
#3
Code:
Private Sub Check4_Click()
Dim index As Long
     If Check4.Value = 1 Then
          txtRight = GetPlayerMap(MyIndex) + 1
     End If
End Sub

Also think you can do something like:

Code:
Private Sub Check4_Click()
Dim index As Long
     If Check4.Value = 1 Then
          txtRight = Map.num + 1
     End If
End Sub

If it's client side.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)