
Originally Posted by
ProphesyOfWolf
Same as everyone - Computer sucks, gets stuck at 80%.
Got it to work once, but then it phailed.
Besides, I think Sythe deserves some payment for the great job he did on SS.
If this works it will really make your day! This problem used to happen to me until I changed a something.
SCAR Code:
Smartsetup(prefix,true,true,false);//this is normally how people setup their SMART(which doesn't work for you)
SCAR Code:
//This is the layout of SmartSetup
SmartSetup(prefix, safe, signed, superDetail);
This is what I heard from someone, "if you change the signed boolean to false it will work!".
So now try this
SCAR Code:
Smartsetup(prefix,true,false,false);//all i did was change it to false for signed.
Tell me if it works for you aswell.