I followed official guides and i've looked for help in so many threads but i still don't know how to fix this. Please help!
I followed official guides and i've looked for help in so many threads but i still don't know how to fix this. Please help!
Could u post the full error you're getting?
I'm just gonna take a guess here, but change this on top of the script: {$Define SMART} to {$Define SMART8} or vice versa.
Creds to DannyRS for this wonderful sig!
[Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292
And no, it's already {$Define SMART8}.
Could you post the script, since we don't know what is written on line 292...
Since I won't be able to reply soon,
An error with "Invalid number of parameters" usually something is wrong with the parameters between these things ( ) (sorry don't know how to call them xd)
For example:
Simba Code://Correct
If FindDTM(DTMName,x,y,MSX1,MSY1,MSX2,MSY2) then
.....
//Incorrect
If FindDTM(DTMName,MSX1,MSY1,MSX2,MSY2) then
....
//or
If FindDTM(x,y,DTMName,MSX1,MSY1,MSX2,MSY2) then
...
So just check this by removing everything between the ( ) and remove these two ( ) aswell. Then start with ( and simba should say which parameters should be used.
07Scripter
I mostly write private scripts
There are currently 1 users browsing this thread. (0 members and 1 guests)