10.01.2018, 17:54
(
Последний раз редактировалось Jelly23; 10.01.2018 в 22:20.
)
• Player Gravity
A simple include that provides two functions for player gravity, one to set and another one to get.• Functions
• DependenciesBoth functions will return 0 if the player id is not connected, otherwise 1.PHP код:
SetPlayerGravity(playerid, Float:gravity)
GetPlayerGravity(playerid, &Float:gravity)
If the gravity is set by the server through rcon or SetGravity, GetPlayerGravity will give that new value.
- Pawn.RakNet: https://sampforum.blast.hk/showthread.php?tid=640306• Download
- Github