Help me how do I fix this in english please I'm a uber noob![]()
Help me how do I fix this in english please I'm a uber noob![]()
same here
If you are using smart 8.2, change the argument for SmartSpawnClient() in SmartParams.simba (which should pop up when u get the error)
Extra argument to SmartSpawnClient (meaning you need to change that call in SRL to work with new SMART until devs get SRL updated) to accept a list of plugins for SMART to load. The call should look something like this if you are not using plugins, but tailor it to your own preferences (note the LAST argument)
Simba Code:
Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '', '');
There are currently 1 users browsing this thread. (0 members and 1 guests)