mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 09:54:08 +00:00
script 800-899
This commit is contained in:
parent
42ff0f7c58
commit
0723dade76
24 changed files with 1329 additions and 132 deletions
|
@ -4,6 +4,7 @@
|
|||
#include "Vehicle.h"
|
||||
|
||||
#define GAME_SPEED_TO_METERS_PER_SECOND 50.0f
|
||||
#define METERS_PER_SECOND_TO_GAME_SPEED (1.0f / GAME_SPEED_TO_METERS_PER_SECOND)
|
||||
#define GAME_SPEED_TO_CARAI_SPEED 60.0f
|
||||
#define TIME_COPS_WAIT_TO_EXIT_AFTER_STOPPING 2500
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue