Log in

View Full Version : Problem with "SmartParams"



Timba
08-10-2012, 11:57 PM
Well, I'm having a problem running Flight's Livid Farmer(1.3). This "SmartParams" Tab pops up and I've done at least 2 hours of searching.. Anyone help me with this?


When I run Livid Farmer(1.3) I get this:

http://img844.imageshack.us/img844/9231/120810195213.png




When I run SmartParams I get this:

http://img31.imageshack.us/img31/8100/120810195504.png




I have updated everything including Smart (v8.0). Hopefully someone can help me fix this, I'd really appreciate it :'o

Austin
08-11-2012, 12:16 AM
2 hours of searching? I just searched "SmartParams" in the search box and found the result on the thread that's named the same thing :duh:
But yeah the problem appeared yesterday.

tehq
08-11-2012, 12:52 AM
Line 285 SmartParams from:
Result:= SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '', -1);
to:
Result:= SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '');

Timba
08-11-2012, 01:09 AM
Line 285 SmartParams from:
Result:= SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '', -1);
to:
Result:= SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '');

Thanks tehq!

tehq
08-11-2012, 01:12 AM
I changed the line you told me.


When I start Livid Farmer(1.3) I get this:
..
And when I start SmartParams I get this:
..

Restart Simba after making the changes.