GameTab aint working at the moment, it cant detect if a tab is open and will keep clicking it even if its open. Anyone else having similar problems or does anyone have a workaround/fix for this?
Printable View
GameTab aint working at the moment, it cant detect if a tab is open and will keep clicking it even if its open. Anyone else having similar problems or does anyone have a workaround/fix for this?
Testing
Edit: Nope, it finds it just fine.
This finds my inventory tab and click on it just fine. If I'm already on it it doesn't do anything as it is supposed to.Code:Gametab(tab_inv);
Using smart 8.0 and simba 0.991.
Are you using the constants or the numbers? Anyways, Im using constants, and there are no issues for me.
Currently using constants and there are no issues on my end.
Are all your RS settings set properly? Fixed, all stuff minimum, brightness maximum?
Simba Code:procedure Test;
begin
if InvFull then
WriteLn('yes') else
WriteLn('no');
end;
^Aint returning anything since it cant see if the inv is open
Hmm works fine for me. Try writeln(GetCurrentTab) and see what it returns?
Just started my laptop and it seems to work on that computer, will get a fresh install of simba on my stationary later :/
Any word on if you got it working on both computers. I have found that some computers have this issue, and others do not. On the computers that have this issue, if you run the following, you get 37 ( tab_LogOut = 37; )
Simba Code:program new;
{$i SRL/srl.simba}
begin
setupsrl;
writeln(GetCurrentTab);
end.
I have tried starting in safe mode (hold down "S" as the client loads), going in and setting everything to min and brightness to brightest, and uninstalling/re installing the client.