Skip to content
Home > Programming > ghostriderofthenite Ultimate Bot project > Reply To: ghostriderofthenite Ultimate Bot project

Reply To: ghostriderofthenite Ultimate Bot project

#100559

maybe something like this with some changes i’m not sure your the expert im not even a amature hahahah

‘ Launch WMP
If Nz(Me.txtPath, “”) = “” Then
MsgBox “Please specify a file to play.”
Me.txtPath = mcstrSamp
Me.txtPath.SetFocus
Else
LaunchWMP (Me.txtPath)
End If
End Sub