Results 1 to 11 of 11

Thread: Wizzy Plugin

  1. #1
    Join Date
    Feb 2007
    Posts
    142
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Wizzy Plugin

    alright, so i'm trying to learn how to use TPA's in my script, i've been reading some tutorials and i'm starting to understand

    however, whenever i try to play with some of the tpa functions, i always get some sort of error

    so i figured the solution would be to check out the wizzy plugin folder and see if the functions were just named differently than what the tutorial explained them to be (sometimes tutorials become outdated in the functions they explain) Fair enough right?

    there's nothing in my Wizzy Plugin folder except for the explanation of the functions, there is no coding for the functions

    i've been searching around for a fix, if it's just out in the open and i'm a doofus, could you just please point me in the right direction?

    sorry for being a noob and thanks in advance!

  2. #2
    Join Date
    Mar 2007
    Location
    Ohio
    Posts
    138
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  3. #3
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Haha, you aren't a noob - the WizzyPlugin functions are in a delphi file /.dll which get downloaded when you download SRL, and should be found in your plugins folder. However, if they aren't in your Place Inside Plugins Folder or Plugins folder, no worries, go get them here, and move them to your plugins folder and restart scar

    So, the SCAR file is supposed to only contain the comments

  4. #4
    Join Date
    Jul 2007
    Posts
    1,431
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I don't suggest you to look into wizzuplugin...you get confused very fast...
    [CENTER][SIZE="4"]Inactive[/SIZE]I forgot my password[/CENTER]

  5. #5
    Join Date
    Mar 2007
    Location
    Netherlands->Amersfoort.
    Posts
    1,615
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    @n3ss3s hes look for a function list of the wizzy plugin.

    Scar 3.14 --> includes -> srl -> srl -> misc -> tada

  6. #6
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    there's nothing in my Wizzy Plugin folder except for the explanation of the functions, there is no coding for the functions
    No, he already found them, he was confused that there is no code.

  7. #7
    Join Date
    Sep 2007
    Posts
    415
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    i'm not 100% sure of the question, but if it's what i think it is, instead of
    SCAR Code:
    tpointarrayarray
    with the newest srl it's
    SCAR Code:
    t2dpointarray
    Quote Originally Posted by That guy that wrote forefeathers
    <munklez>haha im too lazy, girls annoy me
    <munklez> they always wanna like, do stuff
    <munklez> and i just wanna program
    <munklez> and they always take all my money

  8. #8
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    @Drew Dawg: Was the error a Type Mismatch? If it was, then, yes, instead of TPointArrayArray use T2DPointArray.

  9. #9
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    It was probably a runtime error When you try to use the old TPA, it will give you a runtime error - it still will compile.


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  10. #10
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    No,

    SCAR Code:
    Program New;
    Var
      TPAA: TPointArrayArray;
    Begin
    End.

    [Error] (3:7): Unknown type 'TPointArrayArray' in script


    EDIT: Anyway, the problem got solved, no need to continue conversation here - lets give the other problems a chance to get solved too


    Correction - Unknown Type, not Type Mismatch.

  11. #11
    Join Date
    Feb 2007
    Posts
    142
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    drizzt and n3ss3s are right, that was the error i was getting, thanks everyone! you guys are awesome

    P.S. n3ss3s, i love the tpa tutorial

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Wizzy plugin bug
    By chrisn2323 in forum News and General
    Replies: 0
    Last Post: 01-23-2008, 04:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •