Preskoči na vsebino

SetGravity

Description

Set the gravity for all players.

NameDescription
Float:gravityThe value that the gravity should be set to (between -50.0 and 50.0).

Returns

This function always returns 1, even when it fails to execute if the gravity is out of the limits (lower than -50.0 or high than +50.0).

Examples

public OnGameModeInit()
{
// Set moon-like gravity
SetGravity(0.001);

return 1;
}

Notes

opozorilo

Default gravity is 0.008.