Change Gravity only for current player?
#1

hello everyone
i want to make a command wich changes the gravity, but only for the player who has enterd the command..
how to i do that?

Thanks in advanced.
Reply
#2

SetPlayerGravity(playerid, gravity); - http://forum.sa-mp.com/index.php?topic=138599.0
Reply
#3

thank you...
but this doesent work on the 0.3 R7 windows server, witch is the one i have..
Reply
#4

Add this line under the Callback "OnPlayerCommandText"

Код:
SetGravity(playerid,0.004);

And the '0.004' You can change to the gravity you want the player to have.


This is just a idea.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)