Advertisement
Guest User

Untitled

a guest
Nov 30th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. #define MAX_OLD_CARS 24
  2. #define MAX_SPORT_CARS 15
  3. #define MAX_MOTO_CARS 6
  4.  
  5. #define MAX_VEHICLES_SPAWNS 6
  6. #define INSURANCE_TIME 1296000
  7.  
  8. #define CAMERA_POS_X -2168.9526
  9. #define CAMERA_POS_Y -2454.6445
  10. #define CAMERA_POS_Z 2056.9568
  11. #define VEHICLE_POS_X -2161.0115
  12. #define VEHICLE_POS_Y -2464.1731
  13. #define VEHICLE_POS_Z 2056.3301
  14. #define VEHICLE_POS_R 0.1138
  15. new
  16. Text: SpeedoText[MAX_PLAYERS][7],
  17. PlayerText:CarShop [ 11 ] [ MAX_PLAYERS ],
  18. bool:Sekia [ MAX_PLAYERS ],
  19. SekiamojoID [ MAX_PLAYERS ],
  20. STimeris [ MAX_PLAYERS ],
  21. bool:bega [ MAX_PLAYERS ],
  22. playerCar1 [ MAX_PLAYERS ] = -1,
  23. playerCar2 [ MAX_PLAYERS ] = -1,
  24. carTimer,
  25. PlayerText:sTD [ MAX_PLAYERS ] [ 2 ],
  26. laiminguValanduTimer,
  27. bool:mTurguje [MAX_PLAYERS],
  28. CanBuyCar [ MAX_PLAYERS ]
  29. ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement