Jump to content

cristianhar

Member
  • Posts

    3
  • Joined

  • Last visited

Reputation Activity

  1. Like
    cristianhar reacted to Young Crooi in [FilterScript] AttachObjectToPlayer Editor   
    • AttachObjectToPlayer Editor

    First of all, AttachObjectToPlayer and SetPlayerAttachedObject are two different things, you can't use the same offsets in both functions.

    I created this editor because I couldn't find one for AttachObjectToPlayer, except SetPlayerAttachedObject ones, which are everywhere.

    Note:  This filterscript can only be used in your localhost.
    • Video


    • Features

    - You can create/load/erase projects (SQLite dabatase).
    - Keys for quick and easy usage.
    - You can create/edit/remove objects (There is a limit of 9 objects per project).
    - You can export your project.
    • Commands

    - /projectmenu: Opens the project menu with three options: Create new project, load project, delete project.
    - /createobject: Shows a dialog and you input the model id you wish to be created.
    - /editobject: Shows a dialog list with all the existing object slots. You click one and it gives you an option to edit/delete the object.
    - /closeproject: Closes and saves your project.
    - /exportproject: Exports your project with it's ID as name and .pwn extension.
    • Keys

    - Num 7: X.
    - Num 8: Y.
    - Num 9: Z.
    - Num 4: RX.
    - Num 5: RY.
    - Num 6: RZ.
    - *: Increases/decreases the offset values when the keys above are pressed.
    - +: Increases offset move speed.
    - -: Decreases offset move speed.
    • Dependencies

    - I-ZCMD:  http://forum.sa-mp.com/showthread.php?t=576114
    - IsKeyDown:  http://forum.sa-mp.com/showthread.php?t=268671
    • Download

    - This is the hidden content, please Sign In or Sign Up
×
×
  • Create New...