Results 1 to 3 of 3

Thread: new user needs help looked through all faqs and other posts HELP!

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

    Default new user needs help looked through all faqs and other posts HELP!

    i use this code and get this
    program new;
    {$DEFINE SMART8}
    {$i srl/srl.simba}

    begin
    ClearDebug();
    SRL_SIXHOURFIX ;# TRUE;
    SMART_FIXSPEED ;# true;
    SetupSRL();
    end.

    and this is what i get

    [Error] C:\Simba\Includes\SRL/SRL/misc/SmartParams.Simba(293:131): Invalid number of parameters at line 292
    Compiling failed.

    at that line the code is
    Result := SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '',

    i have been looking for 8 hours solid now plz will some one help plz

  2. #2
    Join Date
    Sep 2010
    Posts
    5,762
    Mentioned
    136 Post(s)
    Quoted
    2739 Post(s)

    Default

    change
    {$DEFINE SMART8}

    to
    {$DEFINE SMART}


    You have to have {$DEFINE SMART8} installed for it to work

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

    Default

    i do have smart 8 installed though

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Posting Permissions

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