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?
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.
My scripts:
Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
Questions? I bet that for 98% of those, you'll find answer HERE
Are you using the constants or the numbers? Anyways, Im using constants, and there are no issues for me.
Thx Euphemism and Vinyl for the awesome siggy and avatar!
Currently using constants and there are no issues on my end.
Are all your RS settings set properly? Fixed, all stuff minimum, brightness maximum?
Thx Euphemism and Vinyl for the awesome siggy and avatar!
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.
Of all the things I have lost, I miss my mind the most.
Current Projects:
Addy bar miner and superheater
There are currently 1 users browsing this thread. (0 members and 1 guests)