Adblock breaks this site

Simba Error posted

Discussion in 'Scar/Simba Help' started by RSGPSupplier, Aug 10, 2012.

Thread Status:
Not open for further replies.
  1. RSGPSupplier

    RSGPSupplier Member
    Banned

    Joined:
    Aug 3, 2012
    Posts:
    99
    Referrals:
    0
    Sythe Gold:
    0
    Simba Error posted

    I keep gettin this error whenever i try to run it. I updated all the extensions im not sure whats wrong.


    [Error] C:\Simba\Includes\SRL/SRL/Misc/SmartParams.Simba(274:134): Invalid number of parameters at line 273
    Compiling failed.
     
  2. P1ng

    P1ng Newcomer

    Joined:
    Aug 24, 2012
    Posts:
    18
    Referrals:
    0
    Sythe Gold:
    0
    Simba Error posted

    Change the line in SmartParams (this will be a little below line 273 IIRC)


    Code:
    Result:= SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '', -1);
    to -
    Code:
    Result:= SmartSpawnClient(ReplaceWrap(PluginPath, '\', '/', [rfReplaceAll]), Params[0], ',' + Params[1], 765, 553, 's', '', '');
    Save SmartParams and then try to compile your script again, it should be fixed.
    Note: Attempting to compile SmartParams or any of the includes on their own will result in an error, ignore this, they aren't meant to be ran by themself.
     
< need help with scripting, can select client | Need help/suggestion >
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site