Giter Site home page Giter Site logo

temouchenty / propanimenu Goto Github PK

View Code? Open in Web Editor NEW

This project forked from baguscodestudio/propanimenu

0.0 0.0 0.0 737 KB

Prop and Animation developer tool

License: GNU General Public License v3.0

Lua 99.83% CSS 0.01% HTML 0.01% TypeScript 0.15%

propanimenu's Introduction

propanimenu

Prop and Animation developer tool

Dependencies

menuv

nh-keyboard a fork of nerohiro version with before keyup update

Usage

Commands

/propanimation Opens the menu

/propmenu toggles back nui focus after pressing toggle nui button

After choosing and inputting all the information you can use Copy Codes in the menu. An example of a copied information

local playerPed = PlayerPedId()
local prop = GetHashKey('prop_leaf_blower_01')
RequestModel(prop)
while not HasModelLoaded(prop) do
  Wait(100)
  RequestModel(prop)
end
local spawnedProp = CreateObject(prop, GetEntityCoords(playerPed), true, true, true)
AttachEntity(spawnedProp, playerPed, GetPedBoneIndex(playerPed, 28422), 0.05, 0, 0, 0, 0, 0, true, true, true, false, 1, true)
RequestAnimDict("amb@code_human_wander_gardener_leaf_blower@base")
while not HasAnimDictLoaded("amb@code_human_wander_gardener_leaf_blower@base") do
  Wait(100)
end
TaskPlayAnimc(playerPed, "amb@code_human_wander_gardener_leaf_blower@base", "static", 8.0, 1.0, -1, 1)
RemoveAnimDict("amb@code_human_wander_gardener_leaf_blower@base")

Screenshots & Preview

https://youtu.be/XLlStooJ5S4 (Laggy Video)

preview1 preview2

Credits

@ThymonA for menuv

@eblio for converting the animation list and basic codes for animation

@AnDylek for inspiration

propanimenu's People

Contributors

baguscodestudio avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.