JMED Posted October 2, 2006 Posted October 2, 2006 I am not much of a programmer here guys...can someone see why my script won't unpause? Thanks I attached it.PartyPokerSampleBot.au3
jinxter Posted October 2, 2006 Posted October 2, 2006 add a TrayIconDebug = 1 to see where it pauses... it is probably waiting for something (ie. timeout) ... > there are 10 types of people in the world, those who understand binary and those who don't.
JMED Posted October 2, 2006 Author Posted October 2, 2006 elseif $action = 4 then ; Bet/Raise ;Sleep(Random(0, 2000)); ControlClick($tablename, "", $RaiseButton); It's saying the line: elseif $action = 4 then doesn't have the correct variable declared.
jvanegmond Posted October 2, 2006 Posted October 2, 2006 put Dim $action on top of your script github.com/jvanegmond
JMED Posted October 2, 2006 Author Posted October 2, 2006 put Dim $action on top of your script I tried that, still staying paused.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now