Results 1 to 3 of 3

Thread: line 294 error

  1. #1
    Join Date
    Mar 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default line 294 error

    Hello, whenever i try to start this script 'Jetons basic autofighter' I get this error:

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(295:135): Invalid number of parameters at line 294
    Compiling failed.

    I installed everything correctly , i followed video guides on youtube.

  2. #2
    Join Date
    Jan 2009
    Location
    Turlock/LA, California
    Posts
    1,494
    Mentioned
    3 Post(s)
    Quoted
    66 Post(s)

  3. #3
    Join Date
    Mar 2013
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    5 Post(s)

    Default

    Quote Originally Posted by koekhapper66 View Post
    actually i got that 294 thing over and over and then replaced

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

    begin
    SetupSRL();
    end.

    to

    program new;
    {$DEFINE SMART8}
    {$i SRL/SRL.simba}

    begin
    SetupSRL();
    end.

    i've got no idea if im doing anything right or that this will make me look even more stupid, but when filling in the 8 it all runs great

    might work, but im new to simba

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •