AHK HUD - Enjoy

General discussion of PokerTracker 3.

Moderator: Moderators

Re: AHK HUD - Enjoy

Postby _dave_ » Thu Jan 31, 2008 3:14 pm

[quote="random"vrz]Only tested observing on ftp so far, when player changes, name stays from the previous player (not sure about stats, havent checked in PT to compare, will next time I notice it), but tooltip shows new player's name.[/quotevrz]

yeah I confirmed this, didn't fix it though due to lack of time. So long as the tooltip is correct, stats are correct. FWIW, this should only happen if the players swap instantly - if the seat is empty for an orbit, the panel should be destroyed / re-created with the correct name.
_dave_
 
Posts: 1147
Joined: Sun Dec 09, 2007 6:19 pm

Re: AHK HUD - Enjoy

Postby random » Thu Jan 31, 2008 3:22 pm

Well it was the first thing I noticed, sorry it was nothing that exciting :P . Gonna report if I notice anything else out of order. Thanks for doing this, nice piece of software you made!
random
 
Posts: 209
Joined: Thu Jan 24, 2008 8:08 pm

Re: AHK HUD - Enjoy

Postby MMark516 » Thu Jan 31, 2008 4:51 pm

ok i got boxes...one they dont move with the table, 2 they dont have stats....

but i did get boxes, lol

this AHK and postgress is all new to me so its kinda a hit or miss experiment


i have installed everything with default settings as far as i know
MMark516
 
Posts: 36
Joined: Wed Jan 30, 2008 6:32 pm

Re: AHK HUD - Enjoy

Postby golem953 » Thu Jan 31, 2008 7:37 pm

I did everything thats supposed to be done to make it work but I dont see any stats not even the "boxes". However the H does show up, and also an extra H if I open a table. Am I doing something wrong?

partypoker
Windows vista
golem953
 
Posts: 6
Joined: Thu Jan 31, 2008 4:58 pm

Re: AHK HUD - Enjoy

Postby _dave_ » Thu Jan 31, 2008 7:52 pm

[quote="golem953"msc]I did everything thats supposed to be done to make it work but I dont see any stats not even the "boxes". However the H does show up, and also an extra H if I open a table. Am I doing something wrong?

partypoker
Windows vista[/quotemsc]

Are you running FPHG?
Have you set program files\autohotkey, partygaming and FPHG to always run as admin?
_dave_
 
Posts: 1147
Joined: Sun Dec 09, 2007 6:19 pm

Re: AHK HUD - Enjoy

Postby golem953 » Thu Jan 31, 2008 8:08 pm

[quote="_dave_"p2t][quote="golem953"p2t]I did everything thats supposed to be done to make it work but I dont see any stats not even the "boxes". However the H does show up, and also an extra H if I open a table. Am I doing something wrong?

partypoker
Windows vista[/quotep2t]

Are you running FPHG?
Have you set program files\autohotkey, partygaming and FPHG to always run as admin?[/quotep2t]

Ohh that was very silly I wasnt running FPHG. Now it works like a charm thanks a lot! Very good piece of software!
golem953
 
Posts: 6
Joined: Thu Jan 31, 2008 4:58 pm

Re: AHK HUD - Enjoy

Postby MMark516 » Thu Jan 31, 2008 8:12 pm

ok...so i havev found if i drag the boxes around it will show the players names...however the boxes appear in nowhere near the correct location....also stats arnt showing....any ideas
MMark516
 
Posts: 36
Joined: Wed Jan 30, 2008 6:32 pm

Re: AHK HUD - Enjoy

Postby _dave_ » Thu Jan 31, 2008 8:20 pm

[quote="MMark516"a8g]ok...so i havev found if i drag the boxes around it will show the players names...however the boxes appear in nowhere near the correct location....also stats arnt showing....any ideas[/quotea8g]

Turn off full tilt auto-center. Then they'll be near the seats - drag them about to taste.

You probably need to add the "trust" lone in pg_hba.conf, or set database name correctly (or both). are you getting error logs? look in them see what it complains about.
_dave_
 
Posts: 1147
Joined: Sun Dec 09, 2007 6:19 pm

Re: AHK HUD - Enjoy

Postby MMark516 » Thu Jan 31, 2008 8:39 pm

[quote="_dave_"99y][quote="MMark516"99y]ok...so i havev found if i drag the boxes around it will show the players names...however the boxes appear in nowhere near the correct location....also stats arnt showing....any ideas[/quote99y]

Turn off full tilt auto-center. Then they'll be near the seats - drag them about to taste.

You probably need to add the "trust" lone in pg_hba.conf, or set database name correctly (or both). are you getting error logs? look in them see what it complains about.[/quote99y]


