Hello, is it possible to make a script so that the gravity is 0? or something similar. Greetings!
Boxi
@boxi
scroll to top
powered by storyden
@linesinrows
LinesinRows
https://open.mp/docs/scripting/functions/SetGravity Hm?
@destiezk
destiezk
public OnGameModeInit() { SetGravity(0.1); return 1; }
Thanks to both
Please sign up or log in to reply