Results 1 to 5 of 5

Thread: Having issues with my first attempt on chopping a tree lol

  1. #1
    Join Date
    Feb 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default Having issues with my first attempt on chopping a tree lol

    Having issues with my first attempt on chopping a tree lol

    I get this code

    [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(696:5): Unknown identifier 'ImageSetClientArea' at line 695
    Compiling failed. when I complie it for testing. At this guide - http://villavu.com/forum/showthread.php?t=44942

    Scripting down my first tree... yeah right lol
    Its saying pascal code block when it assigns the error. But everything is accurate, here is my code.

    Code:
    program new;
    {$i srl/srl.simba}
      {$DEFINE SMART}
    Procedure DeclarePlayers;
       begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
    
      Players[0].Name :='elvis';
      Players[0].Pass :='';
      Players[0].Nick :='Elvis';
      Players[0].Active:=True;
    end;
    
    begin
    SetUpSRL;
    ActivateClient;
    DeclarePlayers;
    LoginPlayer;
    end.
    Error log -
    Code:
    [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(696:5): Unknown identifier 'ImageSetClientArea' at line 695
    Compiling failed.
    [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(696:5): Unknown identifier 'ImageSetClientArea' at line 695
    Compiling failed.
    New window: 395386
    New window: 394378
    [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(696:5): Unknown identifier 'ImageSetClientArea' at line 695
    Compiling failed.

  2. #2
    Join Date
    Feb 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    Quote Originally Posted by Nations_collapse View Post
    Having issues with my first attempt on chopping a tree lol

    I get this code

    [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(696:5): Unknown identifier 'ImageSetClientArea' at line 695
    Compiling failed. when I complie it for testing. At this guide - http://villavu.com/forum/showthread.php?t=44942

    Scripting down my first tree... yeah right lol
    Its saying pascal code block when it assigns the error. But everything is accurate, here is my code.

    Code:
    program new;
    {$i srl/srl.simba}
      {$DEFINE SMART}
    Procedure DeclarePlayers;
       begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;
    
      Players[0].Name :='elvis';
      Players[0].Pass :='';
      Players[0].Nick :='Elvis';
      Players[0].Active:=True;
    end;
    
    begin
    SetUpSRL;
    ActivateClient;
    DeclarePlayers;
    LoginPlayer;
    end.
    Error log -
    Code:
    [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(696:5): Unknown identifier 'ImageSetClientArea' at line 695
    Compiling failed.
    [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(696:5): Unknown identifier 'ImageSetClientArea' at line 695
    Compiling failed.
    New window: 395386
    New window: 394378
    [Error] C:\Simba\Includes\SRL/SRL/core/globals.simba(696:5): Unknown identifier 'ImageSetClientArea' at line 695
    Compiling failed.
    ...No help?

  3. #3
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Force update, or re-install it

    Creds to DannyRS for this wonderful sig!

  4. #4
    Join Date
    Feb 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    I did mate.. still nothing

  5. #5
    Join Date
    Feb 2013
    Posts
    21
    Mentioned
    0 Post(s)
    Quoted
    10 Post(s)

    Default

    I am looking to get the color of the essence mine, but its extremely hard with ACA. do you know any way I can do it?

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
  •