qubka
qubka
Hello, is anyone can help with fixing attachments issues. I use multiple attachments, but I found bug with them. I don't know how that possible, but if attachment prefab did...
Play speed of animation does not affect root motion translation scale, to fix that I added that line ```offset *= instance.playSpeed;``` in that function ```cpp private void ApplyRootMotion(AnimationInstancing instance) {...
Made for the support of that pull request : https://github.com/alliedmodders/sourcemod/pull/1020
I tried compile the doc from the sourcepawn repository, and everything was ok, but when i try to execute the generate.py i have a access permission problem. Anyone knows how...
# Description Not so long ago, I delved into the DynamicHooks/DHook library in order to understand its inner workings. After thoroughly examining the library, I decided to create my own...