PDA

View Full Version : Compiling error need help!



kanko
03-25-2013, 06:53 PM
Hello guys,

I am trying to follow BenLands tutorial on youtube but when I want to compile it will give me a error:

[Error] D:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(282:145): Invalid number of parameters at line 281
Compiling failed.
[Error] D:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(282:145): Invalid number of parameters at line 281
Compiling failed.
[Error] D:\Simba\Includes\SRL\SRL\misc\SmartParams.Simba(7 8:8): Unknown identifier 'RSReady' at line 77
Compiling failed.
[Error] D:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(282:145): Invalid number of parameters at line 281
Compiling failed.
[Error] D:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(282:145): Invalid number of parameters at line 281
Compiling failed.

fangkevin87
03-25-2013, 09:25 PM
Bump, someone help?

kanko
03-26-2013, 09:38 AM
Bump

Im New Sry
03-26-2013, 09:55 AM
on the top of your script, change
{$DEFINE SMART}
to
{$DEFINE SMART8}

or, if there is a number, delete it and compile again.

kanko
03-26-2013, 10:20 AM
on the top of your script, change
{$DEFINE SMART}
to
{$DEFINE SMART8}

or, if there is a number, delete it and compile again.

TNx for reply so much man!

I will try that when i come bak from school.