Jump to content

Geralt

Members
  • Posts

    16
  • Joined

  • Last visited

Geralt's Achievements

Square

Square (6/54)

2

Reputation

  1. Hi, I've tried using setPedLookAt and onClientRender/onClientCursorMove, but it works for the local player only. Other players are looking constantly in one direction from my perspective. How can I make this work? Thank you for your time!
  2. I'm working on a custom nitro system, but players can use the default one by pressing the left ctrl. I think I found the solution: "vehicle_secondary_fire" activates the nitro, so I have to disable this control. Thanks for the replies, and sorry for confusing you!
  3. Hello, how can I stop the nitro from activating when pressing lctrl? The key doesn't have any binds that should activate nitro, but it still does.
  4. Thanks! Unfortunately it causes fog too, not only rain. Is there a way to remove the fog?
  5. Hi, is there a way to have raining without storm and fog? I couldn't find a proper rainy weather.
  6. This is amazing, thank you!
  7. I used dxSetBlendMode to fix the quality, and it worked, but if it's rotated... right side is not rotated, left side is and it became ugly again. How can I fix this?
  8. Thank you, it looks like it's working perfectly, but any ideas on improving the quality? And I don't understand the outlines, the original image doesn't even have them.
  9. Hey everyone, I require some help with my project: I want to make a circle shaped progress bar, so 100% is a full circle, 50% is half circle... My first attempt was dxDrawCircle, but it's very ugly and requires a lot of resources if I'm not wrong. The second attempt was using an image of a circle + dxDrawImageSection. The only problem is that the section is rectangular and this way it can make it ugly at certain values because it just cuts the circle at values like 21%, 41%, etc. It looks good at 25%, 50%, etc. Is there a way to determine the section to draw in a circular (circle sector) shape? So it wouldn't cut the image horizontally and/or vertically. I made a fast representation about this. https://imgur.com/a/e0Cdwjo Or is there a way to draw a non-pixelated circle? This whole thing would be easy with dxDrawCircle, but the quality ruins it. Thank you for your time!
  10. Hi everyone! I am looking for the animation that your character does when someone shoots you in the arm with a sniper. Any ideas how to find it?
  11. This was a great help, thank you! I made some modifications, walking now is always forced and I also added left/right/backwards movement. It seems like it's working just like I imagined, thanks again!
  12. Hey everyone! I'd like to make a script that makes my character walk insted of running without pressing the walk button. So the default movement should be walking. I don't know how to start, any ideas please?
  13. I have no idea. I made some research, setting 85.5 for max velocity in the handling results in 100 km/h indeed. To maximum 200 km/h the handling must be 168.5. What's the logic in this? At low speed there are no differences, setting 10 in handling results in 10 km/h. But why are they different at higher speeds? And what's the logic in it, because I don't see any, just random numbers. ?
  14. Geralt

    [HELP] Hitbox

    Hello, Is there a way to improve the hitboxes on the server? Some people are saying that the hitbox is bad, but I don't know what could make it bad or good. Or are they just looking for excuses for getting killed? ? Thanks for reading!
  15. Thank you! I'll look into it.
×
×
  • Create New...