15.10.2017, 00:52
(
Last edited by Jelly23; 15/10/2017 at 02:42 AM.
)
• AttachObjectToPlayer Editor
First of all, AttachObjectToPlayer and SetPlayerAttachedObject are two different things, you can't use the same offsets in both functions.• Video
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.
• Features
- You can create/load/erase projects (SQLite dabatase).• Commands
- 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.
- /projectmenu: Opens the project menu with three options: Create new project, load project, delete project.• Keys
- /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.
- Num 7: X.• Dependencies
- 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.
- I-ZCMD: https://sampforum.blast.hk/showthread.php?tid=576114• Download
- IsKeyDown: https://sampforum.blast.hk/showthread.php?tid=268671
- Github