mcNuggets

Results 109 comments of mcNuggets

No the selector in tab just showed the wrong ammocount and when selecting the weapon, it then updates.

Anything happening here or should we just not use the iterators?

I just wish itr would error to show people their mistakes while modding.

I do know that. It's not documented at all, atleast document the ragdoll behaviour somewhere or atleast implement a hotfix fixing the position of the ragdolled player for you locally.

"Enable rate limiting" There is rate limiting?

> I believe you can use `RESET_PED_RAGDOLL_TIMER` to make ped get out of ragdoll state earlier. That does not work.

ResetPedRagdollTimer does not do anything. It does not stop the last ragdoll timer, the player still gets up after the time configured in SetPedToRagdoll in my tests.

SetPedToRagdoll(ped, 1000, 1000, 0, false, false, false) in a 0 wait loop, as otherwise it just does not work. Any value above 10~ seconds also seems to be ignored. After...