Page 8 of 12 FirstFirst ... 678910 ... LastLast
Results 176 to 200 of 295

Thread: THE Beginner's Simba Tutorial

  1. #176
    Join Date
    May 2012
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Leggo.

  2. #177
    Join Date
    Mar 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ok not sure what im doing wrong but
    Code:
    [Error] (10:3): Unknown identifier 'WriteIn' at line 9
    Compiling failed.
    and it only happens when i type in the script myself im not sure if i do the spacing wrong or how im supposed to do it. the code im typing is
    Code:
    program Testing;
    
    function GetNumber: Integer;
    begin
      Result := 10;
    end;
    
    begin
      WriteIn(IntToStr(GetNumber));
    end.

  3. #178
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    It is WriteLn. It is short for Write line. Also in your example the IntToStr isn't needed since WriteLn tries that itself.
    Working on: Tithe Farmer

  4. #179
    Join Date
    Mar 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by masterBB View Post
    It is WriteLn. It is short for Write line. Also in your example the IntToStr isn't needed since WriteLn tries that itself.
    Ah ok thanks, im just following the guide :P

  5. #180
    Join Date
    Jun 2012
    Posts
    3
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Error: Exception: Access violation at line 101
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
    PLEASE SOMEONE HELP ME!!!

  6. #181
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    Quote Originally Posted by kyleisaboss View Post
    Error: Exception: Access violation at line 101
    The following DTMs were not freed: [SRL - Lamp bitmap, 1]
    The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap]
    PLEASE SOMEONE HELP ME!!!
    Has been solved many times - if you had any sense you would use the Search Button before resolving to a hopeless plea in all caps (which is very annoying and an infractable offence)

  7. #182
    Join Date
    Nov 2011
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Time to end my leech hood lol.
    This really is an amazing guide. I have a rudimentary understanding of programming and this was a good refresher on the basics. Time to start expirementing >.

  8. #183
    Join Date
    Jun 2012
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by AcidAlchemy View Post
    Time to end my leech hood lol.
    This really is an amazing guide. I have a rudimentary understanding of programming and this was a good refresher on the basics. Time to start expirementing >.
    I too decided to end my short amount of leeching. However I have no previous understanding of programming so... I have been staring at the screen stupidly. I am planning to make a script so I will go through this guide as much as possible.

  9. #184
    Join Date
    Feb 2007
    Location
    Colorado, USA
    Posts
    3,716
    Mentioned
    51 Post(s)
    Quoted
    624 Post(s)

    Default

    Quote Originally Posted by Poogie View Post
    I too decided to end my short amount of leeching. However I have no previous understanding of programming so... I have been staring at the screen stupidly. I am planning to make a script so I will go through this guide as much as possible.
    If you're not familiar with programming you should check out yohojo's first video so you can see how the basics work. Then go through this guide and possibly watch the video again & continue with his other vids after that
    The only true authority stems from knowledge, not from position.

    You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.

  10. #185
    Join Date
    Jun 2012
    Location
    THE Students-City of Holland
    Posts
    332
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    Thank you for this Tutorial.
    This will help me on my way to make my own bot

  11. #186
    Join Date
    Jun 2012
    Posts
    18
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Thanks so much Coh3n, following this to make my own first script!

  12. #187
    Join Date
    May 2012
    Posts
    44
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I kinda don't understand these anti leeching things. If you don't want the script to be leeched don't post it in public but members instead?

  13. #188
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    Quote Originally Posted by skillzmatic View Post
    I kinda don't understand these anti leeching things. If you don't want the script to be leeched don't post it in public but members instead?
    No one wants their script to be leeched, but unfortunately there are users here who just come here for the scripts and never leave feedback on how they can be improved. Shame really.

    Also, we want people to actually use and appreciate our scripts. If all the scripts were posted in the SRL Member forum then 70 - 80% of all users here won't have access to any decent scripts at all.

    Sure this sites about programming and learning, but you also want to show you're work and what you've achieved by posting it publicly. It's then up to the users to give feedback on the script and post progress reports so the scripter knows his work is being appreciated.

  14. #189
    Join Date
    Jul 2012
    Location
    System 32
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very nice beginner's tutorial, thanks for the hard work and hours spent making it!

    Definitely going to make a few newby scripts and post for feedback.

  15. #190
    Join Date
    May 2012
    Posts
    40
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Same with above, and also you spell declaring as declareing

  16. #191
    Join Date
    Aug 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I keep getting smart server errors and don't know why

  17. #192
    Join Date
    Mar 2012
    Posts
    15
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very nice tutorial, thank you. I will refer back to this thread whenever I have any doubts fundamentally.

  18. #193
    Join Date
    Jul 2012
    Location
    System 32
    Posts
    47
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think, somewhere in the 'Cases' section, you should add that 'case' functions as a 'begin' and needs an 'end' of its own. Other than that, this guide has cleared up all of my nooby errors.
    Without chaos... There would be no organization.

  19. #194
    Join Date
    Jan 2012
    Location
    Texas.
    Posts
    771
    Mentioned
    4 Post(s)
    Quoted
    122 Post(s)

    Default

    You should print this out into book format and sell it. I would buy, going on deployment without internet and I would like to learn while I am gone.

    Im going to read as much as I can.

  20. #195
    Join Date
    Nov 2011
    Posts
    335
    Mentioned
    0 Post(s)
    Quoted
    68 Post(s)

    Default

    Woot! Made my 1st working script!
    Thx a ton, Coh3n!

    rep +1

  21. #196
    Join Date
    Sep 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'd like to begin by mentioning your absolutely phenomenal job on the tutorial. Decided I'd get into it and look at some of the natives. Unfortunately, the wiki appears it was removed. May I ask where I can view the natives?

    If applicable, I'd like to avoid having to use something similar to Microsoft's intellisense to figure each function out.

    Thanks!

    Quote Originally Posted by Coh3n View Post
    The Simba/SRL Wiki
    • The Simba Wiki is useful for everything Simba related. You don't know exactly what a built-in function does? No problem, just head over to the Simba Wiki and navigate through the menus to where you want to be.

    • The SRL Wiki is filled with other tutorials that utilize SRL. Before you go running over there, you should know that all the guides were written for SCAR, and they may not work in Simba. Also, they are most likely outdated as the SRL Wiki doesn't get a lot of development. Nonetheless, you can still learn a lot from browsing the SRL Wiki.

  22. #197
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Usmarine View Post
    You should print this out into book format and sell it. I would buy, going on deployment without internet and I would like to learn while I am gone.

    Im going to read as much as I can.
    I can convert it to a .pdf fairly easily I think. E: Here you go.

    http://www.coh3n.com/articles/beginners_simba.pdf

    Oh yes, the Wiki was removed some time ago. It has been replaced with SRL Documentation, which you can find here. I'll update the tutorial right now.

    Thanks.

    Oh, and note that not every SRL file is in the documentation. They're not all finished; however, all the core files are there.

    E: Fixed. There may be other errors as well, so don't be afraid to let me know.
    Last edited by Coh3n; 09-23-2012 at 05:15 PM.

  23. #198
    Join Date
    Oct 2012
    Posts
    758
    Mentioned
    6 Post(s)
    Quoted
    282 Post(s)

    Default

    Does that mean the intermediate tutorial is released now ?

    This TuT helped me so much feel more comfortable with the basics even though I still have no idea what <> means. I googled it and all but couldn't find anything and you have it in your TuT.
    Not even the slightest clue ....

  24. #199
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    Quote Originally Posted by Runehack123 View Post
    Does that mean the intermediate tutorial is released now ?

    This TuT helped me so much feel more comfortable with the basics even though I still have no idea what <> means. I googled it and all but couldn't find anything and you have it in your TuT.
    Not even the slightest clue ....
    More than or less than (i.e. anything that is not '='), commonly used to compare integers/strings.

    >= will be more than or equal to
    <= will be less than or equal to

    Also he already has an AIO one here: http://villavu.com/forum/showthread.php?t=49089

  25. #200
    Join Date
    Apr 2008
    Location
    Marquette, MI
    Posts
    15,252
    Mentioned
    138 Post(s)
    Quoted
    680 Post(s)

    Default

    Quote Originally Posted by Runehack123 View Post
    Does that mean the intermediate tutorial is released now ?

    This TuT helped me so much feel more comfortable with the basics even though I still have no idea what <> means. I googled it and all but couldn't find anything and you have it in your TuT.
    Not even the slightest clue ....
    <> means doesn't equal. I'll add that to the guide.

    And no, unfortunately the intermediate guide isn't released.

Page 8 of 12 FirstFirst ... 678910 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 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
  •