PDA

View Full Version : Compiling failed wtf?



kanko
03-28-2013, 05:19 PM
[Error] D:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292
Compiling failed.

Le Jingle
03-28-2013, 05:47 PM
This is likely to do with the Defined Smart in the originating script you attempted to run.

I'd look up some smart tutorials (many in this section: http://villavu.com/forum/showthread.php?t=47714 or the scripting side, http://villavu.com/forum/forumdisplay.php?f=492 ) and make sure you're on par with the defined smart in the script in relation to the downloaded smart you currently have.

Runehack123
03-28-2013, 05:54 PM
Which version of Smart are you using by the way? I would get the latest version v8+ make sure it's installed correct and make sureyou have Java 6

kanko
03-28-2013, 06:10 PM
Which version of Smart are you using by the way? I would get the latest version v8+ make sure it's installed correct and make sureyou have Java 6

Everything is latest:P I refresh installed everything correctly by the way i use BenLand's Tutorial

kanko
03-28-2013, 06:12 PM
This is likely to do with the Defined Smart in the originating script you attempted to run.

I'd look up some smart tutorials (many in this section: http://villavu.com/forum/showthread.php?t=47714 or the scripting side, http://villavu.com/forum/forumdisplay.php?f=492 ) and make sure you're on par with the defined smart in the script in relation to the downloaded smart you currently have.

I will look tnx for the help!

I used this code its working now yay!:

program new;
{$DEFINE SMART}
{$i srl/srl.simba}

begin
ClearDebug();
SetupSRL();
end.

Runehack123
03-28-2013, 06:23 PM
NICE ! Best of luck !
are you going to learn to script?
YoHoJo has a nice beginner tutorial on youtube where he bots simple flash games!!! really fun and take no time at all!!!

kanko
03-28-2013, 06:37 PM
NICE ! Best of luck !
are you going to learn to script?
YoHoJo has a nice beginner tutorial on youtube where he bots simple flash games!!! really fun and take no time at all!!!
Tnx man I watching his vid atm he explains it very good!!!

kanko
03-28-2013, 06:41 PM
Its finally working all of you guys tnx.

1 more question do I need to add those lines when I run a script?