AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Gravity (https://forums.alliedmods.net/showthread.php?t=25287)

BlueDevil 03-11-2006 04:50

Gravity
 
Im making CarMod for TSRP.
When u hit a edge of a slope the car slows down and flyes up in the air....
So is there any command i can add for changing the persons grav while in car?

Kraugh 03-11-2006 17:55

Code:
set_user_gravity(id,2.0);
this would make a player's gravity twice as much as regular.

BlueDevil 03-14-2006 13:17

Quote:

Originally Posted by Kraugh
Code:
set_user_gravity(id,2.0);
this would make a player's gravity twice as much as regular.

ok thx :D


All times are GMT -4. The time now is 08:28.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.