View Full Version : Gametab fix, i need.
Hitman490
02-18-2008, 07:11 PM
Hi i can't acess timothy's gametab fix thread. Can someone please post it here? I know how to implement it.
ducels
02-18-2008, 07:22 PM
{************************************************* ******************************
function TabExists(TabNumber: Integer): Boolean;
By: Flyboy
Description: Returns true if tab exists.
Very useful for tutorial Is. as well as a simple double check to make sure
your fully logged in.
************************************************** *****************************}
function TabExists(TabNumber: Integer): Boolean;
begin
case TabNumber of
1: Result := (GetColor(542, 185) = 13816532);
2: Result := (GetColor(576, 188) = 3831858);
3: Result := (GetColor(609, 185) = 14872817);
4: Result := (GetColor(644, 180) = 1854335);
5: Result := (GetColor(675, 183) = 9870237);
6: Result := (GetColor(708, 184) = 13822416);
7: Result := (GetColor(741, 187) = 5598593);
8: Result := (GetColor(575, 483) = 3720957);
9: Result := (GetColor(607, 485) = 993018);
10: Result := (GetColor(639, 490) = 1103866);
11: Result := (GetColor(674, 484) = 5331808);
12: Result := (GetColor(711, 481) = 3105656);
13: Result := (GetColor(742, 482) = 2401713);
14: Result := (GetColor(753, 4) = 3985241) Or (GetColor(753, 6) = 658751);
15: Result := (GetColor(537, 481) = 4938339);
end;
end;
nippy
02-21-2008, 10:14 AM
how exactly do you incorporate that into a script? help please.
n3ss3s
02-21-2008, 10:26 AM
Open the GameTab.scar in your SCAR 3.14\Includes\SRL\SRL\Core\, find the TabExists, replace it with that one.
nippy
02-21-2008, 10:31 AM
thanks mate :D I love you!
RusinaRange
02-21-2008, 04:18 PM
if i don't have tabexists what then???
n3ss3s
02-21-2008, 04:28 PM
You do have TabExist, but without the new up to date version your GameTab switching is dead.
janneza
02-22-2008, 07:07 AM
i have same problem i dont have TabExist in the folder SCAR 3.14\Includes\SRL\SRL\Core\
SO WHAT DO I DO???
HayHay89
02-22-2008, 07:19 AM
i have same problem i dont have TabExist in the folder SCAR 3.14\Includes\SRL\SRL\Core\
SO WHAT DO I DO???
u could try downloading rev 14!!!!!
lol
and tabexist is in gametab
janneza
02-22-2008, 07:27 AM
I can't because it says:
http://img529.imageshack.us/img529/9727/uusibittikartta2fs6.png
(tge same with RusinaRange...)
n3ss3s
02-22-2008, 09:28 AM
and what else?
If that was the full output, it would say "Press any key to continue...".
Anyway, this is not the thread for SvN problems...
But you do have the SRL folder? go to GameTab.scar, search TabExists from there and replace it...
nobody u kno
02-23-2008, 01:22 PM
{************************************************* ******************************
function TabExists(TabNumber: Integer): Boolean;
By: Flyboy
Description: Returns true if tab exists.
Very useful for tutorial Is. as well as a simple double check to make sure
your fully logged in.
************************************************** *****************************}
function TabExists(TabNumber: Integer): Boolean;
begin
case TabNumber of
1: Result := (GetColor(542, 185) = 13816532);
2: Result := (GetColor(576, 188) = 3831858);
3: Result := (GetColor(609, 185) = 14872817);
4: Result := (GetColor(644, 180) = 1854335);
5: Result := (GetColor(675, 183) = 9870237);
6: Result := (GetColor(708, 184) = 13822416);
7: Result := (GetColor(741, 187) = 5598593);
8: Result := (GetColor(575, 483) = 3720957);
9: Result := (GetColor(607, 485) = 993018);
10: Result := (GetColor(639, 490) = 1103866);
11: Result := (GetColor(674, 484) = 5331808);
12: Result := (GetColor(711, 481) = 3105656);
13: Result := (GetColor(742, 482) = 2401713);
14: Result := (GetColor(753, 4) = 3985241) Or (GetColor(753, 6) = 658751);
15: Result := (GetColor(537, 481) = 4938339);
end;
end;
I used that to replace my gametabs and i got about 50 errors after going through and deleting the errors.
janneza
02-25-2008, 06:23 AM
now i have TabExist bu t now the problem is in math.scar it says this.
Line 58: [error] (224:11) : unknow identifier 'CreateTPAFromBMP' in script C:\Program Files\Scar 3.14\includes\srl\srl\core\Math.scar
smil3y3
02-25-2008, 07:19 AM
thanks for the script
Griff
04-02-2008, 10:59 PM
i dont really understand this gametab thing, but when i run narcles it sais i need the gametab update or something... is this it? if so, how do i get this running properly? (i have scar 3.14 and svn 14
MylesMadness
04-02-2008, 11:29 PM
if you have those your good. Although scar 3.15 would be better
nielsie95
04-03-2008, 03:10 PM
You don't need the gametab fix with the latest SRL, so let's close this ;)
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.