• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] gravity 0?
#1
Hello, is it possible to make a script so that the gravity is 0? or something similar. Greetings!
  Reply
#2
https://open.mp/docs/scripting/functions/SetGravity

Hm?
  Reply
#3
Code:
public OnGameModeInit()
{
    SetGravity(0.1);

    return 1;
}
  Reply
#4
Thanks to both
  Reply


Forum Jump: