Ashur2Good
05-20-2007, 01:53 AM
If you have been getting this error:
Line ...: [Error] (...): Duplicate identifier 'UpChars' in script C:\Program Files\SCAR 3.01\includes\srl\srl\core\Globals.scar
Then do as followed:
Download SRL again from the file tab in Scar Divi.
Then, if you're stats ain't working then do this:
next:
How to temp fix Globalstats.scar for Divi:
Line 226 to line 234, blank them, like this:
{ if ( Length ( S ) > 32 ) and ( S[32] = ':' ) then
begin
WriteLn ( S );
SRLID := '';
end;
Wait ( 10 );
if ( DebugStats ) then
WriteLn ( S ); }
I know whats causing it, and I will fix it soon.
Now it should be working :)
-Ashur:stirthepot:
Line ...: [Error] (...): Duplicate identifier 'UpChars' in script C:\Program Files\SCAR 3.01\includes\srl\srl\core\Globals.scar
Then do as followed:
Download SRL again from the file tab in Scar Divi.
Then, if you're stats ain't working then do this:
next:
How to temp fix Globalstats.scar for Divi:
Line 226 to line 234, blank them, like this:
{ if ( Length ( S ) > 32 ) and ( S[32] = ':' ) then
begin
WriteLn ( S );
SRLID := '';
end;
Wait ( 10 );
if ( DebugStats ) then
WriteLn ( S ); }
I know whats causing it, and I will fix it soon.
Now it should be working :)
-Ashur:stirthepot: