Search:

Type: Posts; User: 10gez10

Search: Search took 0.00 seconds.

  1. Possible but very unlikely since i have high spec...

    Possible but very unlikely since i have high spec laptop and develop in java..
  2. It's been 4 days still cant use the new(5.0)...

    It's been 4 days still cant use the new(5.0) script but i can use old one(2.3)? Each time i run (3-5.0 script)it compiles and runs then smart stays with a white screen. With old one it works but...
  3. it compiles and loads then stays with a white...

    it compiles and loads then stays with a white screen on smart8.0, any know reason why?
  4. Replies
    2,157
    Views
    412,106

    im using smart v8.0 it keeps loading the EOC...

    im using smart v8.0 it keeps loading the EOC version of runescape rather than old one? any reasons as to why?

    *edit* - fixed it with this http://villavu.com/forum/showthread.php?t=97599

    ...
  5. procedure ShowFormModal; begin ...

    procedure ShowFormModal;
    begin
    DsgnForm:ShowModal;
    end;

    After hour of looking back and forth i figured why it won't compile in the end. I've come to a grinding point whether i need to add...
  6. procedure RandFletcher; {$DEFINE SMART}...

    procedure RandFletcher;
    {$DEFINE SMART}
    {$include SLR/SLR.Simba}
    {$include SLR/SLR/Misc/Debug.Simba}
    {$include P07Include.Simbo}

    Exception in Script: Unable to find file 'SLR/SLR.Simba'...
  7. Thread: Silk runner

    by 10gez10
    Replies
    10
    Views
    3,935

    when i get the chance ill try fixing this program...

    when i get the chance ill try fixing this program for now it will be on 'pause' until i have full understanding of this language.
  8. To Rand, Personally i would like to say nicely...

    To Rand,

    Personally i would like to say nicely done on your script, for most of users here it works so it seems. Personally for myself who knows the languages html, visual basic, java, javascript,...
  9. seems the author scripted it to display something...

    seems the author scripted it to display something though if it compile fine you can do without it. It's saying the result variable has nothing to display because it wasn't used in the first place for...
  10. in function section its expecting you to add a...

    in function section its expecting you to add a "begin" function within line 7 to code for to be executed and finished with end;
  11. you need to add and ; to end; for example

    you need to add and ; to end; for example
  12. got rid of few things though do i need to move...

    got rid of few things though do i need to move around the code, tried bringing up couple of sections to top but no luck, managed to cyther few ones before i did this one and its hard :/. the comments...
  13. meaning what exactly?

    meaning what exactly?
  14. Exception in Script: Unknown compiler directives...

    Exception in Script: Unknown compiler directives at 4:3

    I keep getting this compiler error, any reasons why?
  15. Thread: Silk runner

    by 10gez10
    Replies
    10
    Views
    3,935

    Ah i see nice

    Ah i see nice
  16. Thread: Silk runner

    by 10gez10
    Replies
    10
    Views
    3,935

    I was asking if i need to use pointers in order...

    I was asking if i need to use pointers in order to have low memory usage script but never mind, thanks for the link
  17. Thread: Silk runner

    by 10gez10
    Replies
    10
    Views
    3,935

    Silk runner

    program silkrunning;
    var
    x, y :Integer;

    begin
    //This moves and left licks
    wait(1400); //1000ms = 1s
    Writeln('Finding the silk..')
    repeat
    //Find the silk stall(next to silver...
Results 1 to 17 of 18