[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(278:134): Type mismatch at line 277
Compiling failed.
this just came 15 mins ago
re started simba many times
Help Pl0x
Printable View
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(278:134): Type mismatch at line 277
Compiling failed.
this just came 15 mins ago
re started simba many times
Help Pl0x
Replace that line with:
Simba Code:Result:= SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '');
I'm not sure why it was changed in SRL..?
Edit: Scratch that, the code I posted will only work if you're using SMART v8.+
I believe changing the line to:
should still work for you.Simba Code:Result:= SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '', -1);
hmm try
Simba Code:Result:= SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '',-1);
if you are using an older smart
If your using SMART 8.1 it's
:pSimba Code:Result:= SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '', '');
I do not fully understand what I am supposed to replace. Is it a line in the script I am supposed to replace, or an actual file?
Thank you for your help.
I have the exact same error.
I replaced that line but then in line 69 it marks as error this
If RSReady then
Please i cant use any script
Happened cuz github confusion. It should be right in the repo now.
i get this error after replacing both lines plz help
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(326:1): Identifier expected at line 325
Compiling failed.
someone help me please im still getting the error its on this part of the code
Procedure SetupSmart(ForceNewClient: Boolean);
oh and btw how do i get the simba code to come up in the reply im a noob lol
Have yall tried updating again?