View Full Version : Error I get with every script!? Please help!?
pickles1486
08-31-2012, 10:46 PM
When I try to run scripts I always get the error, "[Hint] C:\Simba\Includes\SRL/SRL/core/antirandoms\randomtool.simba(215:3): Variable 'T' never used at line 214
[Error] C:\Simba\Includes\SRL/SRL/misc/paintsmart.simba(42:33): Unknown identifier 'SmartGetDebugDC' at line 41
Compiling failed." What should I do to fix this? Thanks!
blob888
09-01-2012, 12:07 AM
I am having the same issues, at least with scripts outside of MSI. Granted I haven't tried any of the MSI scripts yet. Are we doing something wrong here?
*EDIT* MSI scripts seem to work fine, at least powerchopper does.
It is because these scripts are outdated.
Find this line in the script:
{$I SRL/SRL/Misc/paintsmart.Simba}
And replace it with:
{$I SRL/SRL/Misc/SmartGraphics.Simba}
Now search for these lines:
Smart_Server := 72;
Smart_Members := True;
Smart_Signed := True;
Smart_SuperDetail := False;
And replace them with:
SRL_SixHourFix := True;
Smart_FixSpeed := True;
Now save the script, restart your Simba and update your SRL.
blob888
09-04-2012, 09:07 AM
Thanks for the help :)
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.