Simba Error posted

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

Thread Status:
Not open for further replies.
Simba Error posted
  1. Unread #1 - Aug 10, 2012 at 3:54 AM
  2. RSGPSupplier
    Joined:
    Aug 3, 2012
    Posts:
    99
    Referrals:
    0
    Sythe Gold:
    0

    RSGPSupplier Member
    Banned

    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.
     
  3. Unread #2 - Aug 24, 2012 at 1:10 AM
  4. P1ng
    Joined:
    Aug 24, 2012
    Posts:
    18
    Referrals:
    0
    Sythe Gold:
    0

    P1ng Newcomer

    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 >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site