Log in

View Full Version : Some functions not working for me?



h4x_
11-22-2012, 11:05 PM
Hey, its been a while since ive used simba, and for some reason, functions like "WaitUpTextMulti" "GetUpText" "BankScreen" "LoggedIn" aren't working... (when i mean arent working they arent returning what they should be - e.g. BankScreen returns false, when it should be true /or GetUpText isnt able to get the up text - returns ", ,")
im using them mostly like this "If WaitUpTextMulti then begin end;" or "if not loggedin then begin end;"

Is it the way im using them? ive tried redownloading Simba completely...

Also im getting this error when i try to use SMART V8.0:
"[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(274:145): Invalid number of parameters at line 273"

Thanks for Any help guys :)

riwu
11-23-2012, 12:04 AM
Are you using smart/safe mode/fix screen etc?

For your second question use the search button ;)

h4x_
11-23-2012, 09:18 AM
Are you using smart/safe mode/fix screen etc?

For your second question use the search button ;)

yeah im using smart, safe mode and fixed screen

h4x_
11-23-2012, 04:58 PM
i managed to fix the "[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(274:145): Invalid number of parameters at line 273" error, by deleteing -1 in the file that it highlights when the error occurs :)

now im still having the same problems as stated in my original post, anyone know what im doing wrong? / whats wrong? thanks guys

h4x_
11-23-2012, 09:28 PM
Update:

Looks like ColorToleranceSpeed was not set back to 1 in the script, which i did not know was needed to be 1 for some SRL functions to work. But there is something else set in the script that is stopping functions to work :S

Edit: had to set ColorSpeed2Modifiers to 0.2 0.2 ... im surprised SRL functions dont do this automatically, but then again i guess its something that would slow down functions :)

riwu
11-24-2012, 12:41 AM
You don't have to set back the CTS2 modifiers, the SRL functions would set them if CTS2 is used.
But yeah, you do need to set back CTS 1 for several SRL functions to work.