
Originally Posted by
bigg1234
i keep getting this
Code:
Invalid number of parameters in script
?
follow this...first change the beginning of the script as follows:
Code:
{.include srl/srl/misc/Smart.scar}
above
{.include SRL/SRL.scar}
so it looks like:
{.include srl/srl/misc/Smart.scar}
{.include SRL/SRL.scar}
then search for SetupSRL; and right underneath it put:
SCAR Code:
Smartsetupex(35, false, true, false); Settargetdc(smartgetdc); repeat wait(100); until(SmartGetColor(253, 233)<>1118604);
so that it looks like:
SCAR Code:
SetupSRL; Smartsetupex(35, false, true, false); //you can change 35 to what ever world you want to log into Settargetdc(smartgetdc); repeat wait(100); until(SmartGetColor(253, 233)<>1118604);
and then you have SMART set up and it should be working, if it still doesn't you need to update your SRL or your Worlds.ini folder.
hope it helped...quoted from Baked0420...have fun
,
issamawan