iSentrie
b97a5a2a8d
Prevent gliching through doors using ragdoll ( #125 )
2023-01-26 09:42:27 +13:00
AvaN0x
fdb9d4e513
Update Ragdoll.lua (PR #96 )
...
1. we don't need to loop ped id, it's not going to change while in ragdoll anyway
2. correct IsPedOnFoot check, before changing declarations (wont ragdoll if exiting a vehicle, etc)
3. Wait has to be 0 to prevent sync issues as much as possible
4. supposed to be 3 booleans at the end instead of integers
5. function info is never used
6. RegisterCommand requires 3 arguments
Co-authored-by: iSentrie <xvender7@gmail.com >
2023-01-07 10:23:14 +01:00
AvaN0x
cc808269f9
Revert " ⚙️ Fix Ragdoll ⚙️ "
...
This reverts commit aa6c40914e .
2023-01-07 10:13:04 +01:00
TayMcKenzieSA
aa6c40914e
⚙️ Fix Ragdoll ⚙️
2023-01-07 04:13:32 +13:00
Clément RICATTE
5185d46153
fix: 🐛 fix typo
...
thanks @MichaelCoding25 for pointing it out
2022-08-27 11:25:42 +02:00
Mahan Moulaei
d41b667e82
refactor(Ragdoll.lua): improve code consistency
2022-08-27 10:11:04 +02:00
AvaN0x
199865ae02
fix: 🐛 fix RagdollAsToggle
2022-08-27 10:11:04 +02:00
Mahan Moulaei
0379b8dcc2
apply review changes
2022-08-27 10:11:04 +02:00
Mahan Moulaei
0086458dd1
tweak: optimize resource
2022-08-27 10:11:04 +02:00
AvaN0x
f0b7b7eddd
style: 🎨 format code
2022-03-26 01:42:27 +13:00
DogsGoBark
d1339ba7de
Various Fixes ( #3 )
...
* Update fxmanifest.lua
* Rename Config.lua to config.lua
* Update Walk.lua
* Update Syncing.lua
* Update Ragdoll.lua
* Update Keybinds.lua
* Update Emote.lua
* Update and rename Client/AnimationList.lua to client/AnimationList.lua
* Rename Client/Emote.lua to client/Emote.lua
* Rename Client/EmoteMenu.lua to client/EmoteMenu.lua
* Rename Client/Keybinds.lua to client/Keybinds.lua
* Rename Client/Ragdoll.lua to client/Ragdoll.lua
* Rename Client/Syncing.lua to client/Syncing.lua
* Rename Client/Walk.lua to client/Walk.lua
* Rename Server/Server.lua to server/Server.lua
* Rename Server/Updates.lua to server/Updates.lua
2021-12-19 02:36:55 +13:00