this is the most recent error thing

20080130212753 - An Error Occured:

Input:
\f '\t'
BEGIN ISOLATION LEVEL SERIALIZABLE;SELECT player_name, count (hhps.id_player),SUM(case when (hhps.flg_vpip) then 1 else 0 end) || '/' || count (hhps.id_player),SUM(case when (hhps.cnt_p_raise > 0) then 1 else 0 end) || '/' || count (hhps.id_player),SUM (hhps.amt_won),SUM(case when (hhps.enum_f_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_f_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_t_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_t_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_r_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_r_cbet_def_opp) then 1 else 0 end),SUM(hhps.cnt_f_raise) + SUM(case when (hhps.flg_f_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_f_call),SUM(hhps.cnt_t_raise) + SUM(case when (hhps.flg_t_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_t_call),SUM(hhps.cnt_r_raise) + SUM(case when (hhps.flg_r_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_r_call),SUM(case when (hhps.flg_p_3bet) then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_3bet_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'C') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'R') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end) FROM holdem_hand_player_statistics hhps, player p WHERE hhps.id_player = p.id_player AND p.player_name = 'Mike Litt' GROUP BY player_name;
SELECT player_name, count (hhps.id_player),SUM(case when (hhps.flg_vpip) then 1 else 0 end) || '/' || count (hhps.id_player),SUM(case when (hhps.cnt_p_raise > 0) then 1 else 0 end) || '/' || count (hhps.id_player),SUM (hhps.amt_won),SUM(case when (hhps.enum_f_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_f_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_t_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_t_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_r_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_r_cbet_def_opp) then 1 else 0 end),SUM(hhps.cnt_f_raise) + SUM(case when (hhps.flg_f_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_f_call),SUM(hhps.cnt_t_raise) + SUM(case when (hhps.flg_t_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_t_call),SUM(hhps.cnt_r_raise) + SUM(case when (hhps.flg_r_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_r_call),SUM(case when (hhps.flg_p_3bet) then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_3bet_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'C') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'R') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end) FROM holdem_hand_player_statistics hhps, player p WHERE hhps.id_player = p.id_player AND p.player_name = 'HooksASate' GROUP BY player_name;
SELECT player_name, count (hhps.id_player),SUM(case when (hhps.flg_vpip) then 1 else 0 end) || '/' || count (hhps.id_player),SUM(case when (hhps.cnt_p_raise > 0) then 1 else 0 end) || '/' || count (hhps.id_player),SUM (hhps.amt_won),SUM(case when (hhps.enum_f_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_f_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_t_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_t_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_r_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_r_cbet_def_opp) then 1 else 0 end),SUM(hhps.cnt_f_raise) + SUM(case when (hhps.flg_f_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_f_call),SUM(hhps.cnt_t_raise) + SUM(case when (hhps.flg_t_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_t_call),SUM(hhps.cnt_r_raise) + SUM(case when (hhps.flg_r_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_r_call),SUM(case when (hhps.flg_p_3bet) then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_3bet_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'C') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'R') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end) FROM holdem_hand_player_statistics hhps, player p WHERE hhps.id_player = p.id_player AND p.player_name = 'HighLife06' GROUP BY player_name;
SELECT player_name, count (hhps.id_player),SUM(case when (hhps.flg_vpip) then 1 else 0 end) || '/' || count (hhps.id_player),SUM(case when (hhps.cnt_p_raise > 0) then 1 else 0 end) || '/' || count (hhps.id_player),SUM (hhps.amt_won),SUM(case when (hhps.enum_f_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_f_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_t_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_t_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_r_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_r_cbet_def_opp) then 1 else 0 end),SUM(hhps.cnt_f_raise) + SUM(case when (hhps.flg_f_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_f_call),SUM(hhps.cnt_t_raise) + SUM(case when (hhps.flg_t_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_t_call),SUM(hhps.cnt_r_raise) + SUM(case when (hhps.flg_r_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_r_call),SUM(case when (hhps.flg_p_3bet) then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_3bet_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'C') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'R') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end) FROM holdem_hand_player_statistics hhps, player p WHERE hhps.id_player = p.id_player AND p.player_name = 'gulliver' GROUP BY player_name;
SELECT player_name, count (hhps.id_player),SUM(case when (hhps.flg_vpip) then 1 else 0 end) || '/' || count (hhps.id_player),SUM(case when (hhps.cnt_p_raise > 0) then 1 else 0 end) || '/' || count (hhps.id_player),SUM (hhps.amt_won),SUM(case when (hhps.enum_f_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_f_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_t_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_t_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_r_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_r_cbet_def_opp) then 1 else 0 end),SUM(hhps.cnt_f_raise) + SUM(case when (hhps.flg_f_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_f_call),SUM(hhps.cnt_t_raise) + SUM(case when (hhps.flg_t_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_t_call),SUM(hhps.cnt_r_raise) + SUM(case when (hhps.flg_r_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_r_call),SUM(case when (hhps.flg_p_3bet) then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_3bet_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'C') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'R') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end) FROM holdem_hand_player_statistics hhps, player p WHERE hhps.id_player = p.id_player AND p.player_name = 'JBDALTON' GROUP BY player_name;
SELECT player_name, count (hhps.id_player),SUM(case when (hhps.flg_vpip) then 1 else 0 end) || '/' || count (hhps.id_player),SUM(case when (hhps.cnt_p_raise > 0) then 1 else 0 end) || '/' || count (hhps.id_player),SUM (hhps.amt_won),SUM(case when (hhps.enum_f_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_f_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_t_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_t_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_r_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_r_cbet_def_opp) then 1 else 0 end),SUM(hhps.cnt_f_raise) + SUM(case when (hhps.flg_f_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_f_call),SUM(hhps.cnt_t_raise) + SUM(case when (hhps.flg_t_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_t_call),SUM(hhps.cnt_r_raise) + SUM(case when (hhps.flg_r_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_r_call),SUM(case when (hhps.flg_p_3bet) then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_3bet_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'C') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'R') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end) FROM holdem_hand_player_statistics hhps, player p WHERE hhps.id_player = p.id_player AND p.player_name = 'Gavljari85' GROUP BY player_name;
SELECT player_name, count (hhps.id_player),SUM(case when (hhps.flg_vpip) then 1 else 0 end) || '/' || count (hhps.id_player),SUM(case when (hhps.cnt_p_raise > 0) then 1 else 0 end) || '/' || count (hhps.id_player),SUM (hhps.amt_won),SUM(case when (hhps.enum_f_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_f_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_t_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_t_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_r_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_r_cbet_def_opp) then 1 else 0 end),SUM(hhps.cnt_f_raise) + SUM(case when (hhps.flg_f_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_f_call),SUM(hhps.cnt_t_raise) + SUM(case when (hhps.flg_t_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_t_call),SUM(hhps.cnt_r_raise) + SUM(case when (hhps.flg_r_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_r_call),SUM(case when (hhps.flg_p_3bet) then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_3bet_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'C') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'R') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end) FROM holdem_hand_player_statistics hhps, player p WHERE hhps.id_player = p.id_player AND p.player_name = 'risonson' GROUP BY player_name;
SELECT player_name, count (hhps.id_player),SUM(case when (hhps.flg_vpip) then 1 else 0 end) || '/' || count (hhps.id_player),SUM(case when (hhps.cnt_p_raise > 0) then 1 else 0 end) || '/' || count (hhps.id_player),SUM (hhps.amt_won),SUM(case when (hhps.enum_f_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_f_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_t_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_t_cbet_def_opp) then 1 else 0 end),SUM(case when (hhps.enum_r_cbet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_r_cbet_def_opp) then 1 else 0 end),SUM(hhps.cnt_f_raise) + SUM(case when (hhps.flg_f_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_f_call),SUM(hhps.cnt_t_raise) + SUM(case when (hhps.flg_t_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_t_call),SUM(hhps.cnt_r_raise) + SUM(case when (hhps.flg_r_bet) THEN 1 ELSE 0 END) || '/' || SUM(hhps.cnt_r_call),SUM(case when (hhps.flg_p_3bet) then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_3bet_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'F') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'C') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end),SUM(case when (hhps.flg_p_first_raise) AND (hhps.enum_p_3bet_action = 'R') then 1 else 0 end) || '/' || SUM(case when (hhps.flg_p_first_raise) AND (hhps.flg_p_3bet_def_opp) then 1 else 0 end) FROM holdem_hand_player_statistics hhps, player p WHERE hhps.id_player = p.id_player AND p.player_name = 'OhoyMstrchief' GROUP BY player_name;
COMMIT;
\q



that repeats, im assumeing or each player...i did change the file to say trust
MMark516
 
Posts: 36
Joined: Wed Jan 30, 2008 6:32 pm

Re: AHK HUD - Enjoy

Postby _dave_ » Thu Jan 31, 2008 8:48 pm

heh, right after that massive "input" will be an error message If you still can, delete that big statement and post the error please.
_dave_
 
Posts: 1147
Joined: Sun Dec 09, 2007 6:19 pm

PreviousNext

Return to General [Read Only]

Who is online

Users browsing this forum: No registered users and 35 guests

cron
highfalutin