Results 1 to 2 of 2

Thread: Smart_DRAW

  1. #1
    Join Date
    Mar 2008
    Posts
    426
    Mentioned
    1 Post(s)
    Quoted
    116 Post(s)

    Default Smart_DRAW

    Tutorials? Guides? Anything? =\

    I wanna make boxes n stoooof...

  2. #2
    Join Date
    Apr 2013
    Location
    England
    Posts
    223
    Mentioned
    2 Post(s)
    Quoted
    106 Post(s)

    Default

    Code:
    SMART_DrawBox(yourBox);
    to draw boxes, add an Ex at the end so you can choose whether to clear before hand and choose the color. same thing for circles etc.

    eg:

    Code:
    SMART_DrawBoxEx(true, myBox, 255);
    will clear the canvas, and draw myBox in red (color 255)

    also you can use

    Code:
    SMART_DebugTPA(yourTPA);
    or
    Code:
    SMART_DebugATPA(yourATPA);
    apart from that just search the function list for the different functions and the parameters needed.
    Last edited by EngageTheRage; 05-28-2013 at 01:37 PM.

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
  •