FrÕzÑ_§ÕµL
11-28-2007, 12:56 AM
If you have just downloaded SCAR 3.13 and when you login it just sits there then I have a fix. Check this:
Had it too, seems FindRS is fucked.
delete these lines:
if (FindRS) then
ActivateClient;
and it should work fine :)
As Markus said, in better language, there are problems with the SRL procedure FindRs. It make it set the client as something else, and therefore the rs pixels are out of place and the scripts will not even do anything after logging in as they do not find the color in the right place.
I have created a fix to this (the one Markus said), which is in Login.scar. I have attached it here.
To install the file go to C:\Program Files\SCAR 3.13\includes\SRL\SRL\core and delete your login.scar. Then paste my new one :) Hope this helps some people!
Had it too, seems FindRS is fucked.
delete these lines:
if (FindRS) then
ActivateClient;
and it should work fine :)
As Markus said, in better language, there are problems with the SRL procedure FindRs. It make it set the client as something else, and therefore the rs pixels are out of place and the scripts will not even do anything after logging in as they do not find the color in the right place.
I have created a fix to this (the one Markus said), which is in Login.scar. I have attached it here.
To install the file go to C:\Program Files\SCAR 3.13\includes\SRL\SRL\core and delete your login.scar. Then paste my new one :) Hope this helps some people!