Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public OnGameModeInit()
- {
- // Default Rates
- SendRconCommand("onfoot_rate 50");
- SendRconCommand("incar_rate 50");
- SendRconCommand("weapon_rate 50");
- SendRconCommand("stream_distance 200.0");
- SendRconCommand("stream_rate 2000");
- Streamer_TickRate(100);
- // Security check
- SetTimer("LoginTimeCheck", 1000, 1);
- mysql_connection = mysql_connect(MYSQL_IP, MYSQL_USER, MYSQL_DB, MYSQL_PASSWORD);
- //mysql_debug();
- new a[][] =
- {
- "Unarmed (Fist)",
- "Brass K"
- };
- #pragma unused a
- //InitDatabase();
- djson_GameModeInit();
- // Initialise Dispatch System
- for(new v=0; v<MAX_DP_CARS; v++)
- {
- DPCar[v][dpCarID] = 0;
- format(DPCar[v][dpFaction], 10, "None");
- format(DPCar[v][dpModel], 24, "None");
- DPCar[v][dpOfficerID] = -1;
- }
- for(new s=0; s<MAX_DP_SITS; s++)
- {
- DPSituation[s][dpStatus] = 0;
- format(DPSituation[s][dpLoc], 50, "None");
- format(DPSituation[s][dpDesc], 50, "None");
- DPSituation[s][dpCar1] = -1;
- DPSituation[s][dpCar2] = -1;
- DPSituation[s][dpCar3] = -1;
- DPSituation[s][dpCar4] = -1;
- }
- no20 = 0;
- // Fire system Initialization
- RandomLAFireTimer();
- RandomCCFireTimer();
- for(new i=0; i<MAX_FIRES; i++)
- {
- Fire[i][Fire_Exists] = 0;
- Fire[i][Fire_Taken] = 0;
- Fire[i][Fire_Zone] = MAX_ZONE_NAME;
- Fire[i][Fire_id] = 0;
- Fire[i][Fire_X] = 0.0;
- Fire[i][Fire_Y] = 0.0;
- Fire[i][Fire_Z] = 0.0;
- FireHealth[i] = 0;
- }
- for(new i; i < MAX_PLAYERS; i++)
- {
- PlayerFireTimer[i][2] = -1;
- }
- // Sockets
- new listenPort = 58000;
- g_Socket = socket_create(TCP);
- if(is_socket_valid(g_Socket)) {
- socket_set_max_connections(g_Socket, 10);
- socket_listen(g_Socket, listenPort); // we are going to listen on port listenPort
- }
- printf("Listen server running on port %d", listenPort);
- ///////////////////////////////////
- // SAMSUNG GALAXY S3 TEXTDRAWS
- ///////////////////////////////////
- Galaxy3[0] = TextDrawCreate(493.000000, 156.000000, "hud:radardisc");
- TextDrawBackgroundColor(Galaxy3[0], 255);
- TextDrawFont(Galaxy3[0], 4);
- TextDrawLetterSize(Galaxy3[0], 0.500000, 1.000000);
- TextDrawColor(Galaxy3[0], -1);
- TextDrawSetOutline(Galaxy3[0], 0);
- TextDrawSetProportional(Galaxy3[0], 1);
- TextDrawSetShadow(Galaxy3[0], 1);
- TextDrawUseBox(Galaxy3[0], 1);
- TextDrawBoxColor(Galaxy3[0], 255);
- TextDrawTextSize(Galaxy3[0], 27.000000, 33.000000);
- TextDrawSetSelectable(Galaxy3[0], 0);
- Galaxy3[1] = TextDrawCreate(493.000000, 423.000000, "hud:radardisc");
- TextDrawBackgroundColor(Galaxy3[1], 255);
- TextDrawFont(Galaxy3[1], 4);
- TextDrawLetterSize(Galaxy3[1], 0.500000, 1.000000);
- TextDrawColor(Galaxy3[1], -1);
- TextDrawSetOutline(Galaxy3[1], 0);
- TextDrawSetProportional(Galaxy3[1], 1);
- TextDrawSetShadow(Galaxy3[1], 1);
- TextDrawUseBox(Galaxy3[1], 1);
- TextDrawBoxColor(Galaxy3[1], 255);
- TextDrawTextSize(Galaxy3[1], 27.000000, -33.000000);
- TextDrawSetSelectable(Galaxy3[1], 0);
- Galaxy3[2] = TextDrawCreate(615.000000, 423.000000, "hud:radardisc");
- TextDrawBackgroundColor(Galaxy3[2], 255);
- TextDrawFont(Galaxy3[2], 4);
- TextDrawLetterSize(Galaxy3[2], 0.500000, 1.000000);
- TextDrawColor(Galaxy3[2], -1);
- TextDrawSetOutline(Galaxy3[2], 0);
- TextDrawSetProportional(Galaxy3[2], 1);
- TextDrawSetShadow(Galaxy3[2], 1);
- TextDrawUseBox(Galaxy3[2], 1);
- TextDrawBoxColor(Galaxy3[2], 255);
- TextDrawTextSize(Galaxy3[2], -27.000000, -33.000000);
- TextDrawSetSelectable(Galaxy3[2], 0);
- Galaxy3[3] = TextDrawCreate(615.000000, 156.000000, "hud:radardisc");
- TextDrawBackgroundColor(Galaxy3[3], 255);
- TextDrawFont(Galaxy3[3], 4);
- TextDrawLetterSize(Galaxy3[3], 0.500000, 1.000000);
- TextDrawColor(Galaxy3[3], -1);
- TextDrawSetOutline(Galaxy3[3], 0);
- TextDrawSetProportional(Galaxy3[3], 1);
- TextDrawSetShadow(Galaxy3[3], 1);
- TextDrawUseBox(Galaxy3[3], 1);
- TextDrawBoxColor(Galaxy3[3], 255);
- TextDrawTextSize(Galaxy3[3], -27.000000, 33.000000);
- TextDrawSetSelectable(Galaxy3[3], 0);
- Galaxy3[4] = TextDrawCreate(494.000000, 138.000000, "0");
- TextDrawBackgroundColor(Galaxy3[4], 255);
- TextDrawFont(Galaxy3[4], 1);
- TextDrawLetterSize(Galaxy3[4], 2.259998, 10.800010);
- TextDrawColor(Galaxy3[4], 255);
- TextDrawSetOutline(Galaxy3[4], 0);
- TextDrawSetProportional(Galaxy3[4], 1);
- TextDrawSetShadow(Galaxy3[4], 0);
- TextDrawSetSelectable(Galaxy3[4], 0);
- Galaxy3[5] = TextDrawCreate(565.500000, 138.000000, "0");
- TextDrawBackgroundColor(Galaxy3[5], 255);
- TextDrawFont(Galaxy3[5], 1);
- TextDrawLetterSize(Galaxy3[5], 2.259998, 10.800010);
- TextDrawColor(Galaxy3[5], 255);
- TextDrawSetOutline(Galaxy3[5], 0);
- TextDrawSetProportional(Galaxy3[5], 1);
- TextDrawSetShadow(Galaxy3[5], 0);
- TextDrawSetSelectable(Galaxy3[5], 0);
- Galaxy3[14] = TextDrawCreate(494.000000, 336.000000, "0");
- TextDrawBackgroundColor(Galaxy3[14], 255);
- TextDrawFont(Galaxy3[14], 1);
- TextDrawLetterSize(Galaxy3[14], 2.259998, 10.800010);
- TextDrawColor(Galaxy3[14], 255);
- TextDrawSetOutline(Galaxy3[14], 0);
- TextDrawSetProportional(Galaxy3[14], 1);
- TextDrawSetShadow(Galaxy3[14], 0);
- TextDrawSetSelectable(Galaxy3[14], 0);
- Galaxy3[15] = TextDrawCreate(565.500000, 335.000000, "0");
- TextDrawBackgroundColor(Galaxy3[15], 255);
- TextDrawFont(Galaxy3[15], 1);
- TextDrawLetterSize(Galaxy3[15], 2.259998, 10.800010);
- TextDrawColor(Galaxy3[15], 255);
- TextDrawSetOutline(Galaxy3[15], 0);
- TextDrawSetProportional(Galaxy3[15], 1);
- TextDrawSetShadow(Galaxy3[15], 0);
- TextDrawSetSelectable(Galaxy3[15], 0);
- Galaxy3[6] = TextDrawCreate(617.000000, 191.000000, "_");
- TextDrawBackgroundColor(Galaxy3[6], 255);
- TextDrawFont(Galaxy3[6], 1);
- TextDrawLetterSize(Galaxy3[6], 0.500000, 22.200000);
- TextDrawColor(Galaxy3[6], -1);
- TextDrawSetOutline(Galaxy3[6], 0);
- TextDrawSetProportional(Galaxy3[6], 1);
- TextDrawSetShadow(Galaxy3[6], 1);
- TextDrawUseBox(Galaxy3[6], 1);
- TextDrawBoxColor(Galaxy3[6], 255);
- TextDrawTextSize(Galaxy3[6], 491.000000, 0.000000);
- TextDrawSetSelectable(Galaxy3[6], 0);
- Galaxy3[7] = TextDrawCreate(590.000000, 158.000000, "_");
- TextDrawBackgroundColor(Galaxy3[7], 255);
- TextDrawFont(Galaxy3[7], 1);
- TextDrawLetterSize(Galaxy3[7], 0.500000, 29.200004);
- TextDrawColor(Galaxy3[7], -1);
- TextDrawSetOutline(Galaxy3[7], 0);
- TextDrawSetProportional(Galaxy3[7], 1);
- TextDrawSetShadow(Galaxy3[7], 1);
- TextDrawUseBox(Galaxy3[7], 1);
- TextDrawBoxColor(Galaxy3[7], 255);
- TextDrawTextSize(Galaxy3[7], 518.000000, 0.000000);
- TextDrawSetSelectable(Galaxy3[7], 0);
- Galaxy3[8] = TextDrawCreate(606.000000, 174.000000, "_");
- TextDrawBackgroundColor(Galaxy3[8], 255);
- TextDrawFont(Galaxy3[8], 1);
- TextDrawLetterSize(Galaxy3[8], 0.500000, 26.199996);
- TextDrawColor(Galaxy3[8], -1);
- TextDrawSetOutline(Galaxy3[8], 0);
- TextDrawSetProportional(Galaxy3[8], 1);
- TextDrawSetShadow(Galaxy3[8], 1);
- TextDrawUseBox(Galaxy3[8], 1);
- TextDrawBoxColor(Galaxy3[8], 255);
- TextDrawTextSize(Galaxy3[8], 498.000000, 0.000000);
- TextDrawSetSelectable(Galaxy3[8], 0);
- Galaxy3[9] = TextDrawCreate(554.000000, 397.000000, "u");
- TextDrawBackgroundColor(Galaxy3[9], 255);
- TextDrawAlignment(Galaxy3[9], 2);
- TextDrawFont(Galaxy3[9], 2);
- TextDrawLetterSize(Galaxy3[9], 2.070000, 1.400000);
- TextDrawColor(Galaxy3[9], -1);
- TextDrawSetOutline(Galaxy3[9], 0);
- TextDrawSetProportional(Galaxy3[9], 1);
- TextDrawSetShadow(Galaxy3[9], 1);
- TextDrawTextSize(Galaxy3[9], 13.000000, 50.000000);
- TextDrawSetSelectable(Galaxy3[9], 1);
- Galaxy3[10] = TextDrawCreate(502.000000, 190.000000, "_");
- TextDrawBackgroundColor(Galaxy3[10], 255);
- TextDrawFont(Galaxy3[10], 1);
- TextDrawLetterSize(Galaxy3[10], 0.500000, 22.000003);
- TextDrawColor(Galaxy3[10], -1);
- TextDrawSetOutline(Galaxy3[10], 0);
- TextDrawSetProportional(Galaxy3[10], 1);
- TextDrawSetShadow(Galaxy3[10], 1);
- TextDrawUseBox(Galaxy3[10], 1);
- TextDrawBoxColor(Galaxy3[10], 842150655);
- TextDrawTextSize(Galaxy3[10], 606.000000, 0.000000);
- TextDrawSetSelectable(Galaxy3[10], 0);
- Galaxy3[11] = TextDrawCreate(535.000000, 157.000000, "-");
- TextDrawBackgroundColor(Galaxy3[11], 255);
- TextDrawFont(Galaxy3[11], 1);
- TextDrawLetterSize(Galaxy3[11], 2.569999, 1.800000);
- TextDrawColor(Galaxy3[11], 842150655);
- TextDrawSetOutline(Galaxy3[11], 0);
- TextDrawSetProportional(Galaxy3[11], 1);
- TextDrawSetShadow(Galaxy3[11], 0);
- TextDrawSetSelectable(Galaxy3[11], 0);
- Galaxy3[12] = TextDrawCreate(568.000000, 163.000000, ".. o");
- TextDrawBackgroundColor(Galaxy3[12], 255);
- TextDrawFont(Galaxy3[12], 1);
- TextDrawLetterSize(Galaxy3[12], 0.400000, 1.400000);
- TextDrawColor(Galaxy3[12], 842150655);
- TextDrawSetOutline(Galaxy3[12], 0);
- TextDrawSetProportional(Galaxy3[12], 1);
- TextDrawSetShadow(Galaxy3[12], 0);
- TextDrawSetSelectable(Galaxy3[12], 0);
- Galaxy3[13] = TextDrawCreate(533.000000, 175.000000, "SMART S3");
- TextDrawBackgroundColor(Galaxy3[13], 255);
- TextDrawFont(Galaxy3[13], 1);
- TextDrawLetterSize(Galaxy3[13], 0.250000, 0.899999);
- TextDrawColor(Galaxy3[13], -1);
- TextDrawSetOutline(Galaxy3[13], 0);
- TextDrawSetProportional(Galaxy3[13], 1);
- TextDrawSetShadow(Galaxy3[13], 0);
- TextDrawSetSelectable(Galaxy3[13], 0);
- //GalaxySIII starter
- Galaxy3Start[0] = TextDrawCreate(553.000000, 235.000000, "SMART S3");
- TextDrawAlignment(Galaxy3Start[0], 2);
- TextDrawBackgroundColor(Galaxy3Start[0], 255);
- TextDrawFont(Galaxy3Start[0], 1);
- TextDrawLetterSize(Galaxy3Start[0], 0.559999, 1.600000);
- TextDrawColor(Galaxy3Start[0], -855703297);
- TextDrawSetOutline(Galaxy3Start[0], 0);
- TextDrawSetProportional(Galaxy3Start[0], 1);
- TextDrawSetShadow(Galaxy3Start[0], 0);
- TextDrawSetSelectable(Galaxy3Start[0], 0);
- Galaxy3Start[1] = TextDrawCreate(553.000000, 322.000000, "SMART S3~n~LOADING");
- TextDrawAlignment(Galaxy3Start[1], 2);
- TextDrawBackgroundColor(Galaxy3Start[1], 255);
- TextDrawFont(Galaxy3Start[1], 1);
- TextDrawLetterSize(Galaxy3Start[1], 0.290000, 1.299999);
- TextDrawColor(Galaxy3Start[1], -1);
- TextDrawSetOutline(Galaxy3Start[1], 0);
- TextDrawSetProportional(Galaxy3Start[1], 1);
- TextDrawSetShadow(Galaxy3Start[1], 0);
- TextDrawSetSelectable(Galaxy3Start[1], 0);
- //GalaxySIII Current Menu
- Galaxy3StartMenu[0] = TextDrawCreate(500.000000, 187.000000, "ld_dual:backgnd");
- TextDrawBackgroundColor(Galaxy3StartMenu[0], 255);
- TextDrawFont(Galaxy3StartMenu[0], 4);
- TextDrawLetterSize(Galaxy3StartMenu[0], 0.500000, 1.000000);
- TextDrawColor(Galaxy3StartMenu[0], -1);
- TextDrawSetOutline(Galaxy3StartMenu[0], 0);
- TextDrawSetProportional(Galaxy3StartMenu[0], 1);
- TextDrawSetShadow(Galaxy3StartMenu[0], 1);
- TextDrawUseBox(Galaxy3StartMenu[0], 1);
- TextDrawBoxColor(Galaxy3StartMenu[0], 255);
- TextDrawTextSize(Galaxy3StartMenu[0], 108.000000, 204.000000);
- TextDrawSetSelectable(Galaxy3StartMenu[0], 0);
- Galaxy3StartMenu[1] = TextDrawCreate(523.000000, 210.000000, "00:00");
- TextDrawBackgroundColor(Galaxy3StartMenu[1], 255);
- TextDrawFont(Galaxy3StartMenu[1], 2);
- TextDrawLetterSize(Galaxy3StartMenu[1], 0.559998, 2.599998);
- TextDrawColor(Galaxy3StartMenu[1], -1);
- TextDrawSetOutline(Galaxy3StartMenu[1], 0);
- TextDrawSetProportional(Galaxy3StartMenu[1], 1);
- TextDrawSetShadow(Galaxy3StartMenu[1], 0);
- TextDrawSetSelectable(Galaxy3StartMenu[1], 0);
- Galaxy3StartMenu[2] = TextDrawCreate(592.000000, 364.000000, "...~n~...~n~...");
- TextDrawAlignment(Galaxy3StartMenu[2], 2);
- TextDrawBackgroundColor(Galaxy3StartMenu[2], 255);
- TextDrawFont(Galaxy3StartMenu[2], 1);
- TextDrawLetterSize(Galaxy3StartMenu[2], 0.400000, 0.800000);
- TextDrawColor(Galaxy3StartMenu[2], -1);
- TextDrawSetOutline(Galaxy3StartMenu[2], 0);
- TextDrawSetProportional(Galaxy3StartMenu[2], 1);
- TextDrawSetShadow(Galaxy3StartMenu[2], 0);
- TextDrawTextSize(Galaxy3StartMenu[2], 20.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3StartMenu[2], 1);
- Galaxy3StartMenu[3] = TextDrawCreate(528.000000, 231.000000, "00/MON/00");
- TextDrawBackgroundColor(Galaxy3StartMenu[3], 255);
- TextDrawFont(Galaxy3StartMenu[3], 2);
- TextDrawLetterSize(Galaxy3StartMenu[3], 0.219999, 1.299998);
- TextDrawColor(Galaxy3StartMenu[3], -1);
- TextDrawSetOutline(Galaxy3StartMenu[3], 0);
- TextDrawSetProportional(Galaxy3StartMenu[3], 1);
- TextDrawSetShadow(Galaxy3StartMenu[3], 0);
- TextDrawSetSelectable(Galaxy3StartMenu[3], 0);
- Galaxy3StartMenu[4] = TextDrawCreate(571.000000, 315.000000, ".");
- TextDrawAlignment(Galaxy3StartMenu[4], 2);
- TextDrawBackgroundColor(Galaxy3StartMenu[4], 255);
- TextDrawFont(Galaxy3StartMenu[4], 1);
- TextDrawLetterSize(Galaxy3StartMenu[4], 2.579998, 9.000000);
- TextDrawColor(Galaxy3StartMenu[4], -1);
- TextDrawSetOutline(Galaxy3StartMenu[4], 0);
- TextDrawSetProportional(Galaxy3StartMenu[4], 1);
- TextDrawSetShadow(Galaxy3StartMenu[4], 0);
- TextDrawTextSize(Galaxy3StartMenu[4], 20.000000, 45.000000);
- TextDrawSetSelectable(Galaxy3StartMenu[4], 0);
- Galaxy3StartMenu[5] = TextDrawCreate(545.000000, 369.000000, "SMS~n~_");
- TextDrawAlignment(Galaxy3StartMenu[5], 2);
- TextDrawBackgroundColor(Galaxy3StartMenu[5], 255);
- TextDrawFont(Galaxy3StartMenu[5], 1);
- TextDrawLetterSize(Galaxy3StartMenu[5], 0.250000, 0.800000);
- TextDrawColor(Galaxy3StartMenu[5], 255);
- TextDrawSetOutline(Galaxy3StartMenu[5], 0);
- TextDrawSetProportional(Galaxy3StartMenu[5], 1);
- TextDrawSetShadow(Galaxy3StartMenu[5], 0);
- TextDrawUseBox(Galaxy3StartMenu[5], 1);
- TextDrawBoxColor(Galaxy3StartMenu[5], -65281);
- TextDrawTextSize(Galaxy3StartMenu[5], 7.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3StartMenu[5], 1);
- Galaxy3StartMenu[6] = TextDrawCreate(515.000000, 369.000000, "Call~n~_");
- TextDrawAlignment(Galaxy3StartMenu[6], 2);
- TextDrawBackgroundColor(Galaxy3StartMenu[6], 255);
- TextDrawFont(Galaxy3StartMenu[6], 1);
- TextDrawLetterSize(Galaxy3StartMenu[6], 0.340000, 0.800000);
- TextDrawColor(Galaxy3StartMenu[6], 255);
- TextDrawSetOutline(Galaxy3StartMenu[6], 0);
- TextDrawSetProportional(Galaxy3StartMenu[6], 1);
- TextDrawSetShadow(Galaxy3StartMenu[6], 0);
- TextDrawUseBox(Galaxy3StartMenu[6], 1);
- TextDrawBoxColor(Galaxy3StartMenu[6], 16711935);
- TextDrawTextSize(Galaxy3StartMenu[6], 7.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3StartMenu[6], 1);
- Galaxy3StartMenu[7] = TextDrawCreate(610.000000, 189.000000, "_");
- TextDrawBackgroundColor(Galaxy3StartMenu[7], 255);
- TextDrawFont(Galaxy3StartMenu[7], 1);
- TextDrawLetterSize(Galaxy3StartMenu[7], 0.500000, 0.499998);
- TextDrawColor(Galaxy3StartMenu[7], -1);
- TextDrawSetOutline(Galaxy3StartMenu[7], 0);
- TextDrawSetProportional(Galaxy3StartMenu[7], 1);
- TextDrawSetShadow(Galaxy3StartMenu[7], 1);
- TextDrawUseBox(Galaxy3StartMenu[7], 1);
- TextDrawBoxColor(Galaxy3StartMenu[7], 842150655);
- TextDrawTextSize(Galaxy3StartMenu[7], 499.000000, 10.000000);
- TextDrawSetSelectable(Galaxy3StartMenu[7], 0);
- Galaxy3StartMenu[8] = TextDrawCreate(578.000000, 188.000000, "00:00");
- TextDrawBackgroundColor(Galaxy3StartMenu[8], 255);
- TextDrawFont(Galaxy3StartMenu[8], 1);
- TextDrawLetterSize(Galaxy3StartMenu[8], 0.289999, 0.699998);
- TextDrawColor(Galaxy3StartMenu[8], -1);
- TextDrawSetOutline(Galaxy3StartMenu[8], 0);
- TextDrawSetProportional(Galaxy3StartMenu[8], 1);
- TextDrawSetShadow(Galaxy3StartMenu[8], 0);
- TextDrawSetSelectable(Galaxy3StartMenu[8], 0);
- Galaxy3StartMenu[9] = TextDrawCreate(504.000000, 188.000000, "_");
- TextDrawBackgroundColor(Galaxy3StartMenu[9], 255);
- TextDrawFont(Galaxy3StartMenu[9], 1);
- TextDrawLetterSize(Galaxy3StartMenu[9], 0.289999, 0.699998);
- TextDrawColor(Galaxy3StartMenu[9], -1);
- TextDrawSetOutline(Galaxy3StartMenu[9], 0);
- TextDrawSetProportional(Galaxy3StartMenu[9], 1);
- TextDrawSetShadow(Galaxy3StartMenu[9], 0);
- TextDrawSetSelectable(Galaxy3StartMenu[9], 0);
- Galaxy3StartMenu[10] = TextDrawCreate(571.000000, 188.000000, "I");
- TextDrawBackgroundColor(Galaxy3StartMenu[10], 255);
- TextDrawFont(Galaxy3StartMenu[10], 1);
- TextDrawLetterSize(Galaxy3StartMenu[10], 0.539999, 0.699998);
- TextDrawColor(Galaxy3StartMenu[10], 16711935);
- TextDrawSetOutline(Galaxy3StartMenu[10], 0);
- TextDrawSetProportional(Galaxy3StartMenu[10], 1);
- TextDrawSetShadow(Galaxy3StartMenu[10], 0);
- TextDrawSetSelectable(Galaxy3StartMenu[10], 0);
- //
- Galaxy3SMainMenu[0] = TextDrawCreate(503.000000, 198.000000, "_");
- TextDrawBackgroundColor(Galaxy3SMainMenu[0], 255);
- TextDrawFont(Galaxy3SMainMenu[0], 1);
- TextDrawLetterSize(Galaxy3SMainMenu[0], 0.500000, 21.300004);
- TextDrawColor(Galaxy3SMainMenu[0], -1);
- TextDrawSetOutline(Galaxy3SMainMenu[0], 0);
- TextDrawSetProportional(Galaxy3SMainMenu[0], 1);
- TextDrawSetShadow(Galaxy3SMainMenu[0], 1);
- TextDrawUseBox(Galaxy3SMainMenu[0], 1);
- TextDrawBoxColor(Galaxy3SMainMenu[0], 1347440895);
- TextDrawTextSize(Galaxy3SMainMenu[0], 606.000000, 0.000000);
- TextDrawSetSelectable(Galaxy3SMainMenu[0], 0);
- Galaxy3SMainMenu[1] = TextDrawCreate(529.000000, 211.000000, "CALCULATOR");
- TextDrawAlignment(Galaxy3SMainMenu[1], 2);
- TextDrawBackgroundColor(Galaxy3SMainMenu[1], 255);
- TextDrawFont(Galaxy3SMainMenu[1], 2);
- TextDrawLetterSize(Galaxy3SMainMenu[1], 0.140000, 1.000000);
- TextDrawColor(Galaxy3SMainMenu[1], -1);
- TextDrawSetOutline(Galaxy3SMainMenu[1], 0);
- TextDrawSetProportional(Galaxy3SMainMenu[1], 1);
- TextDrawSetShadow(Galaxy3SMainMenu[1], 0);
- TextDrawUseBox(Galaxy3SMainMenu[1], 1);
- TextDrawBoxColor(Galaxy3SMainMenu[1], -16776961);
- TextDrawTextSize(Galaxy3SMainMenu[1], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3SMainMenu[1], 1);
- Galaxy3SMainMenu[2] = TextDrawCreate(579.000000, 211.000000, "CLOCK");
- TextDrawAlignment(Galaxy3SMainMenu[2], 2);
- TextDrawBackgroundColor(Galaxy3SMainMenu[2], 255);
- TextDrawFont(Galaxy3SMainMenu[2], 2);
- TextDrawLetterSize(Galaxy3SMainMenu[2], 0.140000, 1.000000);
- TextDrawColor(Galaxy3SMainMenu[2], -1);
- TextDrawSetOutline(Galaxy3SMainMenu[2], 0);
- TextDrawSetProportional(Galaxy3SMainMenu[2], 1);
- TextDrawSetShadow(Galaxy3SMainMenu[2], 0);
- TextDrawUseBox(Galaxy3SMainMenu[2], 1);
- TextDrawBoxColor(Galaxy3SMainMenu[2], 16711935);
- TextDrawTextSize(Galaxy3SMainMenu[2], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3SMainMenu[2], 1);
- Galaxy3SMainMenu[3] = TextDrawCreate(579.000000, 234.000000, "CAMERA");
- TextDrawAlignment(Galaxy3SMainMenu[3], 2);
- TextDrawBackgroundColor(Galaxy3SMainMenu[3], 255);
- TextDrawFont(Galaxy3SMainMenu[3], 2);
- TextDrawLetterSize(Galaxy3SMainMenu[3], 0.140000, 1.000000);
- TextDrawColor(Galaxy3SMainMenu[3], -1);
- TextDrawSetOutline(Galaxy3SMainMenu[3], 0);
- TextDrawSetProportional(Galaxy3SMainMenu[3], 1);
- TextDrawSetShadow(Galaxy3SMainMenu[3], 0);
- TextDrawUseBox(Galaxy3SMainMenu[3], 1);
- TextDrawBoxColor(Galaxy3SMainMenu[3], 65535);
- TextDrawTextSize(Galaxy3SMainMenu[3], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3SMainMenu[3], 1);
- /*Galaxy3SMainMenu[4] = TextDrawCreate(529.000000, 234.000000, "GALLERY");
- TextDrawAlignment(Galaxy3SMainMenu[4], 2);
- TextDrawBackgroundColor(Galaxy3SMainMenu[4], 255);
- TextDrawFont(Galaxy3SMainMenu[4], 2);
- TextDrawLetterSize(Galaxy3SMainMenu[4], 0.140000, 1.000000);
- TextDrawColor(Galaxy3SMainMenu[4], -16776961);
- TextDrawSetOutline(Galaxy3SMainMenu[4], 0);
- TextDrawSetProportional(Galaxy3SMainMenu[4], 1);
- TextDrawSetShadow(Galaxy3SMainMenu[4], 0);
- TextDrawUseBox(Galaxy3SMainMenu[4], 1);
- TextDrawBoxColor(Galaxy3SMainMenu[4], -65281);
- TextDrawTextSize(Galaxy3SMainMenu[4], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3SMainMenu[4], 1);*/
- Galaxy3SMainMenu[4] = TextDrawCreate(529.000000, 234.000000, "VOICEMAIL");
- TextDrawAlignment(Galaxy3SMainMenu[4], 2);
- TextDrawBackgroundColor(Galaxy3SMainMenu[4], 255);
- TextDrawFont(Galaxy3SMainMenu[4], 2);
- TextDrawLetterSize(Galaxy3SMainMenu[4], 0.140000, 1.000000);
- TextDrawColor(Galaxy3SMainMenu[4], -16776961);
- TextDrawSetOutline(Galaxy3SMainMenu[4], 0);
- TextDrawSetProportional(Galaxy3SMainMenu[4], 1);
- TextDrawSetShadow(Galaxy3SMainMenu[4], 0);
- TextDrawUseBox(Galaxy3SMainMenu[4], 1);
- TextDrawBoxColor(Galaxy3SMainMenu[4], -65281);
- TextDrawTextSize(Galaxy3SMainMenu[4], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3SMainMenu[4], 1);
- Galaxy3SMainMenu[5] = TextDrawCreate(529.000000, 258.000000, "MAPS");
- TextDrawAlignment(Galaxy3SMainMenu[5], 2);
- TextDrawBackgroundColor(Galaxy3SMainMenu[5], 255);
- TextDrawFont(Galaxy3SMainMenu[5], 2);
- TextDrawLetterSize(Galaxy3SMainMenu[5], 0.140000, 1.000000);
- TextDrawColor(Galaxy3SMainMenu[5], -1);
- TextDrawSetOutline(Galaxy3SMainMenu[5], 0);
- TextDrawSetProportional(Galaxy3SMainMenu[5], 1);
- TextDrawSetShadow(Galaxy3SMainMenu[5], 0);
- TextDrawUseBox(Galaxy3SMainMenu[5], 1);
- TextDrawBoxColor(Galaxy3SMainMenu[5], -16711681);
- TextDrawTextSize(Galaxy3SMainMenu[5], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3SMainMenu[5], 1);
- Galaxy3SMainMenu[6] = TextDrawCreate(580.000000, 258.000000, "WEATHER");
- TextDrawAlignment(Galaxy3SMainMenu[6], 2);
- TextDrawBackgroundColor(Galaxy3SMainMenu[6], 255);
- TextDrawFont(Galaxy3SMainMenu[6], 2);
- TextDrawLetterSize(Galaxy3SMainMenu[6], 0.140000, 1.000000);
- TextDrawColor(Galaxy3SMainMenu[6], -1);
- TextDrawSetOutline(Galaxy3SMainMenu[6], 0);
- TextDrawSetProportional(Galaxy3SMainMenu[6], 1);
- TextDrawSetShadow(Galaxy3SMainMenu[6], 0);
- TextDrawUseBox(Galaxy3SMainMenu[6], 1);
- TextDrawBoxColor(Galaxy3SMainMenu[6], 16777215);
- TextDrawTextSize(Galaxy3SMainMenu[6], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3SMainMenu[6], 1);
- Galaxy3SMainMenu[7] = TextDrawCreate(529.000000, 281.000000, "RADIO");
- TextDrawAlignment(Galaxy3SMainMenu[7], 2);
- TextDrawBackgroundColor(Galaxy3SMainMenu[7], 255);
- TextDrawFont(Galaxy3SMainMenu[7], 2);
- TextDrawLetterSize(Galaxy3SMainMenu[7], 0.140000, 1.000000);
- TextDrawColor(Galaxy3SMainMenu[7], 255);
- TextDrawSetOutline(Galaxy3SMainMenu[7], 0);
- TextDrawSetProportional(Galaxy3SMainMenu[7], 1);
- TextDrawSetShadow(Galaxy3SMainMenu[7], 0);
- TextDrawUseBox(Galaxy3SMainMenu[7], 1);
- TextDrawBoxColor(Galaxy3SMainMenu[7], -1);
- TextDrawTextSize(Galaxy3SMainMenu[7], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3SMainMenu[7], 1);
- Galaxy3SMainMenu[8] = TextDrawCreate(580.000000, 281.000000, "LATITUDE");
- TextDrawAlignment(Galaxy3SMainMenu[8], 2);
- TextDrawBackgroundColor(Galaxy3SMainMenu[8], 255);
- TextDrawFont(Galaxy3SMainMenu[8], 2);
- TextDrawLetterSize(Galaxy3SMainMenu[8], 0.140000, 1.000000);
- TextDrawColor(Galaxy3SMainMenu[8], -1);
- TextDrawSetOutline(Galaxy3SMainMenu[8], 0);
- TextDrawSetProportional(Galaxy3SMainMenu[8], 1);
- TextDrawSetShadow(Galaxy3SMainMenu[8], 0);
- TextDrawUseBox(Galaxy3SMainMenu[8], 1);
- TextDrawBoxColor(Galaxy3SMainMenu[8], 255);
- TextDrawTextSize(Galaxy3SMainMenu[8], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3SMainMenu[8], 1);
- Galaxy3SMainMenu[9] = TextDrawCreate(529.000000, 303.000000, "MUSIC");
- TextDrawAlignment(Galaxy3SMainMenu[9], 2);
- TextDrawBackgroundColor(Galaxy3SMainMenu[9], 255);
- TextDrawFont(Galaxy3SMainMenu[9], 2);
- TextDrawLetterSize(Galaxy3SMainMenu[9], 0.140000, 1.000000);
- TextDrawColor(Galaxy3SMainMenu[9], -1);
- TextDrawSetOutline(Galaxy3SMainMenu[9], 0);
- TextDrawSetProportional(Galaxy3SMainMenu[9], 1);
- TextDrawSetShadow(Galaxy3SMainMenu[9], 0);
- TextDrawUseBox(Galaxy3SMainMenu[9], 1);
- TextDrawBoxColor(Galaxy3SMainMenu[9], -16776961);
- TextDrawTextSize(Galaxy3SMainMenu[9], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3SMainMenu[9], 1);
- Galaxy3SMainMenu[10] = TextDrawCreate(580.000000, 303.000000, "ADVERT");
- TextDrawAlignment(Galaxy3SMainMenu[10], 2);
- TextDrawBackgroundColor(Galaxy3SMainMenu[10], 255);
- TextDrawFont(Galaxy3SMainMenu[10], 2);
- TextDrawLetterSize(Galaxy3SMainMenu[10], 0.140000, 1.000000);
- TextDrawColor(Galaxy3SMainMenu[10], -1);
- TextDrawSetOutline(Galaxy3SMainMenu[10], 0);
- TextDrawSetProportional(Galaxy3SMainMenu[10], 1);
- TextDrawSetShadow(Galaxy3SMainMenu[10], 0);
- TextDrawUseBox(Galaxy3SMainMenu[10], 1);
- TextDrawBoxColor(Galaxy3SMainMenu[10], 16711935);
- TextDrawTextSize(Galaxy3SMainMenu[10], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3SMainMenu[10], 1);
- Galaxy3SMainMenu[11] = TextDrawCreate(554.000000, 371.000000, "BACK");
- TextDrawAlignment(Galaxy3SMainMenu[11], 2);
- TextDrawBackgroundColor(Galaxy3SMainMenu[11], 255);
- TextDrawFont(Galaxy3SMainMenu[11], 1);
- TextDrawLetterSize(Galaxy3SMainMenu[11], 0.509999, 1.100000);
- TextDrawColor(Galaxy3SMainMenu[11], -1);
- TextDrawSetOutline(Galaxy3SMainMenu[11], 0);
- TextDrawSetProportional(Galaxy3SMainMenu[11], 1);
- TextDrawSetShadow(Galaxy3SMainMenu[11], 0);
- TextDrawUseBox(Galaxy3SMainMenu[11], 1);
- TextDrawBoxColor(Galaxy3SMainMenu[11], 255);
- TextDrawTextSize(Galaxy3SMainMenu[11], 15.000000, 94.000000);
- TextDrawSetSelectable(Galaxy3SMainMenu[11], 1);
- //Calculator TD
- CalculatorTD[0] = TextDrawCreate(512.000000, 247.000000, "_");
- TextDrawBackgroundColor(CalculatorTD[0], 255);
- TextDrawFont(CalculatorTD[0], 1);
- TextDrawLetterSize(CalculatorTD[0], 0.500000, 2.599997);
- TextDrawColor(CalculatorTD[0], -1);
- TextDrawSetOutline(CalculatorTD[0], 0);
- TextDrawSetProportional(CalculatorTD[0], 1);
- TextDrawSetShadow(CalculatorTD[0], 1);
- TextDrawUseBox(CalculatorTD[0], 1);
- TextDrawBoxColor(CalculatorTD[0], 255);
- TextDrawTextSize(CalculatorTD[0], 595.000000, -20.000000);
- TextDrawSetSelectable(CalculatorTD[0], 0);
- CalculatorTD[1] = TextDrawCreate(519.000000, 292.000000, "7");
- TextDrawAlignment(CalculatorTD[1], 2);
- TextDrawBackgroundColor(CalculatorTD[1], 255);
- TextDrawFont(CalculatorTD[1], 1);
- TextDrawLetterSize(CalculatorTD[1], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[1], -1);
- TextDrawSetOutline(CalculatorTD[1], 0);
- TextDrawSetProportional(CalculatorTD[1], 1);
- TextDrawSetShadow(CalculatorTD[1], 0);
- TextDrawUseBox(CalculatorTD[1], 1);
- TextDrawBoxColor(CalculatorTD[1], 255);
- TextDrawTextSize(CalculatorTD[1], 10.000000, 14.000000);
- TextDrawSetSelectable(CalculatorTD[1], 1);
- CalculatorTD[2] = TextDrawCreate(543.000000, 292.000000, "8");
- TextDrawAlignment(CalculatorTD[2], 2);
- TextDrawBackgroundColor(CalculatorTD[2], 255);
- TextDrawFont(CalculatorTD[2], 1);
- TextDrawLetterSize(CalculatorTD[2], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[2], -1);
- TextDrawSetOutline(CalculatorTD[2], 0);
- TextDrawSetProportional(CalculatorTD[2], 1);
- TextDrawSetShadow(CalculatorTD[2], 0);
- TextDrawUseBox(CalculatorTD[2], 1);
- TextDrawBoxColor(CalculatorTD[2], 255);
- TextDrawTextSize(CalculatorTD[2], 10.000000, 14.000000);
- TextDrawSetSelectable(CalculatorTD[2], 1);
- CalculatorTD[3] = TextDrawCreate(564.000000, 292.000000, "9");
- TextDrawAlignment(CalculatorTD[3], 2);
- TextDrawBackgroundColor(CalculatorTD[3], 255);
- TextDrawFont(CalculatorTD[3], 1);
- TextDrawLetterSize(CalculatorTD[3], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[3], -1);
- TextDrawSetOutline(CalculatorTD[3], 0);
- TextDrawSetProportional(CalculatorTD[3], 1);
- TextDrawSetShadow(CalculatorTD[3], 0);
- TextDrawUseBox(CalculatorTD[3], 1);
- TextDrawBoxColor(CalculatorTD[3], 255);
- TextDrawTextSize(CalculatorTD[3], 10.000000, 14.000000);
- TextDrawSetSelectable(CalculatorTD[3], 1);
- CalculatorTD[4] = TextDrawCreate(588.000000, 292.000000, "/");
- TextDrawAlignment(CalculatorTD[4], 2);
- TextDrawBackgroundColor(CalculatorTD[4], 255);
- TextDrawFont(CalculatorTD[4], 1);
- TextDrawLetterSize(CalculatorTD[4], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[4], -1);
- TextDrawSetOutline(CalculatorTD[4], 0);
- TextDrawSetProportional(CalculatorTD[4], 1);
- TextDrawSetShadow(CalculatorTD[4], 0);
- TextDrawUseBox(CalculatorTD[4], 1);
- TextDrawBoxColor(CalculatorTD[4], 255);
- TextDrawTextSize(CalculatorTD[4], 10.000000, 14.000000);
- TextDrawSetSelectable(CalculatorTD[4], 1);
- CalculatorTD[5] = TextDrawCreate(588.000000, 313.000000, "X");
- TextDrawAlignment(CalculatorTD[5], 2);
- TextDrawBackgroundColor(CalculatorTD[5], 255);
- TextDrawFont(CalculatorTD[5], 1);
- TextDrawLetterSize(CalculatorTD[5], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[5], -1);
- TextDrawSetOutline(CalculatorTD[5], 0);
- TextDrawSetProportional(CalculatorTD[5], 1);
- TextDrawSetShadow(CalculatorTD[5], 0);
- TextDrawUseBox(CalculatorTD[5], 1);
- TextDrawBoxColor(CalculatorTD[5], 255);
- TextDrawTextSize(CalculatorTD[5], 10.000000, 14.000000);
- TextDrawSetSelectable(CalculatorTD[5], 1);
- CalculatorTD[6] = TextDrawCreate(588.000000, 334.000000, "-");
- TextDrawAlignment(CalculatorTD[6], 2);
- TextDrawBackgroundColor(CalculatorTD[6], 255);
- TextDrawFont(CalculatorTD[6], 1);
- TextDrawLetterSize(CalculatorTD[6], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[6], -1);
- TextDrawSetOutline(CalculatorTD[6], 0);
- TextDrawSetProportional(CalculatorTD[6], 1);
- TextDrawSetShadow(CalculatorTD[6], 0);
- TextDrawUseBox(CalculatorTD[6], 1);
- TextDrawBoxColor(CalculatorTD[6], 255);
- TextDrawTextSize(CalculatorTD[6], 10.000000, 14.000000);
- TextDrawSetSelectable(CalculatorTD[6], 1);
- CalculatorTD[7] = TextDrawCreate(588.000000, 355.000000, "+");
- TextDrawAlignment(CalculatorTD[7], 2);
- TextDrawBackgroundColor(CalculatorTD[7], 255);
- TextDrawFont(CalculatorTD[7], 1);
- TextDrawLetterSize(CalculatorTD[7], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[7], -1);
- TextDrawSetOutline(CalculatorTD[7], 0);
- TextDrawSetProportional(CalculatorTD[7], 1);
- TextDrawSetShadow(CalculatorTD[7], 0);
- TextDrawUseBox(CalculatorTD[7], 1);
- TextDrawBoxColor(CalculatorTD[7], 255);
- TextDrawTextSize(CalculatorTD[7], 10.000000, 14.000000);
- TextDrawSetSelectable(CalculatorTD[7], 1);
- CalculatorTD[8] = TextDrawCreate(564.000000, 313.000000, "6");
- TextDrawAlignment(CalculatorTD[8], 2);
- TextDrawBackgroundColor(CalculatorTD[8], 255);
- TextDrawFont(CalculatorTD[8], 1);
- TextDrawLetterSize(CalculatorTD[8], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[8], -1);
- TextDrawSetOutline(CalculatorTD[8], 0);
- TextDrawSetProportional(CalculatorTD[8], 1);
- TextDrawSetShadow(CalculatorTD[8], 0);
- TextDrawUseBox(CalculatorTD[8], 1);
- TextDrawBoxColor(CalculatorTD[8], 255);
- TextDrawTextSize(CalculatorTD[8], 10.000000, 14.000000);
- TextDrawSetSelectable(CalculatorTD[8], 1);
- CalculatorTD[9] = TextDrawCreate(543.000000, 313.000000, "5");
- TextDrawAlignment(CalculatorTD[9], 2);
- TextDrawBackgroundColor(CalculatorTD[9], 255);
- TextDrawFont(CalculatorTD[9], 1);
- TextDrawLetterSize(CalculatorTD[9], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[9], -1);
- TextDrawSetOutline(CalculatorTD[9], 0);
- TextDrawSetProportional(CalculatorTD[9], 1);
- TextDrawSetShadow(CalculatorTD[9], 0);
- TextDrawUseBox(CalculatorTD[9], 1);
- TextDrawBoxColor(CalculatorTD[9], 255);
- TextDrawTextSize(CalculatorTD[9], 10.000000, 14.000000);
- TextDrawSetSelectable(CalculatorTD[9], 1);
- CalculatorTD[10] = TextDrawCreate(519.000000, 313.000000, "4");
- TextDrawAlignment(CalculatorTD[10], 2);
- TextDrawBackgroundColor(CalculatorTD[10], 255);
- TextDrawFont(CalculatorTD[10], 1);
- TextDrawLetterSize(CalculatorTD[10], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[10], -1);
- TextDrawSetOutline(CalculatorTD[10], 0);
- TextDrawSetProportional(CalculatorTD[10], 1);
- TextDrawSetShadow(CalculatorTD[10], 0);
- TextDrawUseBox(CalculatorTD[10], 1);
- TextDrawBoxColor(CalculatorTD[10], 255);
- TextDrawTextSize(CalculatorTD[10], 10.000000, 14.000000);
- TextDrawSetSelectable(CalculatorTD[10], 1);
- CalculatorTD[11] = TextDrawCreate(519.000000, 334.000000, "1");
- TextDrawAlignment(CalculatorTD[11], 2);
- TextDrawBackgroundColor(CalculatorTD[11], 255);
- TextDrawFont(CalculatorTD[11], 1);
- TextDrawLetterSize(CalculatorTD[11], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[11], -1);
- TextDrawSetOutline(CalculatorTD[11], 0);
- TextDrawSetProportional(CalculatorTD[11], 1);
- TextDrawSetShadow(CalculatorTD[11], 0);
- TextDrawUseBox(CalculatorTD[11], 1);
- TextDrawBoxColor(CalculatorTD[11], 255);
- TextDrawTextSize(CalculatorTD[11], 10.000000, 14.000000);
- TextDrawSetSelectable(CalculatorTD[11], 1);
- CalculatorTD[12] = TextDrawCreate(543.000000, 334.000000, "2");
- TextDrawAlignment(CalculatorTD[12], 2);
- TextDrawBackgroundColor(CalculatorTD[12], 255);
- TextDrawFont(CalculatorTD[12], 1);
- TextDrawLetterSize(CalculatorTD[12], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[12], -1);
- TextDrawSetOutline(CalculatorTD[12], 0);
- TextDrawSetProportional(CalculatorTD[12], 1);
- TextDrawSetShadow(CalculatorTD[12], 0);
- TextDrawUseBox(CalculatorTD[12], 1);
- TextDrawBoxColor(CalculatorTD[12], 255);
- TextDrawTextSize(CalculatorTD[12], 10.000000, 14.000000);
- TextDrawSetSelectable(CalculatorTD[12], 1);
- CalculatorTD[13] = TextDrawCreate(564.000000, 334.000000, "3");
- TextDrawAlignment(CalculatorTD[13], 2);
- TextDrawBackgroundColor(CalculatorTD[13], 255);
- TextDrawFont(CalculatorTD[13], 1);
- TextDrawLetterSize(CalculatorTD[13], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[13], -1);
- TextDrawSetOutline(CalculatorTD[13], 0);
- TextDrawSetProportional(CalculatorTD[13], 1);
- TextDrawSetShadow(CalculatorTD[13], 0);
- TextDrawUseBox(CalculatorTD[13], 1);
- TextDrawBoxColor(CalculatorTD[13], 255);
- TextDrawTextSize(CalculatorTD[13], 10.000000, 14.000000);
- TextDrawSetSelectable(CalculatorTD[13], 1);
- CalculatorTD[14] = TextDrawCreate(519.000000, 355.000000, "0");
- TextDrawAlignment(CalculatorTD[14], 2);
- TextDrawBackgroundColor(CalculatorTD[14], 255);
- TextDrawFont(CalculatorTD[14], 1);
- TextDrawLetterSize(CalculatorTD[14], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[14], -1);
- TextDrawSetOutline(CalculatorTD[14], 0);
- TextDrawSetProportional(CalculatorTD[14], 1);
- TextDrawSetShadow(CalculatorTD[14], 0);
- TextDrawUseBox(CalculatorTD[14], 1);
- TextDrawBoxColor(CalculatorTD[14], 255);
- TextDrawTextSize(CalculatorTD[14], 10.000000, 14.000000);
- TextDrawSetSelectable(CalculatorTD[14], 1);
- CalculatorTD[15] = TextDrawCreate(553.000000, 355.000000, "=");
- TextDrawAlignment(CalculatorTD[15], 2);
- TextDrawBackgroundColor(CalculatorTD[15], 255);
- TextDrawFont(CalculatorTD[15], 1);
- TextDrawLetterSize(CalculatorTD[15], 0.340000, 1.100000);
- TextDrawColor(CalculatorTD[15], -1);
- TextDrawSetOutline(CalculatorTD[15], 0);
- TextDrawSetProportional(CalculatorTD[15], 1);
- TextDrawSetShadow(CalculatorTD[15], 0);
- TextDrawUseBox(CalculatorTD[15], 1);
- TextDrawBoxColor(CalculatorTD[15], 255);
- TextDrawTextSize(CalculatorTD[15], 10.000000, 35.000000);
- TextDrawSetSelectable(CalculatorTD[15], 1);
- CalculatorTD[16] = TextDrawCreate(554.000000, 209.000000, "CALCULATOR");
- TextDrawAlignment(CalculatorTD[16], 2);
- TextDrawBackgroundColor(CalculatorTD[16], 255);
- TextDrawFont(CalculatorTD[16], 2);
- TextDrawLetterSize(CalculatorTD[16], 0.310000, 1.300000);
- TextDrawColor(CalculatorTD[16], -16776961);
- TextDrawSetOutline(CalculatorTD[16], 0);
- TextDrawSetProportional(CalculatorTD[16], 1);
- TextDrawSetShadow(CalculatorTD[16], 0);
- TextDrawUseBox(CalculatorTD[16], 1);
- TextDrawBoxColor(CalculatorTD[16], 255);
- TextDrawTextSize(CalculatorTD[16], 602.000000, 92.000000);
- TextDrawSetSelectable(CalculatorTD[16], 0);
- Galaxy3StartMenu[11] = TextDrawCreate(528.000000, 231.000000, "00/MON/00");
- TextDrawBackgroundColor(Galaxy3StartMenu[11], 255);
- TextDrawFont(Galaxy3StartMenu[11], 2);
- TextDrawLetterSize(Galaxy3StartMenu[11], 0.219999, 1.299998);
- TextDrawColor(Galaxy3StartMenu[11], -1);
- TextDrawSetOutline(Galaxy3StartMenu[11], 0);
- TextDrawSetProportional(Galaxy3StartMenu[11], 1);
- TextDrawSetShadow(Galaxy3StartMenu[11], 0);
- TextDrawSetSelectable(Galaxy3StartMenu[11], 0);
- Galaxy3StartMenu[12] = TextDrawCreate(523.000000, 210.000000, "00:00");
- TextDrawBackgroundColor(Galaxy3StartMenu[12], 255);
- TextDrawFont(Galaxy3StartMenu[12], 2);
- TextDrawLetterSize(Galaxy3StartMenu[12], 0.559998, 2.599998);
- TextDrawColor(Galaxy3StartMenu[12], -1);
- TextDrawSetOutline(Galaxy3StartMenu[12], 0);
- TextDrawSetProportional(Galaxy3StartMenu[12], 1);
- TextDrawSetShadow(Galaxy3StartMenu[12], 0);
- TextDrawSetSelectable(Galaxy3StartMenu[12], 0);
- //Gallery
- Galaxy3Gallery[0] = TextDrawCreate(506.000000, 231.000000, "loadsc2:loadsc2");
- TextDrawAlignment(Galaxy3Gallery[0], 2);
- TextDrawBackgroundColor(Galaxy3Gallery[0], 255);
- TextDrawFont(Galaxy3Gallery[0], 4);
- TextDrawLetterSize(Galaxy3Gallery[0], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Gallery[0], -1);
- TextDrawSetOutline(Galaxy3Gallery[0], 0);
- TextDrawSetProportional(Galaxy3Gallery[0], 1);
- TextDrawSetShadow(Galaxy3Gallery[0], 1);
- TextDrawUseBox(Galaxy3Gallery[0], 1);
- TextDrawBoxColor(Galaxy3Gallery[0], 255);
- TextDrawTextSize(Galaxy3Gallery[0], 46.000000, 39.000000);
- TextDrawSetSelectable(Galaxy3Gallery[0], 1);
- Galaxy3Gallery[1] = TextDrawCreate(557.000000, 231.000000, "loadsc11:loadsc11");
- TextDrawAlignment(Galaxy3Gallery[1], 2);
- TextDrawBackgroundColor(Galaxy3Gallery[1], 255);
- TextDrawFont(Galaxy3Gallery[1], 4);
- TextDrawLetterSize(Galaxy3Gallery[1], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Gallery[1], -1);
- TextDrawSetOutline(Galaxy3Gallery[1], 0);
- TextDrawSetProportional(Galaxy3Gallery[1], 1);
- TextDrawSetShadow(Galaxy3Gallery[1], 1);
- TextDrawUseBox(Galaxy3Gallery[1], 1);
- TextDrawBoxColor(Galaxy3Gallery[1], 255);
- TextDrawTextSize(Galaxy3Gallery[1], 46.000000, 39.000000);
- TextDrawSetSelectable(Galaxy3Gallery[1], 1);
- Galaxy3Gallery[2] = TextDrawCreate(557.000000, 277.000000, "loadsc12:loadsc12");
- TextDrawAlignment(Galaxy3Gallery[2], 2);
- TextDrawBackgroundColor(Galaxy3Gallery[2], 255);
- TextDrawFont(Galaxy3Gallery[2], 4);
- TextDrawLetterSize(Galaxy3Gallery[2], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Gallery[2], -1);
- TextDrawSetOutline(Galaxy3Gallery[2], 0);
- TextDrawSetProportional(Galaxy3Gallery[2], 1);
- TextDrawSetShadow(Galaxy3Gallery[2], 1);
- TextDrawUseBox(Galaxy3Gallery[2], 1);
- TextDrawBoxColor(Galaxy3Gallery[2], 255);
- TextDrawTextSize(Galaxy3Gallery[2], 46.000000, 39.000000);
- TextDrawSetSelectable(Galaxy3Gallery[2], 1);
- Galaxy3Gallery[3] = TextDrawCreate(506.000000, 277.000000, "loadsc3:loadsc3");
- TextDrawAlignment(Galaxy3Gallery[3], 2);
- TextDrawBackgroundColor(Galaxy3Gallery[3], 255);
- TextDrawFont(Galaxy3Gallery[3], 4);
- TextDrawLetterSize(Galaxy3Gallery[3], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Gallery[3], -1);
- TextDrawSetOutline(Galaxy3Gallery[3], 0);
- TextDrawSetProportional(Galaxy3Gallery[3], 1);
- TextDrawSetShadow(Galaxy3Gallery[3], 1);
- TextDrawUseBox(Galaxy3Gallery[3], 1);
- TextDrawBoxColor(Galaxy3Gallery[3], 255);
- TextDrawTextSize(Galaxy3Gallery[3], 46.000000, 39.000000);
- TextDrawSetSelectable(Galaxy3Gallery[3], 1);
- Galaxy3Gallery[4] = TextDrawCreate(506.000000, 325.000000, "loadsc4:loadsc4");
- TextDrawAlignment(Galaxy3Gallery[4], 2);
- TextDrawBackgroundColor(Galaxy3Gallery[4], 255);
- TextDrawFont(Galaxy3Gallery[4], 4);
- TextDrawLetterSize(Galaxy3Gallery[4], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Gallery[4], -1);
- TextDrawSetOutline(Galaxy3Gallery[4], 0);
- TextDrawSetProportional(Galaxy3Gallery[4], 1);
- TextDrawSetShadow(Galaxy3Gallery[4], 1);
- TextDrawUseBox(Galaxy3Gallery[4], 1);
- TextDrawBoxColor(Galaxy3Gallery[4], 255);
- TextDrawTextSize(Galaxy3Gallery[4], 46.000000, 39.000000);
- TextDrawSetSelectable(Galaxy3Gallery[4], 1);
- Galaxy3Gallery[5] = TextDrawCreate(557.000000, 325.000000, "loadsc7:loadsc7");
- TextDrawAlignment(Galaxy3Gallery[5], 2);
- TextDrawBackgroundColor(Galaxy3Gallery[5], 255);
- TextDrawFont(Galaxy3Gallery[5], 4);
- TextDrawLetterSize(Galaxy3Gallery[5], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Gallery[5], -1);
- TextDrawSetOutline(Galaxy3Gallery[5], 0);
- TextDrawSetProportional(Galaxy3Gallery[5], 1);
- TextDrawSetShadow(Galaxy3Gallery[5], 1);
- TextDrawUseBox(Galaxy3Gallery[5], 1);
- TextDrawBoxColor(Galaxy3Gallery[5], 255);
- TextDrawTextSize(Galaxy3Gallery[5], 46.000000, 39.000000);
- TextDrawSetSelectable(Galaxy3Gallery[5], 1);
- Galaxy3Gallery[6] = TextDrawCreate(506.000000, 231.000000, "loadsc2:loadsc2");
- TextDrawAlignment(Galaxy3Gallery[6], 2);
- TextDrawBackgroundColor(Galaxy3Gallery[6], 255);
- TextDrawFont(Galaxy3Gallery[6], 4);
- TextDrawLetterSize(Galaxy3Gallery[6], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Gallery[6], -1);
- TextDrawSetOutline(Galaxy3Gallery[6], 0);
- TextDrawSetProportional(Galaxy3Gallery[6], 1);
- TextDrawSetShadow(Galaxy3Gallery[6], 1);
- TextDrawUseBox(Galaxy3Gallery[6], 1);
- TextDrawBoxColor(Galaxy3Gallery[6], 255);
- TextDrawTextSize(Galaxy3Gallery[6], 97.000000, 133.000000);
- TextDrawSetSelectable(Galaxy3Gallery[6], 1);
- Galaxy3Gallery[7] = TextDrawCreate(506.000000, 231.000000, "loadsc11:loadsc11");
- TextDrawAlignment(Galaxy3Gallery[7], 2);
- TextDrawBackgroundColor(Galaxy3Gallery[7], 255);
- TextDrawFont(Galaxy3Gallery[7], 4);
- TextDrawLetterSize(Galaxy3Gallery[7], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Gallery[7], -1);
- TextDrawSetOutline(Galaxy3Gallery[7], 0);
- TextDrawSetProportional(Galaxy3Gallery[7], 1);
- TextDrawSetShadow(Galaxy3Gallery[7], 1);
- TextDrawUseBox(Galaxy3Gallery[7], 1);
- TextDrawBoxColor(Galaxy3Gallery[7], 255);
- TextDrawTextSize(Galaxy3Gallery[7], 97.000000, 133.000000);
- TextDrawSetSelectable(Galaxy3Gallery[7], 1);
- Galaxy3Gallery[8] = TextDrawCreate(506.000000, 231.000000, "loadsc12:loadsc12");
- TextDrawAlignment(Galaxy3Gallery[8], 2);
- TextDrawBackgroundColor(Galaxy3Gallery[8], 255);
- TextDrawFont(Galaxy3Gallery[8], 4);
- TextDrawLetterSize(Galaxy3Gallery[8], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Gallery[8], -1);
- TextDrawSetOutline(Galaxy3Gallery[8], 0);
- TextDrawSetProportional(Galaxy3Gallery[8], 1);
- TextDrawSetShadow(Galaxy3Gallery[8], 1);
- TextDrawUseBox(Galaxy3Gallery[8], 1);
- TextDrawBoxColor(Galaxy3Gallery[8], 255);
- TextDrawTextSize(Galaxy3Gallery[8], 97.000000, 133.000000);
- TextDrawSetSelectable(Galaxy3Gallery[8], 1);
- Galaxy3Gallery[9] = TextDrawCreate(506.000000, 231.000000, "loadsc3:loadsc3");
- TextDrawAlignment(Galaxy3Gallery[9], 2);
- TextDrawBackgroundColor(Galaxy3Gallery[9], 255);
- TextDrawFont(Galaxy3Gallery[9], 4);
- TextDrawLetterSize(Galaxy3Gallery[9], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Gallery[9], -1);
- TextDrawSetOutline(Galaxy3Gallery[9], 0);
- TextDrawSetProportional(Galaxy3Gallery[9], 1);
- TextDrawSetShadow(Galaxy3Gallery[9], 1);
- TextDrawUseBox(Galaxy3Gallery[9], 1);
- TextDrawBoxColor(Galaxy3Gallery[9], 255);
- TextDrawTextSize(Galaxy3Gallery[9], 97.000000, 133.000000);
- TextDrawSetSelectable(Galaxy3Gallery[9], 1);
- Galaxy3Gallery[10] = TextDrawCreate(506.000000, 231.000000, "loadsc4:loadsc4");
- TextDrawAlignment(Galaxy3Gallery[10], 2);
- TextDrawBackgroundColor(Galaxy3Gallery[10], 255);
- TextDrawFont(Galaxy3Gallery[10], 4);
- TextDrawLetterSize(Galaxy3Gallery[10], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Gallery[10], -1);
- TextDrawSetOutline(Galaxy3Gallery[10], 0);
- TextDrawSetProportional(Galaxy3Gallery[10], 1);
- TextDrawSetShadow(Galaxy3Gallery[10], 1);
- TextDrawUseBox(Galaxy3Gallery[10], 1);
- TextDrawBoxColor(Galaxy3Gallery[10], 255);
- TextDrawTextSize(Galaxy3Gallery[10], 97.000000, 133.000000);
- TextDrawSetSelectable(Galaxy3Gallery[10], 1);
- Galaxy3Gallery[11] = TextDrawCreate(506.000000, 231.000000, "loadsc7:loadsc7");
- TextDrawAlignment(Galaxy3Gallery[11], 2);
- TextDrawBackgroundColor(Galaxy3Gallery[11], 255);
- TextDrawFont(Galaxy3Gallery[11], 4);
- TextDrawLetterSize(Galaxy3Gallery[11], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Gallery[11], -1);
- TextDrawSetOutline(Galaxy3Gallery[11], 0);
- TextDrawSetProportional(Galaxy3Gallery[11], 1);
- TextDrawSetShadow(Galaxy3Gallery[11], 1);
- TextDrawUseBox(Galaxy3Gallery[11], 1);
- TextDrawBoxColor(Galaxy3Gallery[11], 255);
- TextDrawTextSize(Galaxy3Gallery[11], 97.000000, 133.000000);
- TextDrawSetSelectable(Galaxy3Gallery[11], 1);
- Galaxy3Gallery[12] = TextDrawCreate(554.000000, 209.000000, "GALLERY");
- TextDrawAlignment(Galaxy3Gallery[12], 2);
- TextDrawBackgroundColor(Galaxy3Gallery[12], 255);
- TextDrawFont(Galaxy3Gallery[12], 2);
- TextDrawLetterSize(Galaxy3Gallery[12], 0.310000, 1.300000);
- TextDrawColor(Galaxy3Gallery[12], -16776961);
- TextDrawSetOutline(Galaxy3Gallery[12], 0);
- TextDrawSetProportional(Galaxy3Gallery[12], 1);
- TextDrawSetShadow(Galaxy3Gallery[12], 0);
- TextDrawUseBox(Galaxy3Gallery[12], 1);
- TextDrawBoxColor(Galaxy3Gallery[12], 255);
- TextDrawTextSize(Galaxy3Gallery[12], 602.000000, 92.000000);
- TextDrawSetSelectable(Galaxy3Gallery[12], 0);
- //Camera
- Galaxy3Camera[0] = TextDrawCreate(493.000000, 156.000000, "hud:radardisc");
- TextDrawBackgroundColor(Galaxy3Camera[0], 255);
- TextDrawFont(Galaxy3Camera[0], 4);
- TextDrawLetterSize(Galaxy3Camera[0], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Camera[0], -1);
- TextDrawSetOutline(Galaxy3Camera[0], 0);
- TextDrawSetProportional(Galaxy3Camera[0], 1);
- TextDrawSetShadow(Galaxy3Camera[0], 1);
- TextDrawUseBox(Galaxy3Camera[0], 1);
- TextDrawBoxColor(Galaxy3Camera[0], 255);
- TextDrawTextSize(Galaxy3Camera[0], 27.000000, 33.000000);
- TextDrawSetSelectable(Galaxy3Camera[0], 0);
- Galaxy3Camera[1] = TextDrawCreate(493.000000, 423.000000, "hud:radardisc");
- TextDrawBackgroundColor(Galaxy3Camera[1], 255);
- TextDrawFont(Galaxy3Camera[1], 4);
- TextDrawLetterSize(Galaxy3Camera[1], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Camera[1], -1);
- TextDrawSetOutline(Galaxy3Camera[1], 0);
- TextDrawSetProportional(Galaxy3Camera[1], 1);
- TextDrawSetShadow(Galaxy3Camera[1], 1);
- TextDrawUseBox(Galaxy3Camera[1], 1);
- TextDrawBoxColor(Galaxy3Camera[1], 255);
- TextDrawTextSize(Galaxy3Camera[1], 27.000000, -33.000000);
- TextDrawSetSelectable(Galaxy3Camera[1], 0);
- Galaxy3Camera[2] = TextDrawCreate(615.000000, 423.000000, "hud:radardisc");
- TextDrawBackgroundColor(Galaxy3Camera[2], 255);
- TextDrawFont(Galaxy3Camera[2], 4);
- TextDrawLetterSize(Galaxy3Camera[2], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Camera[2], -1);
- TextDrawSetOutline(Galaxy3Camera[2], 0);
- TextDrawSetProportional(Galaxy3Camera[2], 1);
- TextDrawSetShadow(Galaxy3Camera[2], 1);
- TextDrawUseBox(Galaxy3Camera[2], 1);
- TextDrawBoxColor(Galaxy3Camera[2], 255);
- TextDrawTextSize(Galaxy3Camera[2], -27.000000, -33.000000);
- TextDrawSetSelectable(Galaxy3Camera[2], 0);
- Galaxy3Camera[3] = TextDrawCreate(615.000000, 156.000000, "hud:radardisc");
- TextDrawBackgroundColor(Galaxy3Camera[3], 255);
- TextDrawFont(Galaxy3Camera[3], 4);
- TextDrawLetterSize(Galaxy3Camera[3], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Camera[3], -1);
- TextDrawSetOutline(Galaxy3Camera[3], 0);
- TextDrawSetProportional(Galaxy3Camera[3], 1);
- TextDrawSetShadow(Galaxy3Camera[3], 1);
- TextDrawUseBox(Galaxy3Camera[3], 1);
- TextDrawBoxColor(Galaxy3Camera[3], 255);
- TextDrawTextSize(Galaxy3Camera[3], -27.000000, 33.000000);
- TextDrawSetSelectable(Galaxy3Camera[3], 0);
- Galaxy3Camera[4] = TextDrawCreate(503.000000, 191.000000, "_");
- TextDrawBackgroundColor(Galaxy3Camera[4], 255);
- TextDrawFont(Galaxy3Camera[4], 1);
- TextDrawLetterSize(Galaxy3Camera[4], 0.500000, 22.200000);
- TextDrawColor(Galaxy3Camera[4], -1);
- TextDrawSetOutline(Galaxy3Camera[4], 0);
- TextDrawSetProportional(Galaxy3Camera[4], 1);
- TextDrawSetShadow(Galaxy3Camera[4], 1);
- TextDrawUseBox(Galaxy3Camera[4], 1);
- TextDrawBoxColor(Galaxy3Camera[4], 255);
- TextDrawTextSize(Galaxy3Camera[4], 491.000000, 0.000000);
- TextDrawSetSelectable(Galaxy3Camera[4], 0);
- Galaxy3Camera[5] = TextDrawCreate(591.000000, 158.000000, "_");
- TextDrawBackgroundColor(Galaxy3Camera[5], 255);
- TextDrawFont(Galaxy3Camera[5], 1);
- TextDrawLetterSize(Galaxy3Camera[5], 0.500000, 3.000004);
- TextDrawColor(Galaxy3Camera[5], -1);
- TextDrawSetOutline(Galaxy3Camera[5], 0);
- TextDrawSetProportional(Galaxy3Camera[5], 1);
- TextDrawSetShadow(Galaxy3Camera[5], 1);
- TextDrawUseBox(Galaxy3Camera[5], 1);
- TextDrawBoxColor(Galaxy3Camera[5], 255);
- TextDrawTextSize(Galaxy3Camera[5], 518.000000, 5.000000);
- TextDrawSetSelectable(Galaxy3Camera[5], 0);
- Galaxy3Camera[6] = TextDrawCreate(502.000000, 149.000000, "0");
- TextDrawBackgroundColor(Galaxy3Camera[6], 255);
- TextDrawFont(Galaxy3Camera[6], 1);
- TextDrawLetterSize(Galaxy3Camera[6], 1.350000, 5.200000);
- TextDrawColor(Galaxy3Camera[6], 255);
- TextDrawSetOutline(Galaxy3Camera[6], 0);
- TextDrawSetProportional(Galaxy3Camera[6], 1);
- TextDrawSetShadow(Galaxy3Camera[6], 0);
- TextDrawSetSelectable(Galaxy3Camera[6], 0);
- Galaxy3Camera[7] = TextDrawCreate(494.000000, 156.000000, "0");
- TextDrawBackgroundColor(Galaxy3Camera[7], 255);
- TextDrawFont(Galaxy3Camera[7], 1);
- TextDrawLetterSize(Galaxy3Camera[7], 1.370000, 5.100000);
- TextDrawColor(Galaxy3Camera[7], 255);
- TextDrawSetOutline(Galaxy3Camera[7], 0);
- TextDrawSetProportional(Galaxy3Camera[7], 1);
- TextDrawSetShadow(Galaxy3Camera[7], 0);
- TextDrawSetSelectable(Galaxy3Camera[7], 0);
- Galaxy3Camera[8] = TextDrawCreate(584.000000, 156.000000, "0");
- TextDrawBackgroundColor(Galaxy3Camera[8], 255);
- TextDrawFont(Galaxy3Camera[8], 1);
- TextDrawLetterSize(Galaxy3Camera[8], 1.370000, 5.100000);
- TextDrawColor(Galaxy3Camera[8], 255);
- TextDrawSetOutline(Galaxy3Camera[8], 0);
- TextDrawSetProportional(Galaxy3Camera[8], 1);
- TextDrawSetShadow(Galaxy3Camera[8], 0);
- TextDrawSetSelectable(Galaxy3Camera[8], 0);
- Galaxy3Camera[9] = TextDrawCreate(580.000000, 149.000000, "0");
- TextDrawBackgroundColor(Galaxy3Camera[9], 255);
- TextDrawFont(Galaxy3Camera[9], 1);
- TextDrawLetterSize(Galaxy3Camera[9], 1.350000, 5.200000);
- TextDrawColor(Galaxy3Camera[9], 255);
- TextDrawSetOutline(Galaxy3Camera[9], 0);
- TextDrawSetProportional(Galaxy3Camera[9], 1);
- TextDrawSetShadow(Galaxy3Camera[9], 0);
- TextDrawSetSelectable(Galaxy3Camera[9], 0);
- Galaxy3Camera[10] = TextDrawCreate(617.000000, 190.000000, "_");
- TextDrawBackgroundColor(Galaxy3Camera[10], 255);
- TextDrawFont(Galaxy3Camera[10], 1);
- TextDrawLetterSize(Galaxy3Camera[10], 0.500000, 22.299993);
- TextDrawColor(Galaxy3Camera[10], -1);
- TextDrawSetOutline(Galaxy3Camera[10], 0);
- TextDrawSetProportional(Galaxy3Camera[10], 1);
- TextDrawSetShadow(Galaxy3Camera[10], 1);
- TextDrawUseBox(Galaxy3Camera[10], 1);
- TextDrawBoxColor(Galaxy3Camera[10], 255);
- TextDrawTextSize(Galaxy3Camera[10], 606.000000, 0.000000);
- TextDrawSetSelectable(Galaxy3Camera[10], 0);
- Galaxy3Camera[11] = TextDrawCreate(553.000000, 397.000000, "u");
- TextDrawAlignment(Galaxy3Camera[11], 2);
- TextDrawBackgroundColor(Galaxy3Camera[11], 255);
- TextDrawFont(Galaxy3Camera[11], 2);
- TextDrawLetterSize(Galaxy3Camera[11], 2.069999, 1.399999);
- TextDrawColor(Galaxy3Camera[11], -1);
- TextDrawSetOutline(Galaxy3Camera[11], 0);
- TextDrawSetProportional(Galaxy3Camera[11], 1);
- TextDrawSetShadow(Galaxy3Camera[11], 1);
- TextDrawSetSelectable(Galaxy3Camera[11], 0);
- Galaxy3Camera[12] = TextDrawCreate(580.000000, 379.000000, "0");
- TextDrawBackgroundColor(Galaxy3Camera[12], 255);
- TextDrawFont(Galaxy3Camera[12], 1);
- TextDrawLetterSize(Galaxy3Camera[12], 1.350000, 5.200000);
- TextDrawColor(Galaxy3Camera[12], 255);
- TextDrawSetOutline(Galaxy3Camera[12], 0);
- TextDrawSetProportional(Galaxy3Camera[12], 1);
- TextDrawSetShadow(Galaxy3Camera[12], 0);
- TextDrawSetSelectable(Galaxy3Camera[12], 0);
- Galaxy3Camera[13] = TextDrawCreate(502.000000, 380.000000, "0");
- TextDrawBackgroundColor(Galaxy3Camera[13], 255);
- TextDrawFont(Galaxy3Camera[13], 1);
- TextDrawLetterSize(Galaxy3Camera[13], 1.350000, 5.200000);
- TextDrawColor(Galaxy3Camera[13], 255);
- TextDrawSetOutline(Galaxy3Camera[13], 0);
- TextDrawSetProportional(Galaxy3Camera[13], 1);
- TextDrawSetShadow(Galaxy3Camera[13], 0);
- TextDrawSetSelectable(Galaxy3Camera[13], 0);
- Galaxy3Camera[14] = TextDrawCreate(535.000000, 157.000000, "-");
- TextDrawBackgroundColor(Galaxy3Camera[14], 255);
- TextDrawFont(Galaxy3Camera[14], 1);
- TextDrawLetterSize(Galaxy3Camera[14], 2.569998, 1.799999);
- TextDrawColor(Galaxy3Camera[14], 842150655);
- TextDrawSetOutline(Galaxy3Camera[14], 0);
- TextDrawSetProportional(Galaxy3Camera[14], 1);
- TextDrawSetShadow(Galaxy3Camera[14], 0);
- TextDrawSetSelectable(Galaxy3Camera[14], 0);
- Galaxy3Camera[15] = TextDrawCreate(568.000000, 163.000000, ".. o");
- TextDrawBackgroundColor(Galaxy3Camera[15], 255);
- TextDrawFont(Galaxy3Camera[15], 1);
- TextDrawLetterSize(Galaxy3Camera[15], 0.400000, 1.399999);
- TextDrawColor(Galaxy3Camera[15], 842150655);
- TextDrawSetOutline(Galaxy3Camera[15], 0);
- TextDrawSetProportional(Galaxy3Camera[15], 1);
- TextDrawSetShadow(Galaxy3Camera[15], 0);
- TextDrawSetSelectable(Galaxy3Camera[15], 0);
- Galaxy3Camera[16] = TextDrawCreate(533.000000, 175.000000, "SMART S3");
- TextDrawBackgroundColor(Galaxy3Camera[16], 255);
- TextDrawFont(Galaxy3Camera[16], 1);
- TextDrawLetterSize(Galaxy3Camera[16], 0.250000, 0.899999);
- TextDrawColor(Galaxy3Camera[16], -1);
- TextDrawSetOutline(Galaxy3Camera[16], 0);
- TextDrawSetProportional(Galaxy3Camera[16], 1);
- TextDrawSetShadow(Galaxy3Camera[16], 0);
- TextDrawSetSelectable(Galaxy3Camera[16], 0);
- Galaxy3Camera[17] = TextDrawCreate(495.000000, 372.000000, "0");
- TextDrawBackgroundColor(Galaxy3Camera[17], 255);
- TextDrawFont(Galaxy3Camera[17], 1);
- TextDrawLetterSize(Galaxy3Camera[17], 1.350000, 5.200000);
- TextDrawColor(Galaxy3Camera[17], 255);
- TextDrawSetOutline(Galaxy3Camera[17], 0);
- TextDrawSetProportional(Galaxy3Camera[17], 1);
- TextDrawSetShadow(Galaxy3Camera[17], 0);
- TextDrawSetSelectable(Galaxy3Camera[17], 0);
- Galaxy3Camera[18] = TextDrawCreate(585.000000, 371.000000, "0");
- TextDrawBackgroundColor(Galaxy3Camera[18], 255);
- TextDrawFont(Galaxy3Camera[18], 1);
- TextDrawLetterSize(Galaxy3Camera[18], 1.350000, 5.200000);
- TextDrawColor(Galaxy3Camera[18], 255);
- TextDrawSetOutline(Galaxy3Camera[18], 0);
- TextDrawSetProportional(Galaxy3Camera[18], 1);
- TextDrawSetShadow(Galaxy3Camera[18], 0);
- TextDrawSetSelectable(Galaxy3Camera[18], 0);
- Galaxy3Camera[19] = TextDrawCreate(608.000000, 168.000000, "_");
- TextDrawBackgroundColor(Galaxy3Camera[19], 255);
- TextDrawFont(Galaxy3Camera[19], 1);
- TextDrawLetterSize(Galaxy3Camera[19], 0.500000, 1.899999);
- TextDrawColor(Galaxy3Camera[19], -1);
- TextDrawSetOutline(Galaxy3Camera[19], 0);
- TextDrawSetProportional(Galaxy3Camera[19], 1);
- TextDrawSetShadow(Galaxy3Camera[19], 1);
- TextDrawUseBox(Galaxy3Camera[19], 1);
- TextDrawBoxColor(Galaxy3Camera[19], 255);
- TextDrawTextSize(Galaxy3Camera[19], 502.000000, 0.000000);
- TextDrawSetSelectable(Galaxy3Camera[19], 0);
- Galaxy3Camera[20] = TextDrawCreate(608.000000, 395.000000, "_");
- TextDrawBackgroundColor(Galaxy3Camera[20], 255);
- TextDrawFont(Galaxy3Camera[20], 1);
- TextDrawLetterSize(Galaxy3Camera[20], 0.500000, 1.899999);
- TextDrawColor(Galaxy3Camera[20], -1);
- TextDrawSetOutline(Galaxy3Camera[20], 0);
- TextDrawSetProportional(Galaxy3Camera[20], 1);
- TextDrawSetShadow(Galaxy3Camera[20], 1);
- TextDrawUseBox(Galaxy3Camera[20], 1);
- TextDrawBoxColor(Galaxy3Camera[20], 255);
- TextDrawTextSize(Galaxy3Camera[20], 502.000000, 0.000000);
- TextDrawSetSelectable(Galaxy3Camera[20], 0);
- Galaxy3Camera[21] = TextDrawCreate(591.000000, 394.000000, "_");
- TextDrawBackgroundColor(Galaxy3Camera[21], 255);
- TextDrawFont(Galaxy3Camera[21], 1);
- TextDrawLetterSize(Galaxy3Camera[21], 0.500000, 3.000004);
- TextDrawColor(Galaxy3Camera[21], -1);
- TextDrawSetOutline(Galaxy3Camera[21], 0);
- TextDrawSetProportional(Galaxy3Camera[21], 1);
- TextDrawSetShadow(Galaxy3Camera[21], 1);
- TextDrawUseBox(Galaxy3Camera[21], 1);
- TextDrawBoxColor(Galaxy3Camera[21], 255);
- TextDrawTextSize(Galaxy3Camera[21], 518.000000, 5.000000);
- TextDrawSetSelectable(Galaxy3Camera[21], 0);
- Galaxy3Camera[22] = TextDrawCreate(553.000000, 397.000000, "u");
- TextDrawAlignment(Galaxy3Camera[22], 2);
- TextDrawBackgroundColor(Galaxy3Camera[22], 255);
- TextDrawFont(Galaxy3Camera[22], 2);
- TextDrawLetterSize(Galaxy3Camera[22], 2.069998, 1.399999);
- TextDrawColor(Galaxy3Camera[22], -1);
- TextDrawSetOutline(Galaxy3Camera[22], 0);
- TextDrawSetProportional(Galaxy3Camera[22], 1);
- TextDrawSetShadow(Galaxy3Camera[22], 1);
- TextDrawSetSelectable(Galaxy3Camera[22], 0);
- Galaxy3Camera[23] = TextDrawCreate(555.000000, 261.000000, "II");
- TextDrawBackgroundColor(Galaxy3Camera[23], 255);
- TextDrawFont(Galaxy3Camera[23], 1);
- TextDrawLetterSize(Galaxy3Camera[23], 0.059999, 2.599999);
- TextDrawColor(Galaxy3Camera[23], -1);
- TextDrawSetOutline(Galaxy3Camera[23], 0);
- TextDrawSetProportional(Galaxy3Camera[23], 1);
- TextDrawSetShadow(Galaxy3Camera[23], 0);
- TextDrawSetSelectable(Galaxy3Camera[23], 0);
- Galaxy3Camera[24] = TextDrawCreate(547.000000, 270.000000, "-");
- TextDrawBackgroundColor(Galaxy3Camera[24], 255);
- TextDrawFont(Galaxy3Camera[24], 1);
- TextDrawLetterSize(Galaxy3Camera[24], 1.240000, 0.400000);
- TextDrawColor(Galaxy3Camera[24], -1);
- TextDrawSetOutline(Galaxy3Camera[24], 0);
- TextDrawSetProportional(Galaxy3Camera[24], 1);
- TextDrawSetShadow(Galaxy3Camera[24], 0);
- TextDrawSetSelectable(Galaxy3Camera[24], 0);
- Galaxy3Camera[25] = TextDrawCreate(501.000000, 381.000000, "F8 - Photo . Y - Exit");
- TextDrawBackgroundColor(Galaxy3Camera[25], 255);
- TextDrawFont(Galaxy3Camera[25], 1);
- TextDrawLetterSize(Galaxy3Camera[25], 0.300000, 0.899999);
- TextDrawColor(Galaxy3Camera[25], -1);
- TextDrawSetOutline(Galaxy3Camera[25], 0);
- TextDrawSetProportional(Galaxy3Camera[25], 1);
- TextDrawSetShadow(Galaxy3Camera[25], 0);
- TextDrawSetSelectable(Galaxy3Camera[25], 0);
- Galaxy3Camera[27] = TextDrawCreate(610.000000, 189.000000, "_");
- TextDrawBackgroundColor(Galaxy3Camera[27], 255);
- TextDrawFont(Galaxy3Camera[27], 1);
- TextDrawLetterSize(Galaxy3Camera[27], 0.500000, 0.499998);
- TextDrawColor(Galaxy3Camera[27], -1);
- TextDrawSetOutline(Galaxy3Camera[27], 0);
- TextDrawSetProportional(Galaxy3Camera[27], 1);
- TextDrawSetShadow(Galaxy3Camera[27], 1);
- TextDrawUseBox(Galaxy3Camera[27], 1);
- TextDrawBoxColor(Galaxy3Camera[27], 842150655);
- TextDrawTextSize(Galaxy3Camera[27], 499.000000, 10.000000);
- TextDrawSetSelectable(Galaxy3Camera[27], 0);
- Galaxy3Camera[28] = TextDrawCreate(579.000000, 188.000000, "17:24");
- TextDrawBackgroundColor(Galaxy3Camera[28], 255);
- TextDrawFont(Galaxy3Camera[28], 1);
- TextDrawLetterSize(Galaxy3Camera[28], 0.289999, 0.699998);
- TextDrawColor(Galaxy3Camera[28], -1);
- TextDrawSetOutline(Galaxy3Camera[28], 0);
- TextDrawSetProportional(Galaxy3Camera[28], 1);
- TextDrawSetShadow(Galaxy3Camera[28], 0);
- TextDrawSetSelectable(Galaxy3Camera[28], 0);
- Galaxy3Camera[29] = TextDrawCreate(504.000000, 188.000000, "3G");
- TextDrawBackgroundColor(Galaxy3Camera[29], 255);
- TextDrawFont(Galaxy3Camera[29], 1);
- TextDrawLetterSize(Galaxy3Camera[29], 0.289999, 0.699998);
- TextDrawColor(Galaxy3Camera[29], -1);
- TextDrawSetOutline(Galaxy3Camera[29], 0);
- TextDrawSetProportional(Galaxy3Camera[29], 1);
- TextDrawSetShadow(Galaxy3Camera[29], 0);
- TextDrawSetSelectable(Galaxy3Camera[29], 0);
- Galaxy3Camera[30] = TextDrawCreate(571.000000, 188.000000, "I");
- TextDrawBackgroundColor(Galaxy3Camera[30], 255);
- TextDrawFont(Galaxy3Camera[30], 1);
- TextDrawLetterSize(Galaxy3Camera[30], 0.539999, 0.699998);
- TextDrawColor(Galaxy3Camera[30], 16711935);
- TextDrawSetOutline(Galaxy3Camera[30], 0);
- TextDrawSetProportional(Galaxy3Camera[30], 1);
- TextDrawSetShadow(Galaxy3Camera[30], 0);
- TextDrawSetSelectable(Galaxy3Camera[30], 0);
- Galaxy3Camera[31] = TextDrawCreate(503.000000, 381.000000, "_");
- TextDrawBackgroundColor(Galaxy3Camera[31], 255);
- TextDrawFont(Galaxy3Camera[31], 1);
- TextDrawLetterSize(Galaxy3Camera[31], 0.500000, 1.000002);
- TextDrawColor(Galaxy3Camera[31], -1);
- TextDrawSetOutline(Galaxy3Camera[31], 0);
- TextDrawSetProportional(Galaxy3Camera[31], 1);
- TextDrawSetShadow(Galaxy3Camera[31], 1);
- TextDrawUseBox(Galaxy3Camera[31], 1);
- TextDrawBoxColor(Galaxy3Camera[31], 1347440895);
- TextDrawTextSize(Galaxy3Camera[31], 606.000000, 0.000000);
- TextDrawSetSelectable(Galaxy3Camera[31], 0);
- //MAPAS
- Galaxy3Maps[0] = TextDrawCreate(555.000000, 203.000000, "MAPS");
- TextDrawAlignment(Galaxy3Maps[0], 2);
- TextDrawBackgroundColor(Galaxy3Maps[0], 255);
- TextDrawFont(Galaxy3Maps[0], 2);
- TextDrawLetterSize(Galaxy3Maps[0], 0.380000, 1.400000);
- TextDrawColor(Galaxy3Maps[0], -16776961);
- TextDrawSetOutline(Galaxy3Maps[0], 0);
- TextDrawSetProportional(Galaxy3Maps[0], 1);
- TextDrawSetShadow(Galaxy3Maps[0], 0);
- TextDrawUseBox(Galaxy3Maps[0], 1);
- TextDrawBoxColor(Galaxy3Maps[0], 255);
- TextDrawTextSize(Galaxy3Maps[0], 0.000000, 100.000000);
- TextDrawSetSelectable(Galaxy3Maps[0], 0);
- Galaxy3Maps[1] = TextDrawCreate(503.000000, 223.000000, "samaps:gtasamapbit1");
- TextDrawBackgroundColor(Galaxy3Maps[1], 255);
- TextDrawAlignment(Galaxy3Maps[1], 2);
- TextDrawFont(Galaxy3Maps[1], 4);
- TextDrawLetterSize(Galaxy3Maps[1], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Maps[1], -1);
- TextDrawSetOutline(Galaxy3Maps[1], 0);
- TextDrawSetProportional(Galaxy3Maps[1], 1);
- TextDrawSetShadow(Galaxy3Maps[1], 1);
- TextDrawUseBox(Galaxy3Maps[1], 1);
- TextDrawBoxColor(Galaxy3Maps[1], 255);
- TextDrawTextSize(Galaxy3Maps[1], 52.000000, 49.000000);
- TextDrawSetSelectable(Galaxy3Maps[1], 1);
- Galaxy3Maps[2] = TextDrawCreate(555.000000, 223.000000, "samaps:gtasamapbit2");
- TextDrawAlignment(Galaxy3Maps[2], 2);
- TextDrawBackgroundColor(Galaxy3Maps[2], 255);
- TextDrawFont(Galaxy3Maps[2], 4);
- TextDrawLetterSize(Galaxy3Maps[2], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Maps[2], -1);
- TextDrawSetOutline(Galaxy3Maps[2], 0);
- TextDrawSetProportional(Galaxy3Maps[2], 1);
- TextDrawSetShadow(Galaxy3Maps[2], 1);
- TextDrawUseBox(Galaxy3Maps[2], 1);
- TextDrawBoxColor(Galaxy3Maps[2], 255);
- TextDrawTextSize(Galaxy3Maps[2], 52.000000, 49.000000);
- TextDrawSetSelectable(Galaxy3Maps[2], 1);
- Galaxy3Maps[3] = TextDrawCreate(503.000000, 272.000000, "samaps:gtasamapbit3");
- TextDrawAlignment(Galaxy3Maps[3], 2);
- TextDrawBackgroundColor(Galaxy3Maps[3], 255);
- TextDrawFont(Galaxy3Maps[3], 4);
- TextDrawLetterSize(Galaxy3Maps[3], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Maps[3], -1);
- TextDrawSetOutline(Galaxy3Maps[3], 0);
- TextDrawSetProportional(Galaxy3Maps[3], 1);
- TextDrawSetShadow(Galaxy3Maps[3], 1);
- TextDrawUseBox(Galaxy3Maps[3], 1);
- TextDrawBoxColor(Galaxy3Maps[3], 255);
- TextDrawTextSize(Galaxy3Maps[3], 52.000000, 49.000000);
- TextDrawSetSelectable(Galaxy3Maps[3], 1);
- Galaxy3Maps[4] = TextDrawCreate(555.000000, 272.000000, "samaps:gtasamapbit4");
- TextDrawAlignment(Galaxy3Maps[4], 2);
- TextDrawBackgroundColor(Galaxy3Maps[4], 255);
- TextDrawFont(Galaxy3Maps[4], 4);
- TextDrawLetterSize(Galaxy3Maps[4], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Maps[4], -1);
- TextDrawSetOutline(Galaxy3Maps[4], 0);
- TextDrawSetProportional(Galaxy3Maps[4], 1);
- TextDrawSetShadow(Galaxy3Maps[4], 1);
- TextDrawUseBox(Galaxy3Maps[4], 1);
- TextDrawBoxColor(Galaxy3Maps[4], 255);
- TextDrawTextSize(Galaxy3Maps[4], 52.000000, 49.000000);
- TextDrawSetSelectable(Galaxy3Maps[4], 1);
- Galaxy3Maps[5] = TextDrawCreate(503.000000, 224.000000, "samaps:gtasamapbit1");
- TextDrawAlignment(Galaxy3Maps[5], 2);
- TextDrawBackgroundColor(Galaxy3Maps[5], 255);
- TextDrawFont(Galaxy3Maps[5], 4);
- TextDrawLetterSize(Galaxy3Maps[5], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Maps[5], -1);
- TextDrawSetOutline(Galaxy3Maps[5], 0);
- TextDrawSetProportional(Galaxy3Maps[5], 1);
- TextDrawSetShadow(Galaxy3Maps[5], 1);
- TextDrawUseBox(Galaxy3Maps[5], 1);
- TextDrawBoxColor(Galaxy3Maps[5], 255);
- TextDrawTextSize(Galaxy3Maps[5], 104.000000, 97.000000);
- TextDrawSetSelectable(Galaxy3Maps[5], 1);
- Galaxy3Maps[6] = TextDrawCreate(503.000000, 224.000000, "samaps:gtasamapbit2");
- TextDrawAlignment(Galaxy3Maps[6], 2);
- TextDrawBackgroundColor(Galaxy3Maps[6], 255);
- TextDrawFont(Galaxy3Maps[6], 4);
- TextDrawLetterSize(Galaxy3Maps[6], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Maps[6], -1);
- TextDrawSetOutline(Galaxy3Maps[6], 0);
- TextDrawSetProportional(Galaxy3Maps[6], 1);
- TextDrawSetShadow(Galaxy3Maps[6], 1);
- TextDrawUseBox(Galaxy3Maps[6], 1);
- TextDrawBoxColor(Galaxy3Maps[6], 255);
- TextDrawTextSize(Galaxy3Maps[6], 104.000000, 97.000000);
- TextDrawSetSelectable(Galaxy3Maps[6], 1);
- Galaxy3Maps[7] = TextDrawCreate(503.000000, 224.000000, "samaps:gtasamapbit3");
- TextDrawAlignment(Galaxy3Maps[7], 2);
- TextDrawBackgroundColor(Galaxy3Maps[7], 255);
- TextDrawFont(Galaxy3Maps[7], 4);
- TextDrawLetterSize(Galaxy3Maps[7], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Maps[7], -1);
- TextDrawSetOutline(Galaxy3Maps[7], 0);
- TextDrawSetProportional(Galaxy3Maps[7], 1);
- TextDrawSetShadow(Galaxy3Maps[7], 1);
- TextDrawUseBox(Galaxy3Maps[7], 1);
- TextDrawBoxColor(Galaxy3Maps[7], 255);
- TextDrawTextSize(Galaxy3Maps[7], 104.000000, 97.000000);
- TextDrawSetSelectable(Galaxy3Maps[7], 1);
- Galaxy3Maps[8] = TextDrawCreate(503.000000, 224.000000, "samaps:gtasamapbit4");
- TextDrawAlignment(Galaxy3Maps[8], 2);
- TextDrawBackgroundColor(Galaxy3Maps[8], 255);
- TextDrawFont(Galaxy3Maps[8], 4);
- TextDrawLetterSize(Galaxy3Maps[8], 0.500000, 1.000000);
- TextDrawColor(Galaxy3Maps[8], -1);
- TextDrawSetOutline(Galaxy3Maps[8], 0);
- TextDrawSetProportional(Galaxy3Maps[8], 1);
- TextDrawSetShadow(Galaxy3Maps[8], 1);
- TextDrawUseBox(Galaxy3Maps[8], 1);
- TextDrawBoxColor(Galaxy3Maps[8], 255);
- TextDrawTextSize(Galaxy3Maps[8], 104.000000, 97.000000);
- TextDrawSetSelectable(Galaxy3Maps[8], 1);
- //weather
- Galaxy3Weather[0] = TextDrawCreate(555.000000, 203.000000, "WEATHER");
- TextDrawAlignment(Galaxy3Weather[0], 2);
- TextDrawBackgroundColor(Galaxy3Weather[0], 255);
- TextDrawFont(Galaxy3Weather[0], 2);
- TextDrawLetterSize(Galaxy3Weather[0], 0.379999, 1.399999);
- TextDrawColor(Galaxy3Weather[0], -16776961);
- TextDrawSetOutline(Galaxy3Weather[0], 0);
- TextDrawSetProportional(Galaxy3Weather[0], 1);
- TextDrawSetShadow(Galaxy3Weather[0], 0);
- TextDrawUseBox(Galaxy3Weather[0], 1);
- TextDrawBoxColor(Galaxy3Weather[0], 255);
- TextDrawTextSize(Galaxy3Weather[0], 0.000000, 100.000000);
- TextDrawSetSelectable(Galaxy3Weather[0], 0);
- Galaxy3Weather[1] = TextDrawCreate(555.000000, 238.000000, "~r~PLACE~n~~g~Los Angeles~n~~n~~r~TEMPERATURE~n~~g~14C");
- TextDrawAlignment(Galaxy3Weather[1], 2);
- TextDrawBackgroundColor(Galaxy3Weather[1], 255);
- TextDrawFont(Galaxy3Weather[1], 2);
- TextDrawLetterSize(Galaxy3Weather[1], 0.290000, 1.200000);
- TextDrawColor(Galaxy3Weather[1], -1);
- TextDrawSetOutline(Galaxy3Weather[1], 0);
- TextDrawSetProportional(Galaxy3Weather[1], 1);
- TextDrawSetShadow(Galaxy3Weather[1], 0);
- TextDrawUseBox(Galaxy3Weather[1], 1);
- TextDrawBoxColor(Galaxy3Weather[1], 255);
- TextDrawTextSize(Galaxy3Weather[1], 0.000000, 98.000000);
- TextDrawSetSelectable(Galaxy3Weather[1], 0);
- Galaxy3Weather[2] = TextDrawCreate(555.000000, 322.000000, "VARIABLE");
- TextDrawAlignment(Galaxy3Weather[2], 2);
- TextDrawBackgroundColor(Galaxy3Weather[2], 255);
- TextDrawFont(Galaxy3Weather[2], 2);
- TextDrawLetterSize(Galaxy3Weather[2], 0.290000, 1.200000);
- TextDrawColor(Galaxy3Weather[2], -1);
- TextDrawSetOutline(Galaxy3Weather[2], 0);
- TextDrawSetProportional(Galaxy3Weather[2], 1);
- TextDrawSetShadow(Galaxy3Weather[2], 0);
- TextDrawUseBox(Galaxy3Weather[2], 1);
- TextDrawBoxColor(Galaxy3Weather[2], 255);
- TextDrawTextSize(Galaxy3Weather[2], 0.000000, 98.000000);
- TextDrawSetSelectable(Galaxy3Weather[2], 0);
- //Radio
- Galaxy3Radios[0] = TextDrawCreate(529.000000, 211.000000, "OVG Radio");
- TextDrawAlignment(Galaxy3Radios[0], 2);
- TextDrawBackgroundColor(Galaxy3Radios[0], 255);
- TextDrawFont(Galaxy3Radios[0], 2);
- TextDrawLetterSize(Galaxy3Radios[0], 0.140000, 1.000000);
- TextDrawColor(Galaxy3Radios[0], 255);
- TextDrawSetOutline(Galaxy3Radios[0], 0);
- TextDrawSetProportional(Galaxy3Radios[0], 1);
- TextDrawSetShadow(Galaxy3Radios[0], 0);
- TextDrawUseBox(Galaxy3Radios[0], 1);
- TextDrawBoxColor(Galaxy3Radios[0], -1);
- TextDrawTextSize(Galaxy3Radios[0], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3Radios[0], 1);
- Galaxy3Radios[1] = TextDrawCreate(579.000000, 211.000000, "Sky Blue");
- TextDrawAlignment(Galaxy3Radios[1], 2);
- TextDrawBackgroundColor(Galaxy3Radios[1], 255);
- TextDrawFont(Galaxy3Radios[1], 2);
- TextDrawLetterSize(Galaxy3Radios[1], 0.140000, 1.000000);
- TextDrawColor(Galaxy3Radios[1], 255);
- TextDrawSetOutline(Galaxy3Radios[1], 0);
- TextDrawSetProportional(Galaxy3Radios[1], 1);
- TextDrawSetShadow(Galaxy3Radios[1], 0);
- TextDrawUseBox(Galaxy3Radios[1], 1);
- TextDrawBoxColor(Galaxy3Radios[1], -1);
- TextDrawTextSize(Galaxy3Radios[1], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3Radios[1], 1);
- Galaxy3Radios[2] = TextDrawCreate(529.000000, 234.000000, "Cpt FM");
- TextDrawAlignment(Galaxy3Radios[2], 2);
- TextDrawBackgroundColor(Galaxy3Radios[2], 255);
- TextDrawFont(Galaxy3Radios[2], 2);
- TextDrawLetterSize(Galaxy3Radios[2], 0.140000, 1.000000);
- TextDrawColor(Galaxy3Radios[2], 255);
- TextDrawSetOutline(Galaxy3Radios[2], 0);
- TextDrawSetProportional(Galaxy3Radios[2], 1);
- TextDrawSetShadow(Galaxy3Radios[2], 0);
- TextDrawUseBox(Galaxy3Radios[2], 1);
- TextDrawBoxColor(Galaxy3Radios[2], -1);
- TextDrawTextSize(Galaxy3Radios[2], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3Radios[2], 1);
- Galaxy3Radios[3] = TextDrawCreate(579.000000, 234.000000, "Chc FM");
- TextDrawAlignment(Galaxy3Radios[3], 2);
- TextDrawBackgroundColor(Galaxy3Radios[3], 255);
- TextDrawFont(Galaxy3Radios[3], 2);
- TextDrawLetterSize(Galaxy3Radios[3], 0.140000, 1.000000);
- TextDrawColor(Galaxy3Radios[3], 255);
- TextDrawSetOutline(Galaxy3Radios[3], 0);
- TextDrawSetProportional(Galaxy3Radios[3], 1);
- TextDrawSetShadow(Galaxy3Radios[3], 0);
- TextDrawUseBox(Galaxy3Radios[3], 1);
- TextDrawBoxColor(Galaxy3Radios[3], -1);
- TextDrawTextSize(Galaxy3Radios[3], 10.000000, 42.000000);
- TextDrawSetSelectable(Galaxy3Radios[3], 1);
- //Keys
- Galaxy3KeyBoard[0] = TextDrawCreate(514.000000, 279.000000, "1");
- TextDrawAlignment(Galaxy3KeyBoard[0], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[0], 255);
- TextDrawFont(Galaxy3KeyBoard[0], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[0], 0.390000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[0], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[0], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[0], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[0], 0);
- TextDrawUseBox(Galaxy3KeyBoard[0], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[0], -1);
- TextDrawTextSize(Galaxy3KeyBoard[0], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[0], 1);
- Galaxy3KeyBoard[1] = TextDrawCreate(555.000000, 279.000000, "2");
- TextDrawAlignment(Galaxy3KeyBoard[1], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[1], 255);
- TextDrawFont(Galaxy3KeyBoard[1], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[1], 0.390000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[1], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[1], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[1], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[1], 0);
- TextDrawUseBox(Galaxy3KeyBoard[1], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[1], -1);
- TextDrawTextSize(Galaxy3KeyBoard[1], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[1], 1);
- Galaxy3KeyBoard[2] = TextDrawCreate(596.000000, 279.000000, "3");
- TextDrawAlignment(Galaxy3KeyBoard[2], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[2], 255);
- TextDrawFont(Galaxy3KeyBoard[2], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[2], 0.390000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[2], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[2], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[2], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[2], 0);
- TextDrawUseBox(Galaxy3KeyBoard[2], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[2], -1);
- TextDrawTextSize(Galaxy3KeyBoard[2], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[2], 1);
- Galaxy3KeyBoard[3] = TextDrawCreate(514.000000, 303.000000, "4");
- TextDrawAlignment(Galaxy3KeyBoard[3], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[3], 255);
- TextDrawFont(Galaxy3KeyBoard[3], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[3], 0.390000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[3], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[3], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[3], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[3], 0);
- TextDrawUseBox(Galaxy3KeyBoard[3], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[3], -1);
- TextDrawTextSize(Galaxy3KeyBoard[3], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[3], 1);
- Galaxy3KeyBoard[4] = TextDrawCreate(555.000000, 303.000000, "5");
- TextDrawAlignment(Galaxy3KeyBoard[4], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[4], 255);
- TextDrawFont(Galaxy3KeyBoard[4], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[4], 0.390000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[4], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[4], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[4], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[4], 0);
- TextDrawUseBox(Galaxy3KeyBoard[4], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[4], -1);
- TextDrawTextSize(Galaxy3KeyBoard[4], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[4], 1);
- Galaxy3KeyBoard[5] = TextDrawCreate(596.000000, 303.000000, "6");
- TextDrawAlignment(Galaxy3KeyBoard[5], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[5], 255);
- TextDrawFont(Galaxy3KeyBoard[5], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[5], 0.390000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[5], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[5], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[5], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[5], 0);
- TextDrawUseBox(Galaxy3KeyBoard[5], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[5], -1);
- TextDrawTextSize(Galaxy3KeyBoard[5], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[5], 1);
- Galaxy3KeyBoard[6] = TextDrawCreate(514.000000, 328.000000, "7");
- TextDrawAlignment(Galaxy3KeyBoard[6], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[6], 255);
- TextDrawFont(Galaxy3KeyBoard[6], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[6], 0.390000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[6], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[6], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[6], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[6], 0);
- TextDrawUseBox(Galaxy3KeyBoard[6], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[6], -1);
- TextDrawTextSize(Galaxy3KeyBoard[6], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[6], 1);
- Galaxy3KeyBoard[7] = TextDrawCreate(555.000000, 328.000000, "8");
- TextDrawAlignment(Galaxy3KeyBoard[7], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[7], 255);
- TextDrawFont(Galaxy3KeyBoard[7], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[7], 0.390000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[7], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[7], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[7], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[7], 0);
- TextDrawUseBox(Galaxy3KeyBoard[7], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[7], -1);
- TextDrawTextSize(Galaxy3KeyBoard[7], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[7], 1);
- Galaxy3KeyBoard[8] = TextDrawCreate(596.000000, 328.000000, "9");
- TextDrawAlignment(Galaxy3KeyBoard[8], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[8], 255);
- TextDrawFont(Galaxy3KeyBoard[8], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[8], 0.390000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[8], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[8], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[8], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[8], 0);
- TextDrawUseBox(Galaxy3KeyBoard[8], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[8], -1);
- TextDrawTextSize(Galaxy3KeyBoard[8], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[8], 1);
- Galaxy3KeyBoard[9] = TextDrawCreate(514.000000, 352.000000, "+");
- TextDrawAlignment(Galaxy3KeyBoard[9], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[9], 255);
- TextDrawFont(Galaxy3KeyBoard[9], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[9], 0.390000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[9], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[9], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[9], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[9], 0);
- TextDrawUseBox(Galaxy3KeyBoard[9], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[9], -1);
- TextDrawTextSize(Galaxy3KeyBoard[9], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[9], 1);
- Galaxy3KeyBoard[10] = TextDrawCreate(555.000000, 352.000000, "0");
- TextDrawAlignment(Galaxy3KeyBoard[10], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[10], 255);
- TextDrawFont(Galaxy3KeyBoard[10], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[10], 0.390000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[10], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[10], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[10], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[10], 0);
- TextDrawUseBox(Galaxy3KeyBoard[10], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[10], -1);
- TextDrawTextSize(Galaxy3KeyBoard[10], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[10], 1);
- Galaxy3KeyBoard[11] = TextDrawCreate(596.000000, 352.000000, "-");
- TextDrawAlignment(Galaxy3KeyBoard[11], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[11], 255);
- TextDrawFont(Galaxy3KeyBoard[11], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[11], 0.390000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[11], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[11], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[11], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[11], 0);
- TextDrawUseBox(Galaxy3KeyBoard[11], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[11], -1);
- TextDrawTextSize(Galaxy3KeyBoard[11], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[11], 1);
- Galaxy3KeyBoard[12] = TextDrawCreate(514.000000, 376.000000, "CALL");
- TextDrawAlignment(Galaxy3KeyBoard[12], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[12], 255);
- TextDrawFont(Galaxy3KeyBoard[12], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[12], 0.190000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[12], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[12], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[12], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[12], 0);
- TextDrawUseBox(Galaxy3KeyBoard[12], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[12], 16711935);
- TextDrawTextSize(Galaxy3KeyBoard[12], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[12], 1);
- Galaxy3KeyBoard[13] = TextDrawCreate(555.000000, 376.000000, "SMS");
- TextDrawAlignment(Galaxy3KeyBoard[13], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[13], 255);
- TextDrawFont(Galaxy3KeyBoard[13], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[13], 0.230000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[13], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[13], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[13], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[13], 0);
- TextDrawUseBox(Galaxy3KeyBoard[13], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[13], -65281);
- TextDrawTextSize(Galaxy3KeyBoard[13], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[13], 1);
- Galaxy3KeyBoard[14] = TextDrawCreate(596.000000, 376.000000, "~<~");
- TextDrawAlignment(Galaxy3KeyBoard[14], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[14], 255);
- TextDrawFont(Galaxy3KeyBoard[14], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[14], 0.230000, 1.400000);
- TextDrawColor(Galaxy3KeyBoard[14], 255);
- TextDrawSetOutline(Galaxy3KeyBoard[14], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[14], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[14], 0);
- TextDrawUseBox(Galaxy3KeyBoard[14], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[14], 255);
- TextDrawTextSize(Galaxy3KeyBoard[14], 15.000000, 15.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[14], 1);
- Galaxy3KeyBoard[15] = TextDrawCreate(555.000000, 203.000000, "KEYBOARD");
- TextDrawAlignment(Galaxy3KeyBoard[15], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[15], 255);
- TextDrawFont(Galaxy3KeyBoard[15], 2);
- TextDrawLetterSize(Galaxy3KeyBoard[15], 0.379999, 1.399999);
- TextDrawColor(Galaxy3KeyBoard[15], -16776961);
- TextDrawSetOutline(Galaxy3KeyBoard[15], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[15], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[15], 0);
- TextDrawUseBox(Galaxy3KeyBoard[15], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[15], 255);
- TextDrawTextSize(Galaxy3KeyBoard[15], 0.000000, 100.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[15], 0);
- Galaxy3KeyBoard[16] = TextDrawCreate(553.000000, 220.000000, "BACK");
- TextDrawAlignment(Galaxy3KeyBoard[16], 2);
- TextDrawBackgroundColor(Galaxy3KeyBoard[16], 255);
- TextDrawFont(Galaxy3KeyBoard[16], 1);
- TextDrawLetterSize(Galaxy3KeyBoard[16], 0.470000, 1.100000);
- TextDrawColor(Galaxy3KeyBoard[16], -1);
- TextDrawSetOutline(Galaxy3KeyBoard[16], 0);
- TextDrawSetProportional(Galaxy3KeyBoard[16], 1);
- TextDrawSetShadow(Galaxy3KeyBoard[16], 1);
- TextDrawUseBox(Galaxy3KeyBoard[16], 1);
- TextDrawBoxColor(Galaxy3KeyBoard[16], 255);
- TextDrawTextSize(Galaxy3KeyBoard[16], 10.000000, 55.000000);
- TextDrawSetSelectable(Galaxy3KeyBoard[16], 1);
- //
- Galaxy3Latitude[0] = TextDrawCreate(555.000000, 203.000000, "LATITUDE");
- TextDrawAlignment(Galaxy3Latitude[0], 2);
- TextDrawBackgroundColor(Galaxy3Latitude[0], 255);
- TextDrawFont(Galaxy3Latitude[0], 2);
- TextDrawLetterSize(Galaxy3Latitude[0], 0.379999, 1.399999);
- TextDrawColor(Galaxy3Latitude[0], -16776961);
- TextDrawSetOutline(Galaxy3Latitude[0], 0);
- TextDrawSetProportional(Galaxy3Latitude[0], 1);
- TextDrawSetShadow(Galaxy3Latitude[0], 0);
- TextDrawUseBox(Galaxy3Latitude[0], 1);
- TextDrawBoxColor(Galaxy3Latitude[0], 255);
- TextDrawTextSize(Galaxy3Latitude[0], 0.000000, 100.000000);
- TextDrawSetSelectable(Galaxy3Latitude[0], 0);
- Galaxy3Latitude[1] = TextDrawCreate(555.000000, 238.000000, "~r~PLACE~n~~g~Los Angeles~n~~n~~r~ZONE~n~~g~GPS....");
- TextDrawAlignment(Galaxy3Latitude[1], 2);
- TextDrawBackgroundColor(Galaxy3Latitude[1], 255);
- TextDrawFont(Galaxy3Latitude[1], 2);
- TextDrawLetterSize(Galaxy3Latitude[1], 0.290000, 1.200000);
- TextDrawColor(Galaxy3Latitude[1], -1);
- TextDrawSetOutline(Galaxy3Latitude[1], 0);
- TextDrawSetProportional(Galaxy3Latitude[1], 1);
- TextDrawSetShadow(Galaxy3Latitude[1], 0);
- TextDrawUseBox(Galaxy3Latitude[1], 1);
- TextDrawBoxColor(Galaxy3Latitude[1], 255);
- TextDrawTextSize(Galaxy3Latitude[1], 0.000000, 98.000000);
- TextDrawSetSelectable(Galaxy3Latitude[1], 0);
- //Music player
- Galaxy3MusicPlayer[0] = TextDrawCreate(555.000000, 203.000000, "MUSIC");
- TextDrawAlignment(Galaxy3MusicPlayer[0], 2);
- TextDrawBackgroundColor(Galaxy3MusicPlayer[0], 255);
- TextDrawFont(Galaxy3MusicPlayer[0], 2);
- TextDrawLetterSize(Galaxy3MusicPlayer[0], 0.379999, 1.399999);
- TextDrawColor(Galaxy3MusicPlayer[0], -16776961);
- TextDrawSetOutline(Galaxy3MusicPlayer[0], 0);
- TextDrawSetProportional(Galaxy3MusicPlayer[0], 1);
- TextDrawSetShadow(Galaxy3MusicPlayer[0], 0);
- TextDrawUseBox(Galaxy3MusicPlayer[0], 1);
- TextDrawBoxColor(Galaxy3MusicPlayer[0], 255);
- TextDrawTextSize(Galaxy3MusicPlayer[0], 0.000000, 100.000000);
- TextDrawSetSelectable(Galaxy3MusicPlayer[0], 0);
- Galaxy3MusicPlayer[1] = TextDrawCreate(555.000000, 239.000000, "PSY - Gangnam Style");
- TextDrawAlignment(Galaxy3MusicPlayer[1], 2);
- TextDrawBackgroundColor(Galaxy3MusicPlayer[1], 255);
- TextDrawFont(Galaxy3MusicPlayer[1], 1);
- TextDrawLetterSize(Galaxy3MusicPlayer[1], 0.260000, 0.899999);
- TextDrawColor(Galaxy3MusicPlayer[1], -1);
- TextDrawSetOutline(Galaxy3MusicPlayer[1], 0);
- TextDrawSetProportional(Galaxy3MusicPlayer[1], 1);
- TextDrawSetShadow(Galaxy3MusicPlayer[1], 1);
- TextDrawUseBox(Galaxy3MusicPlayer[1], 1);
- TextDrawBoxColor(Galaxy3MusicPlayer[1], 255);
- TextDrawTextSize(Galaxy3MusicPlayer[1], 5.000000, 99.000000);
- TextDrawSetSelectable(Galaxy3MusicPlayer[1], 1);
- Galaxy3MusicPlayer[2] = TextDrawCreate(555.000000, 251.000000, "Eric Prydz - Pjanoo");
- TextDrawAlignment(Galaxy3MusicPlayer[2], 2);
- TextDrawBackgroundColor(Galaxy3MusicPlayer[2], 255);
- TextDrawFont(Galaxy3MusicPlayer[2], 1);
- TextDrawLetterSize(Galaxy3MusicPlayer[2], 0.260000, 0.899999);
- TextDrawColor(Galaxy3MusicPlayer[2], -1);
- TextDrawSetOutline(Galaxy3MusicPlayer[2], 0);
- TextDrawSetProportional(Galaxy3MusicPlayer[2], 1);
- TextDrawSetShadow(Galaxy3MusicPlayer[2], 1);
- TextDrawUseBox(Galaxy3MusicPlayer[2], 1);
- TextDrawBoxColor(Galaxy3MusicPlayer[2], 255);
- TextDrawTextSize(Galaxy3MusicPlayer[2], 5.000000, 99.000000);
- TextDrawSetSelectable(Galaxy3MusicPlayer[2], 1);
- Galaxy3MusicPlayer[3] = TextDrawCreate(555.000000, 264.000000, "LMFAO - Party Rock");
- TextDrawAlignment(Galaxy3MusicPlayer[3], 2);
- TextDrawBackgroundColor(Galaxy3MusicPlayer[3], 255);
- TextDrawFont(Galaxy3MusicPlayer[3], 1);
- TextDrawLetterSize(Galaxy3MusicPlayer[3], 0.260000, 0.899999);
- TextDrawColor(Galaxy3MusicPlayer[3], -1);
- TextDrawSetOutline(Galaxy3MusicPlayer[3], 0);
- TextDrawSetProportional(Galaxy3MusicPlayer[3], 1);
- TextDrawSetShadow(Galaxy3MusicPlayer[3], 1);
- TextDrawUseBox(Galaxy3MusicPlayer[3], 1);
- TextDrawBoxColor(Galaxy3MusicPlayer[3], 255);
- TextDrawTextSize(Galaxy3MusicPlayer[3], 5.000000, 99.000000);
- TextDrawSetSelectable(Galaxy3MusicPlayer[3], 1);
- Galaxy3MusicPlayer[4] = TextDrawCreate(555.000000, 276.000000, "Safari Duo");
- TextDrawAlignment(Galaxy3MusicPlayer[4], 2);
- TextDrawBackgroundColor(Galaxy3MusicPlayer[4], 255);
- TextDrawFont(Galaxy3MusicPlayer[4], 1);
- TextDrawLetterSize(Galaxy3MusicPlayer[4], 0.260000, 0.899999);
- TextDrawColor(Galaxy3MusicPlayer[4], -1);
- TextDrawSetOutline(Galaxy3MusicPlayer[4], 0);
- TextDrawSetProportional(Galaxy3MusicPlayer[4], 1);
- TextDrawSetShadow(Galaxy3MusicPlayer[4], 1);
- TextDrawUseBox(Galaxy3MusicPlayer[4], 1);
- TextDrawBoxColor(Galaxy3MusicPlayer[4], 255);
- TextDrawTextSize(Galaxy3MusicPlayer[4], 5.000000, 99.000000);
- TextDrawSetSelectable(Galaxy3MusicPlayer[4], 1);
- Galaxy3MusicPlayer[5] = TextDrawCreate(555.000000, 288.000000, "Infinity");
- TextDrawAlignment(Galaxy3MusicPlayer[5], 2);
- TextDrawBackgroundColor(Galaxy3MusicPlayer[5], 255);
- TextDrawFont(Galaxy3MusicPlayer[5], 1);
- TextDrawLetterSize(Galaxy3MusicPlayer[5], 0.260000, 0.899999);
- TextDrawColor(Galaxy3MusicPlayer[5], -1);
- TextDrawSetOutline(Galaxy3MusicPlayer[5], 0);
- TextDrawSetProportional(Galaxy3MusicPlayer[5], 1);
- TextDrawSetShadow(Galaxy3MusicPlayer[5], 1);
- TextDrawUseBox(Galaxy3MusicPlayer[5], 1);
- TextDrawBoxColor(Galaxy3MusicPlayer[5], 255);
- TextDrawTextSize(Galaxy3MusicPlayer[5], 5.000000, 99.000000);
- TextDrawSetSelectable(Galaxy3MusicPlayer[5], 1);
- Galaxy3MusicPlayer[6] = TextDrawCreate(555.000000, 300.000000, "STOP");
- TextDrawAlignment(Galaxy3MusicPlayer[6], 2);
- TextDrawBackgroundColor(Galaxy3MusicPlayer[6], 255);
- TextDrawFont(Galaxy3MusicPlayer[6], 1);
- TextDrawLetterSize(Galaxy3MusicPlayer[6], 0.260000, 0.899999);
- TextDrawColor(Galaxy3MusicPlayer[6], -1);
- TextDrawSetOutline(Galaxy3MusicPlayer[6], 0);
- TextDrawSetProportional(Galaxy3MusicPlayer[6], 1);
- TextDrawSetShadow(Galaxy3MusicPlayer[6], 1);
- TextDrawUseBox(Galaxy3MusicPlayer[6], 1);
- TextDrawBoxColor(Galaxy3MusicPlayer[6], 255);
- TextDrawTextSize(Galaxy3MusicPlayer[6], 5.000000, 99.000000);
- TextDrawSetSelectable(Galaxy3MusicPlayer[6], 1);
- ////////////////////////////////////////////////////////////////////////////
- for(new c=0; c<MAX_SPEEDCAMS; c++) {
- new textlabel[50];
- CreateDynamicObject(SpeedCams[c][CamObject], SpeedCams[c][SCamX], SpeedCams[c][SCamY], SpeedCams[c][SCamZ], 0.0, 0.0, 10.0);
- format(textlabel, sizeof(textlabel), "Speed Limit\n%d MPH", SpeedCams[c][CamSpeed]);
- CreateDynamic3DTextLabel(textlabel,COLOR_YELLOW,SpeedCams[c][SCamX], SpeedCams[c][SCamY], SpeedCams[c][SCamZ],25.0);//
- }
- EnableStuntBonusForAll(0);
- new servergmtextstr[128];
- format(servergmtextstr, 128, "gamemodetext %s", SERVER_GM_TEXT);
- SendRconCommand(servergmtextstr); // DO NOT REMOVE THIS
- new string[42];
- new string1[MAX_PLAYER_NAME];
- ShowPlayerMarkers(PLAYER_MARKERS_MODE_STREAMED);
- DisableInteriorEnterExits();
- InitTurfWars();
- LoadTurfWars();
- InitPaintballArenas();
- LoadPaintballArenas();
- InitEventPoints();
- LoadEventPoints();
- LoadDynamicDoors();
- LoadDynamicMapIcons();
- LoadHouses();
- LoadBusinesses();
- LoadGates();
- LoadBoxer();
- LoadStuff();
- LoadElevatorStuff();
- LoadServerStats();
- LoadThePay();
- LoadFamilies();
- LoadPoints();
- LoadcDealerships();
- LoadMatsSystem();
- LoadDrugSystem();
- SetTimer("MAINTENANCE_T4",600000,1);
- SetTimer("MAINTENANCE_T3",900000,1);
- SetTimer("ShowHelp", 60 * 3 * 1000, 1);
- SetTimer("ShowAdvert", 3600000, 1);
- //SetTimer("Toll", 1000, 1); // TOLL'S CHECK
- for(new f = 0; f < sizeof(FamilyInfo); f++)
- {
- for(new fv = 0; fv < MAX_GANG_VEHICLES; fv++)
- {
- FamilyVehicleInfo[f][fv][fvModelId] = 0;
- FamilyVehicleInfo[f][fv][fvSpawnx] = 0.0;
- FamilyVehicleInfo[f][fv][fvSpawny] = 0.0;
- FamilyVehicleInfo[f][fv][fvSpawnz] = 0.0;
- FamilyVehicleInfo[f][fv][fvSpawna] = 0.0;
- FamilyVehicleInfo[f][fv][fvPaintJob] = -1;
- FamilyVehicleInfo[f][fv][fvColor1] = 126;
- FamilyVehicleInfo[f][fv][fvColor2] = 126;
- FamilyVehicleInfo[f][fv][fvPrice] = 0;
- FamilyVehicleInfo[f][fv][fvFuel] = 100.00;
- FamilyVehicleInfo[f][fv][fvId] = INVALID_VEHICLE_ID;
- }
- }
- // Automatically locks all paintball arena's
- for(new i = 0; i < MAX_ARENAS; i++)
- {
- PaintBallArena[i][pbLocked] = 1;
- }
- LoadFamiliesHQ();
- LoadMOTDs();
- for(new i = 1; i < MAX_ACTIVE_REPORTS; i++)
- {
- ClearReport(i);
- }
- SetNameTagDrawDistance(60.0);
- GiftAllowed = 1;
- News[hTaken1] = 0; News[hTaken2] = 0; News[hTaken3] = 0; News[hTaken4] = 0; News[hTaken5] = 0;
- format(string, sizeof(string), "Nothing");
- strmid(News[hAdd1], string, 0, strlen(string), 255);
- strmid(News[hAdd2], string, 0, strlen(string), 255);
- strmid(News[hAdd3], string, 0, strlen(string), 255);
- strmid(News[hAdd4], string, 0, strlen(string), 255);
- strmid(News[hAdd5], string, 0, strlen(string), 255);
- format(string1, sizeof(string1), "No-one");
- strmid(News[hContact1], string1, 0, strlen(string1), 255);
- strmid(News[hContact2], string1, 0, strlen(string1), 255);
- strmid(News[hContact3], string1, 0, strlen(string1), 255);
- strmid(News[hContact4], string1, 0, strlen(string1), 255);
- strmid(News[hContact5], string1, 0, strlen(string1), 255);
- PlayerHaul[43][pCapasity] = 100;
- PlayerHaul[44][pCapasity] = 100;
- PlayerHaul[45][pCapasity] = 50;
- PlayerHaul[46][pCapasity] = 50;
- format(objstore, sizeof(objstore), "MOLE: I got nothing, check back with me later.");
- format(cbjstore, sizeof(cbjstore), "DISPATCH: There is nothing in your Vicinity, Out.");
- gettime(ghour, gminute, gsecond);
- FixHour(ghour);
- ghour = shifthour;
- SetWeather(2);
- if(!realtime)
- {
- SetWorldTime(wtime);
- gTime = wtime;
- }
- AllowInteriorWeapons(1);
- //UsePlayerPedAnims();
- // CreatedCars check
- for(new i = 0; i < sizeof(CreatedCars); i++)
- {
- CreatedCars[i] = INVALID_VEHICLE_ID;
- }
- // BaitCars check
- for(new i = 0; i < sizeof(BaitCars); i++)
- {
- BaitCars[i] = INVALID_VEHICLE_ID;
- }
- for(new v = 0; v < MAX_VEHICLES; v++)
- {
- VehicleFuel[v] = 100.0;
- }
- // Player Class's
- for(new i = 0; i <= sizeof(Peds)-1; i++)
- {
- AddPlayerClass(Peds[i][0],1958.3783,1343.1572,1100.3746,269.1425,-1,-1,-1,-1,-1,-1);
- }
- //3D Text Labels
- Create3DTextLabel("DOC Booking Point\ntype /arrest",COLOR_1YELLOW,1820.199,432.948,19.290,22,0);
- Create3DTextLabel("CHP Arrest Point\ntype /arrest",COLOR_1YELLOW,-2064.253, -213.558, 36.320,22,0);
- Create3DTextLabel("Angel Pine Booking\ntype /arrest",COLOR_1YELLOW,-2171.44,-2361.47,30.54,22,0);
- Create3DTextLabel("Coastguard Booking\ntype /arrest",COLOR_1YELLOW,-1435.0679,501.4600,3.0414,22,0);
- Create3DTextLabel("Coastguard Booking\ntype /arrest",COLOR_1YELLOW,-1454.9537,501.4178,18.2653,22,0);
- Create3DTextLabel("Clark County Detention Center\ntype /arrest",COLOR_1YELLOW,2294.5334,2451.6362,10.7452,22,0);
- Create3DTextLabel("Dillimore Booking\ntype /arrest",COLOR_1YELLOW, 844.4416, -601.0480, 18.4219,22,0);
- Create3DTextLabel("CAUTION:Low Height",COLOR_1YELLOW,1528.180664,-2680.8,14.8,50,0);
- Create3DTextLabel("CAUTION:Low Height",COLOR_1YELLOW,2059.4135,-2672.579,19.2,50,0);
- Create3DTextLabel("Los Angeles City Hall",COLOR_1BLUE,1481.400,-1774.0,19.6,12,0);
- Create3DTextLabel("LAFD is hiring! Check www.shockroleplay.net for more info",COLOR_1RED,1411.954,-1723,32,50,0);
- Create3DTextLabel("The boys in blue are looking for new recruits! Apply at www.shockroleplay.net",COLOR_1YELLOW,1538.151,-1610.551,25,50,0);
- Create3DTextLabel("Need a job? Check with human resources! www.shockroleplay.net",COLOR_1YELLOW,1835.211,-1836.448,25,50,0);
- Create3DTextLabel("Texas Petroleum is hiring truck drivers, \n inquire @ www.shockroleplay.net",COLOR_YELLOW,1564.050,-1722.822,28.344,50,0);
- Create3DTextLabel("PIZZA COON PIZZARIA:\n Delivered in 30 seconds or it's free!",COLOR_1RED,2093.800,-1787.132,21,30,0);
- Create3DTextLabel("TPS Yard:\n Type /tpsjob \n /tpsinfo for help",COLOR_1YELLOW,2794.532,-2437.130,14.9,30,0);
- Create3DTextLabel("Airplane Mission:\n Type /aajob \n /aainfo for help",COLOR_1BLUE,1711.3271,-2411.0510,13.6257,30,0);
- Create3DTextLabel("DMV: CDL Office\n /buycdl to buy a license",COLOR_1YELLOW,-49.9631,-269.1552,6.6212,30,0);
- Create3DTextLabel("KCAL-CBS2\n Type /ad to place an advertisement.",COLOR_1YELLOW,1798.5789, -1306.5524, 13.8140,30,0);
- Create3DTextLabel("LA Times\n Type /ad to place an advertisement.",COLOR_1YELLOW,1386.5204, 293.0154, 20.0909,30,0);
- Create3DTextLabel("Baitcar\nUse /deploybcar or /undeploy.",COLOR_1YELLOW,276.5769,110.9097,1004.6172,15.4165,133337,0);
- Create3DTextLabel("Baitcar\nUse /deploybcar or /undeploy.",COLOR_1YELLOW,244.7799,185.5433,1008.1719,114.5744,22,0);
- Create3DTextLabel("Holding Cells\ntype /arrest",COLOR_1YELLOW,-2240.6609,2355.2236,4.9786,22,0);
- Create3DTextLabel("DMV: /enrollezpass to begin!",COLOR_1YELLOW,822.7379,4.1836,1004.1797,88.5448,0);
- // Ammunations
- Create3DTextLabel("Ammunition Shelves\ntype /buyammo",COLOR_1YELLOW,308.3719,-142.1918,1000.6021,22,0);
- Create3DTextLabel("Ammunition Shelves\ntype /buyammo",COLOR_1YELLOW,285.4588,-74.0586,1001.5156,22,0);
- Create3DTextLabel("Ammunition Shelves\ntype /buyammo",COLOR_1YELLOW,312.7177,-167.0215,1000.6747,22,0);
- Create3DTextLabel("Ammunition Shelves\ntype /buyammo",COLOR_1YELLOW,286.2784,-107.8922,1001.5156,22,0);
- MainMenu[0] = TextDrawCreate(250.000000, 343.000000, "~n~~n~~n~~n~~n~~n~");
- TextDrawAlignment(MainMenu[0], 2);
- TextDrawBackgroundColor(MainMenu[0], 255);
- TextDrawFont(MainMenu[0], 1);
- TextDrawLetterSize(MainMenu[0], 1.000000, 2.000000);
- TextDrawColor(MainMenu[0], -16776961);
- TextDrawSetOutline(MainMenu[0], 1);
- TextDrawSetProportional(MainMenu[0], 1);
- TextDrawUseBox(MainMenu[0], 1);
- TextDrawBoxColor(MainMenu[0], 255);
- TextDrawTextSize(MainMenu[0], 90.000000, 803.000000);
- MainMenu[5] = TextDrawCreate(131.5 ,13, "Shock Roleplay");
- TextDrawFont(MainMenu[5] , 3);
- TextDrawLetterSize(MainMenu[5] , 1, 7);
- TextDrawColor(MainMenu[5] , 0x1564F5FF);
- TextDrawSetOutline(MainMenu[5] , true);
- TextDrawSetProportional(MainMenu[5] , true);
- TextDrawSetShadow(MainMenu[5] , 1);
- // Top Bar
- MainMenu[1] = TextDrawCreate(250.000000, -12.000000, "~n~~n~~n~~n~~n~~n~");
- TextDrawAlignment(MainMenu[1], 2);
- TextDrawBackgroundColor(MainMenu[1], 255);
- TextDrawFont(MainMenu[1], 1);
- TextDrawLetterSize(MainMenu[1], 1.000000, 2.000000);
- TextDrawColor(MainMenu[1], -16776961);
- TextDrawSetOutline(MainMenu[1], 1);
- TextDrawSetProportional(MainMenu[1], 1);
- TextDrawUseBox(MainMenu[1], 1);
- TextDrawBoxColor(MainMenu[1], 255);
- TextDrawTextSize(MainMenu[1], 90.000000, 918.000000);
- // Top Colored Bar
- MainMenu[2] = TextDrawCreate(729.000000, 99.000000, "_");
- TextDrawBackgroundColor(MainMenu[2], 255);
- TextDrawFont(MainMenu[2], 1);
- TextDrawLetterSize(MainMenu[2], 50.000000, 0.099999);
- TextDrawColor(MainMenu[2], -16776961);
- TextDrawSetOutline(MainMenu[2], 0);
- TextDrawSetProportional(MainMenu[2], 1);
- TextDrawSetShadow(MainMenu[2], 1);
- TextDrawUseBox(MainMenu[2], 1);
- TextDrawBoxColor(MainMenu[2], 0x1564F5FF);
- TextDrawTextSize(MainMenu[2], -5.000000, 1031.000000);
- /// Bottom Colored Bar
- MainMenu[3] = TextDrawCreate(729.000000, 340.000000, "_");
- TextDrawBackgroundColor(MainMenu[3], 255);
- TextDrawFont(MainMenu[3], 1);
- TextDrawLetterSize(MainMenu[3], 50.000000, 0.099999);
- TextDrawColor(MainMenu[3], -16776961);
- TextDrawSetOutline(MainMenu[3], 0);
- TextDrawSetProportional(MainMenu[3], 1);
- TextDrawSetShadow(MainMenu[3], 1);
- TextDrawUseBox(MainMenu[3], 1);
- TextDrawBoxColor(MainMenu[3], 0x1564F5FF);
- TextDrawTextSize(MainMenu[3], -5.000000, 1031.000000);
- //LAPD Main Station Vehicles
- LSPDVehicles[0] = AddStaticVehicleEx(596, 1602.5122, -1680.3663, 5.4630, 90.1200, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[1] = AddStaticVehicleEx(596, 1602.4829, -1684.0609, 5.4630, 90.1200, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[2] = AddStaticVehicleEx(596, 1602.5535, -1688.0438, 5.4630, 90.1200, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[3] = AddStaticVehicleEx(596, 1602.6227, -1692.1034, 5.4630, 90.1200, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[4] = AddStaticVehicleEx(596, 1602.4873, -1696.2058, 5.4630, 90.1200, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[5] = AddStaticVehicleEx(596, 1602.5120, -1700.2861, 5.4630, 90.1200, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[6] = AddStaticVehicleEx(596, 1595.6655, -1711.2139, 5.4630, 0.0000, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[7] = AddStaticVehicleEx(596, 1602.4758, -1704.3666, 5.4630, 90.0000, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[8] = AddStaticVehicleEx(596, 1591.5563, -1711.1929, 5.4630, 0.0000, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[9] = AddStaticVehicleEx(596, 1587.1567, -1711.0308, 5.4630, 0.0000, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[10] = AddStaticVehicleEx(596, 1583.3690, -1710.9269, 5.4630, 0.0000, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[11] = AddStaticVehicleEx(596, 1578.6202, -1711.0103, 5.4630, 0.0000, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[12] = AddStaticVehicleEx(598, 1574.6007, -1711.0599, 5.4630, 0.0000, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[13] = AddStaticVehicleEx(598, 1570.4407, -1711.0914, 5.4630, 0.0000, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[14] = AddStaticVehicleEx(598, 1566.0377, -1711.0865, 5.4630, 0.0000, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[15] = AddStaticVehicleEx(598, 1562.2946, -1711.3041, 5.4630, 0.0000, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[16] = AddStaticVehicleEx(490, 1558.7334, -1711.2596, 5.7731, 0.0000, 1, 1, FACTION_RESPAWN);
- LSPDVehicles[17] = AddStaticVehicleEx(599, 1529.7250, -1688.2800, 5.8980, 270.0000, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[18] = AddStaticVehicleEx(599, 1529.6984, -1683.8052, 5.8980, 270.0000, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[19] = AddStaticVehicleEx(426, 1526.2618, -1644.7566, 5.4943, 180.0000, -1, -1, FACTION_RESPAWN);
- LSPDVehicles[20] = AddStaticVehicleEx(426, 1530.6189, -1644.6954, 5.4943, 180.0000, -1, -1, FACTION_RESPAWN);
- LSPDVehicles[21] = AddStaticVehicleEx(421, 1534.6064, -1644.5483, 5.4943, 180.0000, -1, -1, FACTION_RESPAWN);
- LSPDVehicles[22] = AddStaticVehicleEx(421, 1538.6061, -1644.7013, 5.4943, 180.0000, -1, -1, FACTION_RESPAWN);
- LSPDVehicles[23] = AddStaticVehicleEx(523, 1583.5237, -1680.4950, 5.3747, -60.8400, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[24] = AddStaticVehicleEx(523, 1583.4276, -1677.8779, 5.3747, -60.8400, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[26] = AddStaticVehicleEx(541, 1584.3937, -1671.6608, 5.6028, -89.6400, 0, 0, FACTION_RESPAWN); // Bullet
- LSPDVehicles[27] = AddStaticVehicleEx(402, 1584.2158, -1667.7837, 5.6028, -89.6400, 0, 0, FACTION_RESPAWN); // Buffalo
- LSPDVehicles[28] = AddStaticVehicleEx(528, 1543.8656, -1663.6150, 6.4303, 90.0000, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[29] = AddStaticVehicleEx(528, 1543.6633, -1672.0131, 6.4303, 90.0000, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[30] = AddStaticVehicleEx(427, 1543.5990, -1681.3265, 6.4303, 180.5453, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[31] = AddStaticVehicleEx(498, 1544.2075, -1656.0011, 6.1636, 91.7610, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[32] = AddStaticVehicleEx(596, 277.7009, -1535.2793, 24.3619, 235.9314, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[33] = AddStaticVehicleEx(497, 1569.6190, -1643.7563, 28.6585, 90.2414, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[34] = AddStaticVehicleEx(497, 1569.8668, -1657.8403, 28.6585, 90.2414, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[54] = AddStaticVehicleEx(560,1558.5527,-1693.5159,5.6002,180.4668,0,0, FACTION_RESPAWN); //
- LSPDVehicles[25] = AddStaticVehicleEx(560,1562.7063,-1693.5046,5.5956,181.0911,0,0, FACTION_RESPAWN); //
- //LAPD Administration/HQ Vehicles
- LSPDVehicles[35] = AddStaticVehicleEx(596, 281.5859, -1529.8413, 24.3619, 235.9314, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[36] = AddStaticVehicleEx(596, 283.7789, -1526.5203, 24.3619, 235.9314, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[37] = AddStaticVehicleEx(596, 291.3855, -1545.0673, 24.3619, 414.9714, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[38] = AddStaticVehicleEx(596, 294.0503, -1541.0963, 24.3619, 414.9714, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[39] = AddStaticVehicleEx(598, 289.7881, -1517.6244, 24.3619, 235.9314, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[40] = AddStaticVehicleEx(598, 292.9276, -1512.9407, 24.3619, 235.9314, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[41] = AddStaticVehicleEx(598, 286.7833, -1521.8969, 24.3619, 235.9314, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[42] = AddStaticVehicleEx(599, 296.6205, -1508.3108, 24.5123, 234.6368, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[43] = AddStaticVehicleEx(599, 299.1129, -1504.3203, 24.5123, 235.5737, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[44] = AddStaticVehicleEx(490, 301.4958, -1501.0891, 24.5054, -125.3400, -1, -1, FACTION_RESPAWN);
- LSPDVehicles[45] = AddStaticVehicleEx(490, 303.9569, -1497.7603, 24.4854, -125.3400, -1, -1, FACTION_RESPAWN);
- LSPDVehicles[46] = AddStaticVehicleEx(426, 298.3811, -1490.6996, 24.6063, -123.3600, -1, -1, FACTION_RESPAWN);
- LSPDVehicles[47] = AddStaticVehicleEx(426, 301.3723, -1487.1704, 24.6063, -123.3600, -1, -1, FACTION_RESPAWN);
- LSPDVehicles[48] = AddStaticVehicleEx(426, 304.7082, -1482.4991, 24.6063, -123.3600, -1, -1, FACTION_RESPAWN);
- LSPDVehicles[51] = AddStaticVehicleEx(523, 272.7154, -1532.5793, 24.6602, -123.2400, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[52] = AddStaticVehicleEx(523, 274.4780, -1530.5676, 24.6602, -123.2400, 0, 1, FACTION_RESPAWN);
- LSPDVehicles[53] = AddStaticVehicleEx(601, 1544.5815, -1667.8574, 5.6494, 91.6244, 1, 1, FACTION_RESPAWN); // LAPDSWATTANK
- for(new x;x<sizeof(LSPDVehicles);x++)
- {
- format(string, sizeof(string), "XMT %d", LSPDVehicles[x]);
- SetVehicleNumberPlate(LSPDVehicles[x], string);
- SetVehicleToRespawn(LSPDVehicles[x]);
- Vehicle_Armor(LSPDVehicles[x]);
- }
- //LASD Vehicles
- SASDVehicles[0] = AddStaticVehicleEx(597, 1395.0437, 392.6350, 19.7461, -113.6200, 0, 1, FACTION_RESPAWN); //Mont CVPI
- SASDVehicles[1] = AddStaticVehicleEx(597, 1396.5731, 396.0917, 19.7461, -113.6200, 0, 1, FACTION_RESPAWN); //Mont CVPI
- SASDVehicles[2] = AddStaticVehicleEx(597, 1397.9890, 399.2710, 19.7461, -113.6200, 0, 1, FACTION_RESPAWN); //Mont CVPI
- SASDVehicles[3] = AddStaticVehicleEx(597, 1399.3369, 402.6563, 19.7461, -113.6200, 0, 1, FACTION_RESPAWN); //Mont CVPI
- SASDVehicles[4] = AddStaticVehicleEx(597, 1400.8210, 405.7381, 19.7461, -113.6200, 0, 1, FACTION_RESPAWN); //Mont CVPI
- SASDVehicles[5] = AddStaticVehicleEx(597, 1402.4045, 408.9838, 19.7461, -113.6200, 0, 1, FACTION_RESPAWN); //Mont CVPI
- SASDVehicles[6] = AddStaticVehicleEx(597, 1403.5869, 412.2379, 19.6461, -113.6200, 0, 1, FACTION_RESPAWN); //Mont CVPI
- SASDVehicles[7] = AddStaticVehicleEx(599, 1392.6907, 385.2490, 19.7509, -113.1000, 0, 1, FACTION_RESPAWN); //Mont Rancher
- SASDVehicles[8] = AddStaticVehicleEx(599, 1394.0419, 388.6700, 19.7509, -113.1000, 0, 1, FACTION_RESPAWN); //Mont Rancher
- SASDVehicles[9] = AddStaticVehicleEx(597, -2165.3738, -2389.0315, 30.6600, 52.3800, 0, 1, FACTION_RESPAWN); //AP CVPI
- SASDVehicles[10] = AddStaticVehicleEx(597, -2158.6355, -2394.4170, 30.6600, 52.3800, 0, 1, FACTION_RESPAWN); //AP CVPI
- SASDVehicles[11] = AddStaticVehicleEx(599, -2152.4739, -2399.2922, 30.6600, 52.3800, 0, 1, FACTION_RESPAWN); //AP Rancher
- SASDVehicles[12] = AddStaticVehicleEx(597, 2266.9304, -82.7490, 26.2161, 180.8193, 1, 1, FACTION_RESPAWN); //sdsubcar1 pal
- SASDVehicles[13] = AddStaticVehicleEx(597, 2262.9102, -82.7385 ,26.2149, 179.4337, 1, 1, FACTION_RESPAWN); //sdsubcar2 pal
- SASDVehicles[14] = AddStaticVehicleEx(597, 2259.3047, -82.7660, 26.2124, 180.0096, 1, 1, FACTION_RESPAWN); //sdsubcar3 pal
- SASDVehicles[15] = AddStaticVehicleEx(597, 2256.0344, -82.6308, 26.2243, 178.7604, 1, 1, FACTION_RESPAWN); //sdsubcar4
- SASDVehicles[16] = AddStaticVehicleEx(597, 2252.3960, -82.5430, 26.2164, 178.3290, 1, 1, FACTION_RESPAWN); //sdsubcar5
- SASDVehicles[17] = AddStaticVehicleEx(541, 2248.5264, -82.2177, 26.1229, 179.6241, 1, 31, FACTION_RESPAWN); //sdsubtraffic1
- SASDVehicles[18] = AddStaticVehicleEx(523, 2272.3840, -77.6441, 26.1434, 206.1863, 1, 1, FACTION_RESPAWN); //sdsubbike1
- SASDVehicles[19] = AddStaticVehicleEx(523, 2274.5095, -77.2993, 26.1446, 209.4313, 1, 1, FACTION_RESPAWN); //sdsubbike2
- SASDVehicles[21] = AddStaticVehicleEx(426, 1387.8176, 375.0797, 19.6000, -113.0600, 1, 1, FACTION_RESPAWN); //LASD Wash
- SASDVehicles[22] = AddStaticVehicleEx(490, 1389.8597, 378.1888, 19.7900, -113.4600, 0, 0, FACTION_RESPAWN); //LASD FBI Rancher
- SASDVehicles[23] = AddStaticVehicleEx(490, 1391.3521, 381.6837, 19.7900, -113.4600, 1, 1, FACTION_RESPAWN); //LASD FBI Rancher
- SASDVehicles[24] = AddStaticVehicleEx(427,862.9105,-582.9099,18.4231,180.6883,0,1, FACTION_RESPAWN); // WST Field Office Dillimore
- SASDVehicles[25] = AddStaticVehicleEx(528,851.6684,-589.8539,18.0073,269.4362,0,0, FACTION_RESPAWN); // WST Field Office Dillimore
- SASDVehicles[26] = AddStaticVehicleEx(490,859.0073,-580.3212,18.2248,181.4819,0,0, FACTION_RESPAWN); // WST Field Office Dillimore
- SASDVehicles[27] = AddStaticVehicleEx(601,851.9493,-585.1282,17.8548,270.9071,0,0, FACTION_RESPAWN); // WST Field Office Dillimore
- SASDVehicles[28] = AddStaticVehicleEx(490,867.2743,-580.7343,18.1454,180.1300,0,0, FACTION_RESPAWN); // WST Field Office Dillimore
- SASDVehicles[29] = AddStaticVehicleEx(430,1342.1711,546.0899,-0.2602,332.1136,1,1, FACTION_RESPAWN); // LASD PREDATOR
- SASDVehicles[30] = AddStaticVehicleEx(497,1379.3512,390.2412,30.9883,65.3833,0,1, FACTION_RESPAWN); // LASD CHOPPER
- SASDVehicles[31] = AddStaticVehicleEx(426,1386.5867,372.2816,19.4136,248.1358,0,0, FACTION_RESPAWN); //LASD Premier
- SASDVehicles[32] = AddStaticVehicleEx(597,1405.1544,415.5483,19.4498,246.1382,0,1, FACTION_RESPAWN); //Mont CVPI
- for(new x;x<sizeof(SASDVehicles);x++)
- {
- format(string, sizeof(string), "XMT %d", SASDVehicles[x]);
- SetVehicleNumberPlate(SASDVehicles[x], string);
- SetVehicleToRespawn(SASDVehicles[x]);
- Vehicle_Armor(SASDVehicles[x]);
- }
- /*
- // CHP San Francisco
- CHPVehicles[0] = AddStaticVehicleEx(597, -2093.7178, -191.0599, 35.8554, -179.9999, 1, 1, FACTION_RESPAWN);*/
- /*for(new x;x<sizeof(CHPVehicles);x++)
- {
- format(string, sizeof(string), "XMT %d", CHPVehicles[x]);
- SetVehicleNumberPlate(CHPVehicles[x], string);
- SetVehicleToRespawn(CHPVehicles[x]);
- Vehicle_Armor(CHPVehicles[x]);
- }
- */
- LVMPDVehicles[0] = AddStaticVehicleEx(523,2316.8291,2431.8015,2.8460,0.2270,0,1, FACTION_RESPAWN); // bike
- LVMPDVehicles[1] = AddStaticVehicleEx(523,2312.1108,2431.3230,2.8459,359.8454,0,1, FACTION_RESPAWN); // bike
- LVMPDVehicles[2] = AddStaticVehicleEx(523,2307.5464,2431.2332,2.8448,0.7579,0,1, FACTION_RESPAWN); // bike
- LVMPDVehicles[3] = AddStaticVehicleEx(482,2303.3762,2431.5039,3.2574,0.5586,1,1, FACTION_RESPAWN); // bike
- LVMPDVehicles[4] = AddStaticVehicleEx(482,2299.0862,2431.2952,3.2567,1.2311,1,1, FACTION_RESPAWN); // bike
- LVMPDVehicles[5] = AddStaticVehicleEx(598,2314.5068,2500.3311,3.0894,90.4147,0,1, FACTION_RESPAWN); // lvmpd
- LVMPDVehicles[6] = AddStaticVehicleEx(598,2314.4424,2495.2290,3.0916,89.4886,0,1, FACTION_RESPAWN); // lvmpd
- LVMPDVehicles[7] = AddStaticVehicleEx(598,2314.7432,2490.2883,3.0900,89.4540,0,1, FACTION_RESPAWN); // lvmpd
- LVMPDVehicles[8] = AddStaticVehicleEx(598,2314.6384,2485.1479,3.0872,89.5391,0,1, FACTION_RESPAWN); // lvmpd
- LVMPDVehicles[9] = AddStaticVehicleEx(598,2314.8057,2480.0708,3.0914,90.0157,0,1, FACTION_RESPAWN); // lvmpd
- LVMPDVehicles[10] = AddStaticVehicleEx(598,2314.7422,2475.1772,3.0890,90.3413,0,1, FACTION_RESPAWN); // lvmpd
- LVMPDVehicles[11] = AddStaticVehicleEx(598,2315.1487,2470.2100,3.0883,89.5799,0,1, FACTION_RESPAWN); // lvmpd
- LVMPDVehicles[12] = AddStaticVehicleEx(598,2315.3875,2465.3242,3.0906,90.1289,0,1, FACTION_RESPAWN); // lvmpd
- LVMPDVehicles[13] = AddStaticVehicleEx(598,2315.0117,2460.3296,3.0898,89.6310,0,1, FACTION_RESPAWN); // lvmpd
- LVMPDVehicles[14] = AddStaticVehicleEx(598,-2226.2461,2347.6958,4.6967,132.6084,0,1, FACTION_RESPAWN); // lvmpd
- LVMPDVehicles[15] = AddStaticVehicleEx(596,2240.1934,2437.4646,2.9190,270.0053,0,1, FACTION_RESPAWN); // sup
- LVMPDVehicles[16] = AddStaticVehicleEx(596,2240.1138,2442.2949,2.9186,269.5179,0,1, FACTION_RESPAWN); // sup
- LVMPDVehicles[17] = AddStaticVehicleEx(596,2240.1309,2447.1189,2.9207,270.5671,0,1, FACTION_RESPAWN); // sup
- LVMPDVehicles[18] = AddStaticVehicleEx(596,2239.9160,2451.7859,2.9198,269.1991,0,1, FACTION_RESPAWN); // sup
- LVMPDVehicles[19] = AddStaticVehicleEx(596,2239.7363,2456.7424,2.9207,270.9293,0,1, FACTION_RESPAWN); // sup
- LVMPDVehicles[20] = AddStaticVehicleEx(421,2263.8169,2474.5330,3.0794,0.8641,-1,0, FACTION_RESPAWN); // Washington
- LVMPDVehicles[21] = AddStaticVehicleEx(426,2281.2502,2474.4063,2.9405,359.9793,252,0, FACTION_RESPAWN); // Premier
- LVMPDVehicles[22] = AddStaticVehicleEx(427,2297.9951,2464.7036,3.6657,269.5100,0,0, FACTION_RESPAWN); // enforcer
- LVMPDVehicles[23] = AddStaticVehicleEx(528,2297.9187,2460.5100,3.6654,270.6606,0,0, FACTION_RESPAWN); // fbi truck
- LVMPDVehicles[24] = AddStaticVehicleEx(601,2297.9258,2451.5359,3.0322,270.2767,0,0, FACTION_RESPAWN); // swat truck
- LVMPDVehicles[25] = AddStaticVehicleEx(599,2277.2253,2430.9368,3.2727,359.7866,159,159, FACTION_RESPAWN); // RU
- LVMPDVehicles[26] = AddStaticVehicleEx(599,2272.8579,2431.1475,3.2750,0.2614,0,0, FACTION_RESPAWN); // RU
- LVMPDVehicles[27] = AddStaticVehicleEx(599,2268.4656,2430.8171,3.2730,0.1973,1,1, FACTION_RESPAWN); // RU
- LVMPDVehicles[28] = AddStaticVehicleEx(599,-2229.0217,2350.5071,5.0232,131.8190,159,159, FACTION_RESPAWN); // RU
- LVMPDVehicles[29] = AddStaticVehicleEx(599,-1399.9640,2659.7749,55.6888,90.4543,1,1, FACTION_RESPAWN); // LQ RU
- LVMPDVehicles[30] = AddStaticVehicleEx(525,-1400.3010,2656.5032,55.2444,90.3262,0,0, FACTION_RESPAWN); // LQ Tow
- LVMPDVehicles[31] = AddStaticVehicleEx(424,-1400.3423,2653.4668,55.4685,90.5240,0,1, FACTION_RESPAWN); // LQ BF Injection
- LVMPDVehicles[32] = AddStaticVehicleEx(598,-210.7168,999.3846,19.4716,90.2944,0,1, FACTION_RESPAWN); // FC PATROL
- LVMPDVehicles[33] = AddStaticVehicleEx(598,-210.8142,995.8851,19.4025,89.1256,0,1, FACTION_RESPAWN); // FC PATROL
- LVMPDVehicles[34] = AddStaticVehicleEx(599,-226.2149,999.3721,19.5985,269.7609,159,159, FACTION_RESPAWN); // FC RU
- LVMPDVehicles[35] = AddStaticVehicleEx(490,2240.4866,2461.3718,3.1981,268.8636,254,0, FACTION_RESPAWN); // FBI
- LVMPDVehicles[36] = AddStaticVehicleEx(490,2239.8267,2470.9985,3.1986,269.7411,252,0, FACTION_RESPAWN); // FBI
- LVMPDVehicles[37] = AddStaticVehicleEx(497,2272.5657,2446.3489,47.0886,359.8480,0,1, FACTION_RESPAWN); // Air
- LVMPDVehicles[38] = AddStaticVehicleEx(585,2277.1479,2474.4661,2.9035,1.3692,-1,0, FACTION_RESPAWN); // Emperor
- LVMPDVehicles[39] = AddStaticVehicleEx(426,2268.1123,2473.8384,2.9431,358.9903,254,0, FACTION_RESPAWN); // Premier
- LVMPDVehicles[40] = AddStaticVehicleEx(522,2294.6145,2431.7131,2.8422,358.9326,1,1, FACTION_RESPAWN); // LV NRG1
- LVMPDVehicles[41] = AddStaticVehicleEx(522,2290.3950,2431.3381,2.8448,0.5648,1,1, FACTION_RESPAWN); // LV NRG2
- LVMPDVehicles[42] = AddStaticVehicleEx(430,2296.2490,518.9266,-0.3202,89.9799,159,200, FACTION_RESPAWN); // LV PREDATOR
- LVMPDVehicles[43] = AddStaticVehicleEx(402,2255.3027,2431.2046,3.1050,0.6625,0,0, FACTION_RESPAWN); // LV BUFFALO
- LVMPDVehicles[44] = AddStaticVehicleEx(560,2259.7241,2431.2720,2.9789,0.2614,254,0, FACTION_RESPAWN); // LV SULTAN
- LVMPDVehicles[45] = AddStaticVehicleEx(541,2250.7708,2431.3105,2.8665,359.2409,0,0, FACTION_RESPAWN); // LV Bullet
- LVMPDVehicles[46] = AddStaticVehicleEx(525,2285.8611,2431.3269,3.3400,0.2259,1,0, FACTION_RESPAWN); // LV Tow
- LVMPDVehicles[47] = AddStaticVehicleEx(528,1162.6317,1334.0083,10.7782,90.0919,0,0, FACTION_RESPAWN); // SWAT BASE Vehicle
- LVMPDVehicles[48] = AddStaticVehicleEx(427,1162.7438,1321.9484,11.0026,88.0022,0,0, FACTION_RESPAWN); // SWAT Base Vehicle
- LVMPDVehicles[49] = AddStaticVehicleEx(601,1162.0996,1310.3654,10.5025,87.9195,0,0, FACTION_RESPAWN); // SWAT Base Vehicle
- LVMPDVehicles[50] = AddStaticVehicleEx(402,-227.341,992.616, 19.4580,269.7609,0,0, FACTION_RESPAWN); // FC Buffalo
- LVMPDVehicles[51] = AddStaticVehicleEx(457,-2244.641,2371.340,4.920,131.8190,0,1, FACTION_RESPAWN); // Bayside Caddy
- for(new x;x<sizeof(LVMPDVehicles);x++)
- {
- format(string, sizeof(string), "EX %d", LVMPDVehicles[x]);
- SetVehicleNumberPlate(LVMPDVehicles[x], string);
- SetVehicleToRespawn(LVMPDVehicles[x]);
- Vehicle_Armor(LVMPDVehicles[x]);
- }
- RepairVehicles[0] = AddStaticVehicleEx(552,966.1342,2081.3970,11.1489,182.3128,-1,-1, 600); // utility
- RepairVehicles[1] = AddStaticVehicleEx(552,960.2251,2082.0066,11.1417,182.2623,-1,-1, 600); // utility
- RepairVehicles[2] = AddStaticVehicleEx(552,937.2469,2082.2974,11.1462,179.9500,-1,-1, 600); // utility
- RepairVehicles[3] = AddStaticVehicleEx(552,930.5206,2081.9119,11.1331,180.9785,-1,-1, 600); // utility
- RepairVehicles[4] = AddStaticVehicleEx(552,930.1100,2063.4319,11.1455,269.6574,-1,-1, 600); // utility
- for(new x;x<sizeof(RepairVehicles);x++)
- {
- SetVehicleToRespawn(RepairVehicles[x]);
- Vehicle_Armor(RepairVehicles[x]);
- }
- /* //MPSVehicles (LAPD Sub Station SWAT)
- MPSVehicles[0] = AddStaticVehicleEx(528, 1736.8130, -2061.1709, 14.0150, 270.0000, 0, 1, FACTION_RESPAWN);
- for(new x;x<sizeof(MPSVehicles);x++)
- {
- format(string, sizeof(string), "XMT %d", MPSVehicles[x]);
- SetVehicleNumberPlate(MPSVehicles[x], string);
- SetVehicleToRespawn(MPSVehicles[x]);
- Vehicle_Armor(MPSVehicles[x]);
- }
- */
- //LAFD Vehicles
- FDSAVehicles[0] = AddStaticVehicleEx(416,1751.950,-1792.000,13.3719000,180.00,-1,-1,FACTION_RESPAWN);//FD HQ AMBO
- FDSAVehicles[1] = AddStaticVehicleEx(416,1751.9509,-1782.02,13.3719,180.0,-1,-1,FACTION_RESPAWN);//FD HQ AMBO
- FDSAVehicles[2] = AddStaticVehicleEx(416,1751.95,-1772.0,13.3719,180.0,-1,-1,FACTION_RESPAWN);//FD HQ AMBO
- FDSAVehicles[3] = AddStaticVehicleEx(416,1757.95,-1772.0,13.3719,180.0,-1,-1,FACTION_RESPAWN);//FD HQ AMBO
- FDSAVehicles[4] = AddStaticVehicleEx(416,1757.9498,-1782.04,13.3719,180.0,-1,-1,FACTION_RESPAWN);//FD HQ AMBO
- FDSAVehicles[5] = AddStaticVehicleEx(416,1757.95,-1792.0,13.3719,180.0,-1,-1,FACTION_RESPAWN);//FD HQ AMBO
- FDSAVehicles[6] = AddStaticVehicleEx(407,1763.95,-1774.0,13.7435,180.0,-1,-1,FACTION_RESPAWN);//FD HQ ENG
- FDSAVehicles[7] = AddStaticVehicleEx(544,1769.95,-1774.0,13.7435,180.0,-1,-1,FACTION_RESPAWN);//FD HQ LADDR
- FDSAVehicles[8] = AddStaticVehicleEx(433,1769.95,-1789.0,13.8282,180.0,-1,-1,FACTION_RESPAWN);//FD HQ HZMT
- FDSAVehicles[9] = AddStaticVehicleEx(407,1763.95,-1789.0,13.7435,180.0,-1,-1,FACTION_RESPAWN);//FD HQ ENG
- FDSAVehicles[10] = AddStaticVehicleEx(563,1861.7485,-2395.5029,14.2453,175.5802,1,3,FACTION_RESPAWN); //LAX-Raindance
- FDSAVehicles[11] = AddStaticVehicleEx(407,2525.79,-1531.63,24.25,00,3,3,FACTION_RESPAWN); //Engine-EastCentral
- FDSAVehicles[12] = AddStaticVehicleEx(544,2529.78,-1531.63,24.25,00,3,3,FACTION_RESPAWN); //Ladder-EastCentral
- FDSAVehicles[13] = AddStaticVehicleEx(416,2534.06,-1531.63,24.25,00,3,3,FACTION_RESPAWN); //Ambulance-EastCentral
- FDSAVehicles[14] = AddStaticVehicleEx(490,52.2386,-181.1844,1.6481,176.2079,3,3,FACTION_RESPAWN); // Blueberry FD BatChief
- FDSAVehicles[15] = AddStaticVehicleEx(407,46.8349,-185.2818,1.9552,176.7585,3,3,FACTION_RESPAWN); // Blueberry FD Engine
- FDSAVehicles[16] = AddStaticVehicleEx(544,47.4979,-174.8549,1.9476,175.8579,3,3,FACTION_RESPAWN); // Blueberry FD Ladder
- FDSAVehicles[17] = AddStaticVehicleEx(416,56.9252,-186.8114,1.6872,177.8921,3,3,FACTION_RESPAWN); // Blueberry FD Ambo
- FDSAVehicles[18] = AddStaticVehicleEx(407,1770.0471,2075.4705,11.1967,180.0029,6,6,FACTION_RESPAWN); // CCFD Engine
- FDSAVehicles[19] = AddStaticVehicleEx(544,1763.6932,2075.5103,11.0756,181.0034,6,6,FACTION_RESPAWN); // CCFD Ladder
- FDSAVehicles[20] = AddStaticVehicleEx(416,1757.1957,2075.0164,10.8046,180.4741,6,6,FACTION_RESPAWN); // CCFD Amb
- FDSAVehicles[21] = AddStaticVehicleEx(416,1750.7147,2074.9468,10.8001,180.1486,6,6,FACTION_RESPAWN); // CCFD Amb
- FDSAVehicles[22] = AddStaticVehicleEx(433,1775.4882,2073.4307,11.2579,179.5696,6,6,FACTION_RESPAWN); // CCFD Heavy Rescue
- FDSAVehicles[23] = AddStaticVehicleEx(490,1730.0631,2078.5068,10.8194,271.1577,6,6,FACTION_RESPAWN); // CCFD Chief SUV
- FDSAVehicles[24] = AddStaticVehicleEx(563,1756.5839,2092.5190,21.3021,179.3897,6,6,FACTION_RESPAWN); // CCFD Helo
- for(new x;x<sizeof(FDSAVehicles);x++)
- {
- format(string, sizeof(string), "XMT %d", FDSAVehicles[x]);
- SetVehicleNumberPlate(FDSAVehicles[x], string);
- SetVehicleToRespawn(FDSAVehicles[x]);
- }
- DOCVehicles[0] = AddStaticVehicleEx(482, 1773.2225, 431.4340, 19.9480, 263.8967, 1, 1, FACTION_RESPAWN); //DOC Transport Van
- DOCVehicles[1] = AddStaticVehicleEx(482, 1773.5078, 434.7086, 19.9480, 263.8967, 1, 1, FACTION_RESPAWN); //DOC Transport Van
- DOCVehicles[2] = AddStaticVehicleEx(482, 1773.9214, 437.8687, 19.9480, 263.8967, 1, 1, FACTION_RESPAWN); //DOC Transport Van
- DOCVehicles[3] = AddStaticVehicleEx(482, 1774.2458, 441.4607, 19.9480, 263.8967, 1, 1, FACTION_RESPAWN); //DOC Transport Van
- DOCVehicles[4] = AddStaticVehicleEx(482, 1774.7023, 444.8827, 19.9480, 263.8967, 1, 1, FACTION_RESPAWN); //DOC Transport Van
- DOCVehicles[5] = AddStaticVehicleEx(482, 1775.1699, 448.3742, 19.9480, 263.8967, 1, 1, FACTION_RESPAWN); //DOC Transport Van
- DOCVehicles[6] = AddStaticVehicleEx(482, 1775.4734, 451.6997, 19.9480, 263.8967, 1, 1, FACTION_RESPAWN); //DOC Transport Van
- DOCVehicles[7] = AddStaticVehicleEx(487, 1847.8795, 426.2486, 28.9548, 355.5588, 0, 1, FACTION_RESPAWN);//DOC Maverick
- for(new x;x<sizeof(DOCVehicles);x++)
- {
- format(string, sizeof(string), "XMT %d", DOCVehicles[x]);
- SetVehicleNumberPlate(DOCVehicles[x], string);
- SetVehicleToRespawn(DOCVehicles[x]);
- }
- TruckerVehicles[0] = AddStaticVehicleEx(414, 2518.1860, -2111.6328, 13.5628, 0.0000, -1, -1, 1200);
- TruckerVehicles[1] = AddStaticVehicleEx(414, 2512.2454, -2111.6426, 13.5628, 0.0000, -1, -1, 1200);
- TruckerVehicles[2] = AddStaticVehicleEx(414, 2506.0576, -2111.4666, 13.5628, 0.0000, -1, -1, 1200);
- TruckerVehicles[3] = AddStaticVehicleEx(414, 2500.0459, -2111.6516, 13.5628, 0.0000, -1, -1, 1200);
- TruckerVehicles[4] = AddStaticVehicleEx(456, 2484.9758, -2112.2786, 13.5628, 0.0000, -1, -1, 1200);
- TruckerVehicles[5] = AddStaticVehicleEx(456, 2477.3127, -2112.8386, 13.5628, 0.0000, -1, -1, 1200);
- TruckerVehicles[6] = AddStaticVehicleEx(456, 2469.3245, -2112.9670, 13.5628, 0.0000, -1, -1, 1200);
- TruckerVehicles[7] = AddStaticVehicleEx(456, 2462.3108, -2112.9363, 13.5628, 0.0000, -1, -1, 1200);
- TruckerVehicles[8] = AddStaticVehicleEx(456, 2454.5662, -2112.9326, 13.5628, 0.0000, -1, -1, 1200);
- TruckerVehicles[9] = AddStaticVehicleEx(414,2455.6548,-2078.9712,13.6407,180.9476,-1, -1, 1200);
- TruckerVehicles[10] = AddStaticVehicleEx(414,2460.7488,-2079.4539,13.6406,179.4788,-1, -1, 1200);
- TruckerVehicles[11] = AddStaticVehicleEx(414,2466.0388,-2079.2517,13.6406,180.5432,-1, -1, 1200);
- TruckerVehicles[12] = AddStaticVehicleEx(414,2471.0835,-2078.9070,13.6407,178.3993,-1, -1, 1200);
- TruckerVehicles[13] = AddStaticVehicleEx(456,2478.5776,-2078.4651,13.7200,179.4983,-1, -1, 1200);
- TruckerVehicles[14] = AddStaticVehicleEx(456,2485.5674,-2077.0874,13.7203,179.3109,-1, -1, 1200);
- TruckerVehicles[15] = AddStaticVehicleEx(456,2492.6018,-2077.0247,13.7203,179.7272,-1, -1, 1200);
- TruckerVehicles[16] = AddStaticVehicleEx(456,2509.3184,-2074.6724,13.7206,178.9307,-1, -1, 1200);
- TruckerVehicles[17] = AddStaticVehicleEx(456,2522.8118,-2076.8308,13.7200,180.2656,-1, -1, 1200);
- TruckerVehicles[18] = AddStaticVehicleEx(456,2532.0828,-2075.4890,13.7206,180.5280,-1, -1, 1200);
- for(new x;x<sizeof(TruckerVehicles);x++)
- {
- format(string, sizeof(string), "Truck %d", TruckerVehicles[x]);
- SetVehicleNumberPlate(TruckerVehicles[x], string);
- SetVehicleToRespawn(TruckerVehicles[x]);
- }
- BankVehicles[0] = AddStaticVehicleEx(428,2509.4954,2493.6458,10.9442,90.3693,223,1, 600); //
- BankVehicles[1] = AddStaticVehicleEx(428,2508.2637,2499.0632,10.9450,89.7106,223,1, 600); //
- BankVehicles[2] = AddStaticVehicleEx(428,2509.0645,2508.7512,10.9422,90.6289,223,1, 600); //
- BankVehicles[3] = AddStaticVehicleEx(428,1542.6086,-1024.1860,24.0305,343.6036,1,3, 600); // labrinks
- BankVehicles[4] = AddStaticVehicleEx(428,1546.9899,-1025.3708,24.0302,343.7522,1,3, 600); // labrinks
- BankVehicles[5] = AddStaticVehicleEx(428,1551.1394,-1027.1367,24.0295,344.5570,1,3, 600); // labrinks
- BankVehicles[6] = AddStaticVehicleEx(428,1558.3331,-1012.1339,24.0309,181.2181,1,3, 600); // labrinks
- BankVehicles[7] = AddStaticVehicleEx(428,1562.7538,-1011.7735,24.0315,181.9679,1,3, 600); // labrinks
- BankVehicles[8] = AddStaticVehicleEx(428,2509.4587,2512.6633,10.9450,89.2554,223,1, 600); //
- BankVehicles[9] = AddStaticVehicleEx(428,2509.0498,2516.9409,10.9442,90.0224,223,1, 600); //
- BankVehicles[10] = AddStaticVehicleEx(428,2507.6768,2526.3748,10.9463,90.5124,223,1, 600); //
- BankVehicles[11] = AddStaticVehicleEx(428,2509.6135,2530.1604,10.9456,91.4065,223,1, 600); //
- BankVehicles[12] = AddStaticVehicleEx(428,2510.1467,2533.8896,10.9429,90.0351,223,1, 600); //
- BankVehicles[13] = AddStaticVehicleEx(428,2510.2339,2537.7402,10.9446,89.6511,223,1, 600); //
- for(new x;x<sizeof(BankVehicles);x++)
- {
- format(string, sizeof(string), "BRINKS %d", BankVehicles[x]);
- SetVehicleNumberPlate(BankVehicles[x], string);
- SetVehicleToRespawn(BankVehicles[x]);
- }
- LATRUCKVehicles[0] = AddStaticVehicleEx(514,2783.10,-2335.60,14.30,090.00000000,0,0,1200); //PETROL_TRK
- LATRUCKVehicles[1] = AddStaticVehicleEx(584,2797.10,-2335.60,14.30,090.00000000,0,0,1200); //FUEL_TANKR
- LATRUCKVehicles[2] = AddStaticVehicleEx(514,2783.10,-2339.60,14.30,090.00000000,0,0,1200); //PETROL_TRK
- LATRUCKVehicles[3] = AddStaticVehicleEx(584,2797.10,-2339.60,14.30,090.00000000,0,0,1200); //FUEL_TANKR
- LATRUCKVehicles[4] = AddStaticVehicleEx(514,2783.10,-2344.00,14.30,090.00000000,0,0,1200); //PETROL_TRK
- LATRUCKVehicles[5] = AddStaticVehicleEx(584,2797.10,-2344.00,14.30,090.00000000,0,0,1200); //FUEL_TANKR
- LATRUCKVehicles[6] = AddStaticVehicleEx(403,2783.14,-2349.30,14.30,090.00000000,0,0,1200); //LINERUNNER
- LATRUCKVehicles[7] = AddStaticVehicleEx(584,2794.10,-2349.30,14.30,090.00000000,0,0,1200); //DUMPR_TRAILER
- LATRUCKVehicles[8] = AddStaticVehicleEx(403,2783.14,-2353.50,14.30,090.00000000,0,0,1200); //LINERUNNER
- LATRUCKVehicles[9] = AddStaticVehicleEx(584,2794.10,-2353.50,14.30,090.00000000,0,0,1200); //DUMPR_TRAILER
- LATRUCKVehicles[10] = AddStaticVehicleEx(403,2783.14,-2357.80,14.30,090.00000000,0,0,1200); //LINERUNNER
- LATRUCKVehicles[11] = AddStaticVehicleEx(584,2794.10,-2357.80,14.30,090.00000000,0,0,1200); //DUMPR_TRAILER
- LATRUCKVehicles[12] = AddStaticVehicleEx(403,2774.30,-2399.10,14.30,090.00000000,0,0,1200); //LINERUNNER
- LATRUCKVehicles[13] = AddStaticVehicleEx(584,2787.30,-2399.10,14.30,090.00000000,0,0,1200); //ARTC1_TRAILER
- LATRUCKVehicles[14] = AddStaticVehicleEx(530,2772.30,-2486.50,14.30,090.00000000,6,6,1200); //FORKLIFT
- LATRUCKVehicles[15] = AddStaticVehicleEx(530,2772.30,-2408.18,14.30,090.00000000,6,6,1200); //FORKLIFT
- for(new x;x<sizeof(LATRUCKVehicles);x++)
- {
- format(string, sizeof(string), "TPS %d", LATRUCKVehicles[x]);
- SetVehicleNumberPlate(LATRUCKVehicles[x], string);
- SetVehicleToRespawn(LATRUCKVehicles[x]);
- }
- PizzaVehicles[0] = AddStaticVehicleEx(448,2122.8818,-1784.8313,12.9865,357.3705,3,6,1200); //Pizzaboy
- PizzaVehicles[1] = AddStaticVehicleEx(448,2121.8069,-1784.8348,12.9868,359.6706,3,6,1200); //Pizzaboy
- PizzaVehicles[2] = AddStaticVehicleEx(448,2120.8711,-1784.7803,12.9865,1.9413,3,6,1200); //Pizzaboy
- PizzaVehicles[3] = AddStaticVehicleEx(448,2119.9238,-1784.7810,12.9867,2.1237,3,6,1200); //Pizzaboy
- PizzaVehicles[4] = AddStaticVehicleEx(448,2118.8479,-1784.7194,12.9847,0.2240,3,6,1200); //Pizzaboy
- PizzaVehicles[5] = AddStaticVehicleEx(448,2115.3745,-1784.7493,12.9872,2.3877,3,6,1200); //Pizzaboy
- PizzaVehicles[6] = AddStaticVehicleEx(448,2114.2935,-1784.7489,12.9858,0.3588,3,6,1200); //Pizzaboy
- PizzaVehicles[7] = AddStaticVehicleEx(448,2113.1179,-1784.7390,12.9866,0.3676,3,6,1200); //Pizzaboy
- PizzaVehicles[8] = AddStaticVehicleEx(448,2112.0313,-1784.7681,12.9854,0.3948,3,6,1200); //Pizzaboy
- PizzaVehicles[9] = AddStaticVehicleEx(448,2110.9023,-1784.7622,12.9869,2.4935,3,6,1200); //Pizzaboy
- PizzaVehicles[10] = AddStaticVehicleEx(448,-1713.02709961,1367.94238281,6.85771942,45.00000000,3,6,1200); //Pizzaboy
- PizzaVehicles[11] = AddStaticVehicleEx(448,-1713.83740234,1367.19580078,6.85771942,45.00000000,3,6,1200); //Pizzaboy
- for(new x;x<sizeof(PizzaVehicles);x++)
- {
- format(string, sizeof(string), "Pizza %d", PizzaVehicles[x]);
- SetVehicleNumberPlate(PizzaVehicles[x], string);
- SetVehicleToRespawn(PizzaVehicles[x]);
- }
- FedexVehicles[0] = AddStaticVehicleEx(611,-2100.4934,-258.6371,35.3883,91.2002,1,3,1200); //
- for(new x;x<sizeof(FedexVehicles);x++)
- {
- format(string, sizeof(string), "Fedex %d", FedexVehicles[x]);
- SetVehicleNumberPlate(FedexVehicles[x], string);
- SetVehicleToRespawn(FedexVehicles[x]);
- }
- MiningVehicles[1] = AddStaticVehicleEx(455, -2237.0242, -2299.6655, 31.0200, -125.4600, 0, 0, 1000);
- MiningVehicles[2] = AddStaticVehicleEx(455, -2240.0525, -2303.4050, 31.0200, -125.1600, 0, 0, 1000);
- MiningVehicles[3] = AddStaticVehicleEx(455, -2243.3643, -2307.3711, 31.0200, -123.9000, 0, 0, 1000);
- MiningVehicles[4] = AddStaticVehicleEx(455, -2231.6133, -2322.6799, 31.0200, 321.9009, 0, 0, 1000);
- MiningVehicles[5] = AddStaticVehicleEx(455, -2227.5955, -2325.6470, 31.0200, 320.8547, 0, 0, 1000);
- MiningVehicles[6] = AddStaticVehicleEx(455, -2223.9680, -2328.4819, 31.0200, 320.8547, 0, 0, 1000);
- MiningVehicles[7] = AddStaticVehicleEx(455, -1867.4951, -1706.5906, 22.9615, 125.2800, 2, 2, 1000);
- MiningVehicles[8] = AddStaticVehicleEx(455, -1864.7203, -1709.9952, 22.4504, 125.2800, 2, 2, 1000);
- MiningVehicles[9] = AddStaticVehicleEx(455, -1860.7719, -1715.5792, 22.3463, 125.2800, 2, 2, 1000);
- MiningVehicles[10] = AddStaticVehicleEx(455, -1858.0350, -1719.4507, 22.3463, 125.2800, 2, 2, 1000);
- MiningVehicles[11] = AddStaticVehicleEx(455, -1855.4243, -1723.2144, 22.3463, 125.2800, 2, 2, 1000);
- MiningVehicles[12] = AddStaticVehicleEx(455, -1847.2366, -1723.0840, 22.3463, 125.2800, 2, 2, 1000);
- for(new x;x<sizeof(MiningVehicles);x++)
- {
- format(string, sizeof(string), "AP %d", MiningVehicles[x]);
- SetVehicleNumberPlate(MiningVehicles[x], string);
- SetVehicleToRespawn(MiningVehicles[x]);
- }
- /*PublicWorkingVehicles[0] = AddStaticVehicleEx(408,1096.59960938,-1184.59960938,18.60000038,181.99951172,6,14,FACTION_RESPAWN); //Trashmaster
- PublicWorkingVehicles[1] = AddStaticVehicleEx(552,1109.90002441,-1226.39941406,16.00000000,0.00000000,6,1,FACTION_RESPAWN); //Utility
- PublicWorkingVehicles[2] = AddStaticVehicleEx(552,1099.39941406,-1226.39941406,16.00000000,0.00000000,6,1,FACTION_RESPAWN); //Utility
- PublicWorkingVehicles[3] = AddStaticVehicleEx(611,1120.29980469,-1249.39941406,15.69999981,91.99951172,6,3,FACTION_RESPAWN); //Utility Trailer
- PublicWorkingVehicles[4] = AddStaticVehicleEx(611,1120.19995117,-1246.90002441,15.69999981,91.99951172,6,3,FACTION_RESPAWN); //Utility Trailer
- PublicWorkingVehicles[5] = AddStaticVehicleEx(611,1120.09960938,-1244.39941406,15.69999981,91.99951172,6,3,FACTION_RESPAWN); //Utility Trailer
- PublicWorkingVehicles[6] = AddStaticVehicleEx(408,1090.39941406,-1217.79980469,18.60000038,0.00000000,6,3,FACTION_RESPAWN); //Trashmaster
- PublicWorkingVehicles[7] = AddStaticVehicleEx(408,1094.39941406,-1217.79980469,18.60000038,0.00000000,6,3,FACTION_RESPAWN); //Trashmaster
- PublicWorkingVehicles[8] = AddStaticVehicleEx(408,1098.39941406,-1217.79980469,18.60000038,0.00000000,6,3,FACTION_RESPAWN); //Trashmaster
- PublicWorkingVehicles[9] = AddStaticVehicleEx(552,1102.89941406,-1226.39941406,16.00000000,0.00000000,6,1,FACTION_RESPAWN); //Utility
- PublicWorkingVehicles[10] = AddStaticVehicleEx(552,1106.39941406,-1226.39941406,16.00000000,0.00000000,6,1,FACTION_RESPAWN); //Utility
- PublicWorkingVehicles[11] = AddStaticVehicleEx(408,1110.30004883,-1218.09997559,18.89999962,0.00000000,6,3,FACTION_RESPAWN); //Trashmaster
- PublicWorkingVehicles[12] = AddStaticVehicleEx(408,1106.29980469,-1218.09960938,18.89999962,0.00000000,6,3,FACTION_RESPAWN); //Trashmaster
- */
- for(new x;x<sizeof(PublicWorkingVehicles);x++)
- {
- format(string, sizeof(string), "PW %d", PublicWorkingVehicles[x]);
- SetVehicleNumberPlate(PublicWorkingVehicles[x], string);
- SetVehicleToRespawn(PublicWorkingVehicles[x]);
- }
- GovVehicles[0] = AddStaticVehicleEx(586,1602.2655,-1839.0823,13.0188,271.4543,0,0,FACTION_RESPAWN); // GovWayferer1
- GovVehicles[1] = AddStaticVehicleEx(586,1602.1984,-1835.7455,12.9531,270.4611,0,0,FACTION_RESPAWN); // GovWay2
- GovVehicles[2] = AddStaticVehicleEx(586,1601.9794,-1826.5923,12.9867,271.5574,0,0,FACTION_RESPAWN); // GovWay3
- GovVehicles[3] = AddStaticVehicleEx(586,1601.9652,-1823.0924,12.9638,270.6830,0,0,FACTION_RESPAWN); // GovWay4
- GovVehicles[4] = AddStaticVehicleEx(489,1598.8970,-1791.0238,13.4960,271.6004,6,1,FACTION_RESPAWN); // GovRancher1
- GovVehicles[5] = AddStaticVehicleEx(489,1598.9940,-1802.4347,13.5193,270.0388,6,1,FACTION_RESPAWN); // GovRancher2
- GovVehicles[6] = AddStaticVehicleEx(507,1636.4825,-1801.9740,13.3479,90.9541,0,0,FACTION_RESPAWN); // GovElegant1
- GovVehicles[7] = AddStaticVehicleEx(507,1635.5497,-1811.7119,13.3500,91.7476,0,0,FACTION_RESPAWN); // GovElegant2
- GovVehicles[8] = AddStaticVehicleEx(507,1603.3915,-1830.9034,13.3155,270.2781,0,0,FACTION_RESPAWN); // GovElegant3
- GovVehicles[9] = AddStaticVehicleEx(422,1598.6246,-1817.2870,13.4077,268.7696,6,1,FACTION_RESPAWN); // GovBobcat1
- GovVehicles[10] = AddStaticVehicleEx(422,1598.5198,-1811.9299,13.4033,269.8454,6,1,FACTION_RESPAWN); // GovBobcat2
- GovVehicles[11] = AddStaticVehicleEx(525,1595.7672,-1783.8558,13.4590,269.2599,6,1,FACTION_RESPAWN); // GovTow1
- GovVehicles[12] = AddStaticVehicleEx(525,1595.6888,-1778.7573,13.5624,268.9982,6,1,FACTION_RESPAWN); // GovTow2
- GovVehicles[13] = AddStaticVehicleEx(409,1540.9812,-1798.7356,13.5182,269.6541,0,0,FACTION_RESPAWN); // GovLimo1
- GovVehicles[14] = AddStaticVehicleEx(507,1541.8489,-1793.2859,13.3714,269.3855,0,0,FACTION_RESPAWN); // GovCityElegant1
- GovVehicles[15] = AddStaticVehicleEx(507,1541.8208,-1804.7521,13.3722,269.9054,0,0,FACTION_RESPAWN); // GovCityElegant2
- GovVehicles[16] = AddStaticVehicleEx(405,1541.5081,-1809.5717,13.4219,270.0887,0,0,FACTION_RESPAWN); // GovCitySent1
- GovVehicles[17] = AddStaticVehicleEx(405,1541.6069,-1788.7228,13.4219,270.7268,0,0,FACTION_RESPAWN); // GovCitySent2
- GovVehicles[18] = AddStaticVehicleEx(579,1532.1204,-1821.9775,13.6209,180.7262,0,0,FACTION_RESPAWN); // GovHuntley
- GovVehicles[19] = AddStaticVehicleEx(579,1525.2954,-1821.8112,13.6197,180.8361,0,0,FACTION_RESPAWN); // GovHuntley
- GovVehicles[20] = AddStaticVehicleEx(409,1421.4451,-1797.7723,13.5172,89.9963,0,0,FACTION_RESPAWN); // GovStretch2
- GovVehicles[21] = AddStaticVehicleEx(507,1420.4371,-1803.5629,13.3708,89.5956,0,0,FACTION_RESPAWN); // GovCityElegant3
- GovVehicles[22] = AddStaticVehicleEx(507,1420.3140,-1792.2101,13.3712,90.0258,0,0,FACTION_RESPAWN); // GovCityElegant4
- GovVehicles[23] = AddStaticVehicleEx(405,1420.6246,-1787.9091,13.4219,89.8963,0,0,FACTION_RESPAWN); // GovCitySent3
- GovVehicles[24] = AddStaticVehicleEx(405,1420.6865,-1807.4854,13.4219,90.2040,0,0,FACTION_RESPAWN); // GovCitySent4
- for(new x;x<sizeof(GovVehicles);x++)
- {
- format(string, sizeof(string), "GOV %d", GovVehicles[x]);
- SetVehicleNumberPlate(GovVehicles[x], string);
- SetVehicleToRespawn(GovVehicles[x]);
- }
- /*
- LAJSVehicles[0] = AddStaticVehicleEx(421,1361.8010,-1658.8020,13.1889,270.9047,0,0,FACTION_RESPAWN); // CourtWashington1
- for(new x;x<sizeof(LAJSVehicles);x++)
- {
- format(string, sizeof(string), "LAJS %d", LAJSVehicles[x]);
- SetVehicleNumberPlate(LAJSVehicles[x], string);
- SetVehicleToRespawn(LAJSVehicles[x]);
- }*/
- //Bus Vehicles
- AddStaticVehicleEx(431,1172.5,-1795.5,13.1,0.0, -1, -1, 1200);//Bus
- AddStaticVehicleEx(431,1182.1,-1795.9,13.1,0.0, -1, -1, 1200);//Bus
- AddStaticVehicleEx(456,2795.2,-2417.8,13.4,90.8,-1,-1,1200);//Yankee
- //taxi faction LS
- AddStaticVehicleEx(438, 1742.3293, -1858.7557, 13.50, 90.0000, 6,6, 300);
- AddStaticVehicleEx(438, 1762.3344, -1858.6918, 13.50, 90.0000, 6,6, 300);
- AddStaticVehicleEx(438, 1793.0625, -1865.4860, 13.50, 0.1200, 6,6, 300);
- AddStaticVehicleEx(438, 1797.2573, -1865.4481, 13.50, 0.1200, 6,6, 300);
- AddStaticVehicleEx(438, 1802.2211, -1865.5364, 13.50, 0.1200, 6,6, 300);
- AddStaticVehicleEx(438, 1807.6232, -1865.5741, 13.50, 0.1200, 6,6, 300);
- AddStaticVehicleEx(438, 1751.2969, -1850.2454, 13.50, 270.0000, 6,6, 300);
- AddStaticVehicleEx(438, 1770.3195, -1850.0568, 13.50, 270.0000, 6,6, 300);
- AddStaticVehicleEx(438, 1789.5166, -1850.1920, 13.50, 270.0000, 6,6, 300);
- AddStaticVehicleEx(438, 1802.6343, -1850.1647, 13.50, 270.0000, 6,6, 300);
- AddStaticVehicleEx(438, 1776.0635, -1858.8933, 13.50, 90.0000, 6,6, 300);
- AddStaticVehicleEx(420, 1804.8622, -1931.6886, 13.50, 0.0000, 6,6, 300);
- AddStaticVehicleEx(420, 1797.1229, -1931.8307, 13.50, 0.0000, 6,6, 300);
- AddStaticVehicleEx(438, 1793.2616, -1931.7616, 13.50, 0.0000, 6,6, 300);
- AddStaticVehicleEx(420, 1788.8236, -1931.6399, 13.50, 0.0000, 6,6, 300);
- AddStaticVehicleEx(438, 1784.2297, -1931.7141, 13.50, 0.0000, 6,6, 300);
- AddStaticVehicleEx(420, 1779.9065, -1931.7610, 13.50, 0.0000, 6,6, 300);
- AddStaticVehicleEx(420, 1777.4500, -1921.5249, 13.50, 270.0000, 6,6, 300);
- AddStaticVehicleEx(438, 1777.4972, -1917.1622, 13.50, 270.0000, 6,6, 300);
- AddStaticVehicleEx(420, 1777.3914, -1912.6975, 13.50, 270.0000, 6,6, 300);
- AddStaticVehicleEx(438, 1777.3497, -1907.4670, 13.50, 270.0000, 6,6, 300);
- AddStaticVehicleEx(420, 1777.4591, -1902.1052, 13.50, 270.0000, 6,6, 300);
- AddStaticVehicleEx(438, 1777.4844, -1896.4081, 13.50, 270.0000, 6,6, 300);
- AddStaticVehicleEx(420, 1777.6259, -1890.6628, 13.50, 270.0000, 6,6, 300);
- // Taxi Job LV
- AddStaticVehicleEx(420,1717.0343,1438.2968,10.5191,356.1099,1,1, 600); // LVTAXI1
- AddStaticVehicleEx(420,1717.0173,1425.1869,10.4128,3.2735,1,1, 600); // LVTAXI2
- AddStaticVehicleEx(420,1718.7737,1413.2200,10.4143,11.1718,1,1, 600); // LVTAXI3
- AddStaticVehicleEx(420,1731.0400,1487.5699,10.5902,345.6580,1,1, 600); // LVTAXI4
- AddStaticVehicleEx(420,1734.4893,1500.2185,10.5865,348.5026,1,1, 600); // LVTAXI5
- AddStaticVehicleEx(409,1708.2509,1411.4148,10.3623,190.5996,0,0, 600); // LVLIMO1
- AddStaticVehicleEx(409,1714.6813,1387.2805,10.3608,197.0353,0,0, 600); // LVLIMO2
- //Fox11
- AddStaticVehicleEx(582, 769.1678, -1335.2841, 13.5568, 180.0000, 0, 0, 1200);//Fox-11 E350 Live Van
- AddStaticVehicleEx(582, 763.5619, -1335.0713, 13.5568, 180.0000, 0, 0, 1200);//Fox-11 E350 Live Van
- AddStaticVehicleEx(582, 758.2188, -1335.1149, 13.5568, 180.0000, 0, 0, 1200);//Fox-11 E350 Live Van
- AddStaticVehicleEx(400, 752.6475, -1334.9272, 13.5568, 180.0000, 0, 0, 1200);//Fox-11 SUV
- AddStaticVehicleEx(400, 747.2724, -1334.8280, 13.6992, 180.0000, 0, 0, 1200);//Fox-11 SUV
- AddStaticVehicleEx(488, 742.0439, -1369.6482, 25.9606, 180.0000, 0, 0, 1200);//Fox-11 Chopper
- AddStaticVehicleEx(582,-77.2969,1076.7104,19.8645,0.7096,0,0, 1200); // News Van FC
- AddStaticVehicleEx(582,-80.5870,1076.8145,19.8646,0.6297,0,0, 1200); // News Van FC
- // LS Trucking Job Trailers
- AddStaticVehicleEx(435, -237.8810, -192.0891, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(435, -234.7733, -192.1153, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(435, -231.4498, -192.0560, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(435, -228.2089, -192.0575, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(435, -224.9315, -192.0635, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(435, -221.6733, -192.0609, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(591, -218.3264, -192.0445, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(591, -215.0659, -192.0049, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(591, -211.9254, -191.9642, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(591, -208.6875, -191.9754, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(591, -205.3846, -191.9453, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(591, -202.0421, -191.9456, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(450, -180.0000, -201.3580, 2.0000, 90.0000, -1, -1, 1200);
- AddStaticVehicleEx(450, -180.0000, -204.7523, 2.0000, 90.0000, -1, -1, 1200);
- AddStaticVehicleEx(450, -180.0000, -208.1910, 2.0000, 90.0000, -1, -1, 1200);
- AddStaticVehicleEx(450, -180.0000, -211.7559, 2.0000, 90.0000, -1, -1, 1200);
- AddStaticVehicleEx(450, -180.0000, -215.1991, 2.0000, 90.0000, -1, -1, 1200);
- AddStaticVehicleEx(450, -180.0000, -218.6164, 2.0000, 90.0000, -1, -1, 1200);
- AddStaticVehicleEx(584, -179.0000, -222.8467, 2.0000, 90.0000, -1, -1, 1200);
- AddStaticVehicleEx(584, -179.0000, -226.4298, 2.0000, 90.0000, -1, -1, 1200);
- AddStaticVehicleEx(584, -179.0000, -230.0197, 2.0000, 90.0000, -1, -1, 1200);
- AddStaticVehicleEx(584, -179.0000, -233.6152, 2.0000, 90.0000, -1, -1, 1200);
- AddStaticVehicleEx(584, -179.0000, -237.1661, 2.0000, 90.0000, -1, -1, 1200);
- AddStaticVehicleEx(584, -179.0000, -240.8501, 2.0000, 90.0000, -1, -1, 1200);
- AddStaticVehicleEx(591, -149.2531, -321.8601, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(591, -145.9626, -321.8345, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(591, -142.2729, -321.8528, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(450, -139.0390, -321.9391, 1.8000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(450, -135.7805, -321.8737, 1.8000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(450, -132.4320, -321.9745, 1.8000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(584, -128.9839, -322.6087, 2.5481, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(584, -125.7735, -322.7313, 2.5481, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(584, -122.6628, -322.6660, 2.5481, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(435, -119.4386, -322.2122, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(435, -116.3818, -322.2130, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(435, -113.3553, -322.2310, 2.0000, 180.0000, -1, -1, 1200);
- AddStaticVehicleEx(435, -2104.9597, -99.8576, 35.8321, 90.5494, -1, -1, 1200);
- AddStaticVehicleEx(435, -2104.9451, -104.2798, 35.8321, 90.5494, -1, -1, 1200);
- AddStaticVehicleEx(435, -2104.9194, -108.4615, 35.8321, 90.5494, -1, -1, 1200);
- AddStaticVehicleEx(435, -2104.9888, -95.5760, 35.8321, 90.5494, -1, -1, 1200);
- AddStaticVehicleEx(450, -2102.0923, -112.7763, 35.8331, 91.0243, -1, -1, 1200);
- AddStaticVehicleEx(450, -2102.1433, -117.2660, 35.8331, 91.0243, -1, -1, 1200);
- AddStaticVehicleEx(450, -2102.1587, -121.6699, 35.8331, 91.0243, -1, -1, 1200);
- AddStaticVehicleEx(584, -2102.0137, -125.5330, 35.8331, 91.0243, -1, -1, 1200);
- AddStaticVehicleEx(584, -2101.9023, -129.4281, 35.8331, 91.0243, -1, -1, 1200);
- AddStaticVehicleEx(584, -2101.7195, -133.3056, 35.8331, 91.0243, -1, -1, 1200);
- AddStaticVehicleEx(584, -2101.7383, -137.3997, 35.8331, 91.0243, -1, -1, 1200);
- // VIP garage
- VIPVehicles[0] = AddStaticVehicleEx(411,-4365.93212891,839.28680420,986.18029785,0.00000000,-1,-1,1200); //Infernus
- VIPVehicles[1] = AddStaticVehicleEx(429,-4370.52832031,840.57843018,986.13031006,0.00000000,-1,-1,1200); //Banshee
- VIPVehicles[2] = AddStaticVehicleEx(451,-4374.41894531,840.36810303,986.14465332,0.00000000,-1,-1,1200); //Turismo
- VIPVehicles[3] = AddStaticVehicleEx(559,-4382.43701172,840.60235596,986.13439941,0.00000000,-1,-1,1200); //Jester
- VIPVehicles[4] = AddStaticVehicleEx(560,-4386.68066406,841.29382324,986.18530273,0.00000000,-1,-1,1200); //Sultan
- VIPVehicles[5] = AddStaticVehicleEx(603,-4390.54345703,841.60748291,986.38299561,0.00000000,-1,-1,1200); //Phoenix
- VIPVehicles[6] = AddStaticVehicleEx(480,-4394.61035156,841.88873291,986.23028564,0.00000000,-1,-1,1200); //Comet
- VIPVehicles[7] = AddStaticVehicleEx(506,-4399.16455078,842.31146240,986.17242432,0.00000000,-1,-1,1200); //Super GT
- VIPVehicles[8] = AddStaticVehicleEx(587,-4402.89990234,842.34979248,986.19030762,0.00000000,-1,-1,1200); //Euros
- VIPVehicles[9] = AddStaticVehicleEx(522,-4393.28417969,875.69360352,986.04071045,0.00000000,-1,-1,1200); //NRG-500
- VIPVehicles[10] = AddStaticVehicleEx(522,-4389.04248047,875.41735840,986.04071045,0.00000000,-1,-1,1200); //NRG-500
- VIPVehicles[11] = AddStaticVehicleEx(522,-4385.04980469,875.21435547,986.04071045,0.00000000,-1,-1,1200); //NRG-500
- VIPVehicles[12] = AddStaticVehicleEx(522,-4381.05761719,875.00488281,986.04071045,0.00000000,-1,-1,1200); //NRG-500
- VIPVehicles[13] = AddStaticVehicleEx(471, 3280.7095, 2442.9839, 8.2683, 84.8412, -1, -1, 1000); //VIP Island Quads
- VIPVehicles[14] = AddStaticVehicleEx(471, 3278.8127, 2441.6733, 8.2683, 84.8412, -1, -1, 1000); //VIP Island Quads
- VIPVehicles[15] = AddStaticVehicleEx(471, 3277.0383, 2440.2605, 8.2683, 84.8412, -1, -1, 1000); //VIP Island Quads
- for(new x;x<sizeof(VIPVehicles);x++)
- {
- format(string, sizeof(string), "VIP %d", VIPVehicles[x]);
- SetVehicleNumberPlate(VIPVehicles[x], string);
- SetVehicleToRespawn(VIPVehicles[x]);
- }
- //RR Vehicles
- OPGVehicles[0] = AddStaticVehicleEx(525,830.44,-609.45,16.24,0.0,1, 0,FACTION_RESPAWN); //Dillimore OPGTow
- OPGVehicles[1] = AddStaticVehicleEx(440,814.489,-609.570,16.159,0.0,4,4,FACTION_RESPAWN); //Dillimore OPGBattery
- OPGVehicles[2] = AddStaticVehicleEx(525,1367.580,477.667,20.5,180,1, 0,FACTION_RESPAWN); //Palomino OPG Tow
- OPGVehicles[3] = AddStaticVehicleEx(525,1362.374,480.309,20.5,180,1, 0,FACTION_RESPAWN); //Palomino OPG Tow
- OPGVehicles[4] = AddStaticVehicleEx(440,1405.30,459.77,20.03,155,4,4,FACTION_RESPAWN); //Palomino OPG Battery
- OPGVehicles[5] = AddStaticVehicleEx(525, 2184.4001, -2708.1721, 13.6323, 270.0000, 1, 0,FACTION_RESPAWN);
- OPGVehicles[6] = AddStaticVehicleEx(525, 2184.4001, -2712.1721, 13.6323, 270.0000, 1, 0,FACTION_RESPAWN);
- OPGVehicles[7] = AddStaticVehicleEx(525, 2184.4001, -2716.1721, 13.6323, 270.0000, 1, 0,FACTION_RESPAWN);
- OPGVehicles[8] = AddStaticVehicleEx(525, 2184.4001, -2720.1721, 13.6323, 270.0000, 1, 0,FACTION_RESPAWN);
- OPGVehicles[9] = AddStaticVehicleEx(525, 2184.4001, -2724.1721, 13.6323, 270.0000, 1, 0,FACTION_RESPAWN);
- OPGVehicles[10] = AddStaticVehicleEx(525, 2184.4001, -2728.1721, 13.6323, 270.0000, 1, 0,FACTION_RESPAWN);
- OPGVehicles[11] = AddStaticVehicleEx(578, 2188.5432, -2755.7512, 13.9383, 270.0000, 1, 0,FACTION_RESPAWN);
- OPGVehicles[12] = AddStaticVehicleEx(578, 2188.5432, -2751.7512, 13.9383, 270.0000, 1, 0,FACTION_RESPAWN);
- OPGVehicles[13] = AddStaticVehicleEx(578, 2188.5432, -2747.7512, 13.9383, 270.0000, 1, 0,FACTION_RESPAWN);
- OPGVehicles[14] = AddStaticVehicleEx(578, 2188.5432, -2743.7512, 13.9383, 270.0000, 1, 0,FACTION_RESPAWN);
- OPGVehicles[15] = AddStaticVehicleEx(578, 2188.5432, -2739.7512, 13.9383, 270.0000, 1, 0,FACTION_RESPAWN);
- OPGVehicles[16] = AddStaticVehicleEx(578, 2188.5432, -2735.7512, 13.9383, 270.0000, 1, 0,FACTION_RESPAWN);
- OPGVehicles[17] = AddStaticVehicleEx(525, 2184.7065, -2731.8191, 13.6323, 270.0000, 1, 0,FACTION_RESPAWN);
- OPGVehicles[18] = AddStaticVehicleEx(440, 2164.3567, -2654.6001, 13.6522, 180.0000, 4, 4,FACTION_RESPAWN);
- OPGVehicles[19] = AddStaticVehicleEx(440, 2171.5613, -2654.6001, 13.6522, 180.0000, 4, 4,FACTION_RESPAWN);
- OPGVehicles[20] = AddStaticVehicleEx(440, 2178.6035, -2654.6001, 13.6522, 180.0000, 4, 4,FACTION_RESPAWN);
- OPGVehicles[21] = AddStaticVehicleEx(440, 2186.2097, -2654.6001, 13.6522, 180.0000, 4, 4,FACTION_RESPAWN);
- OPGVehicles[22] = AddStaticVehicleEx(440, 2193.1892, -2654.6001, 13.6522, 180.0000, 4, 4,FACTION_RESPAWN);
- OPGVehicles[23] = AddStaticVehicleEx(525,-1886.4869,-1682.3724,21.6139,182.2884,1,0,FACTION_RESPAWN); //
- OPGVehicles[24] = AddStaticVehicleEx(525,-1893.1865,-1693.1965,21.6348,272.0487,1,0,FACTION_RESPAWN); //
- OPGVehicles[25] = AddStaticVehicleEx(525,-1903.6427,-1693.3993,21.6208,270.3766,1,0,FACTION_RESPAWN); //
- OPGVehicles[26] = AddStaticVehicleEx(440,-1905.8475,-1700.6620,21.8662,183.4097,4,4,FACTION_RESPAWN); //
- OPGVehicles[27] = AddStaticVehicleEx(440,-1916.4368,-1701.2325,21.8670,188.0927,4,4,FACTION_RESPAWN); //
- /*OPGVehicles[28] = AddStaticVehicleEx(525, -2058.4746, 146.0984, 28.6799, 180.0000, 1, 0, 2400);
- OPGVehicles[29] = AddStaticVehicleEx(525, -2054.6692, 145.9887, 28.6799, 180.0000, 1, 0, 2400);
- OPGVehicles[30] = AddStaticVehicleEx(525, -2050.4924, 145.9717, 28.6799, 180.0000, 1, 0, 2400);
- OPGVehicles[31] = AddStaticVehicleEx(525, -2046.6600, 146.0047, 28.6799, 180.0000, 1, 0, 2400);
- OPGVehicles[32] = AddStaticVehicleEx(440, -2056.4031, 127.9545, 29.2851, 0.0000, 4, 4, 2400);
- OPGVehicles[33] = AddStaticVehicleEx(440, -2053.4785, 127.9315, 29.2851, 0.0000, 4, 4, 2400);
- OPGVehicles[34] = AddStaticVehicleEx(578, -2049.4915, 126.0115, 29.0154, 0.0000, 1, 0, 2400);*/
- OPGVehicles[28] = AddStaticVehicleEx(525,683.8093,1721.6152,7.0414,310.3954,228,228,FACTION_RESPAWN); // rr LV tow 1
- OPGVehicles[29] = AddStaticVehicleEx(525,681.4193,1723.1219,7.0548,311.1453,228,228,FACTION_RESPAWN); // rr LV tow 2
- OPGVehicles[30] = AddStaticVehicleEx(440,679.5579,1724.8976,7.1125,310.6292,228,228,FACTION_RESPAWN); // rr LV bat
- OPGVehicles[31] = AddStaticVehicleEx(440,678.1196,1727.1155,7.1081,310.1683,228,228,FACTION_RESPAWN); // rr LV bat
- OPGVehicles[32] = AddStaticVehicleEx(525, 1703.7144, 1804.1824, 11.2948,-180.0,228,228,FACTION_RESPAWN);
- OPGVehicles[33] = AddStaticVehicleEx(525, 1708.2125, 1804.3134, 11.2948,-180.0,228,228,FACTION_RESPAWN);
- OPGVehicles[34] = AddStaticVehicleEx(525, 1712.4015, 1804.3152, 11.2948,-180.0,228,228,FACTION_RESPAWN);
- OPGVehicles[35] = AddStaticVehicleEx(525, 1716.7523, 1804.5513, 11.2948,-180.0,228,228,FACTION_RESPAWN);
- OPGVehicles[36] = AddStaticVehicleEx(440, 1723.8704, 1814.4298, 11.1900,-180.0,228,228,FACTION_RESPAWN);
- OPGVehicles[37] = AddStaticVehicleEx(440, 1727.9497, 1814.4462, 11.1900,-180.0,228,228,FACTION_RESPAWN);
- OPGVehicles[38] = AddStaticVehicleEx(440, 1731.9346, 1814.3533, 11.1900,-180.0,228,228,FACTION_RESPAWN);
- for(new x;x<sizeof(OPGVehicles);x++)
- {
- format(string, sizeof(string), "RR %d", OPGVehicles[x]);
- SetVehicleNumberPlate(OPGVehicles[x], string);
- SetVehicleToRespawn(OPGVehicles[x]);
- }
- /* //Public Works
- PWVehicles[0] = AddStaticVehicleEx(486,1096.59960938,-1184.59960938,18.60000038,181.99951172,6,14,FACTION_RESPAWN); //Dozer
- PWVehicles[1] = AddStaticVehicleEx(552,1109.90002441,-1226.39941406,16.00000000,0.00000000,6,1,FACTION_RESPAWN); //Utility
- PWVehicles[2] = AddStaticVehicleEx(552,1099.39941406,-1226.39941406,16.00000000,0.00000000,6,1,FACTION_RESPAWN); //Utility
- PWVehicles[3] = AddStaticVehicleEx(611,1120.29980469,-1249.39941406,15.69999981,91.99951172,6,3,FACTION_RESPAWN); //Utility Trailer
- PWVehicles[4] = AddStaticVehicleEx(611,1120.19995117,-1246.90002441,15.69999981,91.99951172,6,3,FACTION_RESPAWN); //Utility Trailer
- PWVehicles[5] = AddStaticVehicleEx(611,1120.09960938,-1244.39941406,15.69999981,91.99951172,6,3,FACTION_RESPAWN); //Utility Trailer
- PWVehicles[6] = AddStaticVehicleEx(455,1102.40002441,-1217.50000000,18.45299339,0.00000000,6,3,FACTION_RESPAWN); //Flatbed
- PWVehicles[7] = AddStaticVehicleEx(578,1085.19995117,-1194.90002441,18.79999924,180.00000000,6,1,FACTION_RESPAWN); //DFT-30
- PWVehicles[8] = AddStaticVehicleEx(578,1089.79980469,-1194.89941406,18.79999924,180.00000000,6,1,FACTION_RESPAWN); //DFT-30
- PWVehicles[9] = AddStaticVehicleEx(455,1111.79992676,-1195.00000000,18.60000038,180.00000000,6,3,FACTION_RESPAWN); //Flatbed
- PWVehicles[10] = AddStaticVehicleEx(524,1110.30004883,-1218.09997559,18.89999962,0.00000000,6,3,FACTION_RESPAWN); //Cement Truck
- PWVehicles[11] = AddStaticVehicleEx(530,1084.00000000,-1230.40002441,15.60000038,270.00000000,6,1,FACTION_RESPAWN); //Forklift
- PWVehicles[12] = AddStaticVehicleEx(574,1095.59960938,-1224.19921875,15.60000038,90.00000000,6,26,FACTION_RESPAWN); //Sweeper
- PWVehicles[13] = AddStaticVehicleEx(417,1131.40002441,-1224.30004883,25.29999924,0.00000000,-1,-1,FACTION_RESPAWN); //Leviathan
- PWVehicles[14] = AddStaticVehicleEx(574,1095.59960938,-1226.50000000,15.60000038,90.00000000,6,26,FACTION_RESPAWN); //Sweeper
- PWVehicles[15] = AddStaticVehicleEx(574,1095.59960938,-1228.80004883,15.60000038,90.00000000,6,26,FACTION_RESPAWN); //Sweeper
- PWVehicles[16] = AddStaticVehicleEx(530,1084.00000000,-1232.19995117,15.60000038,270.00000000,6,1,FACTION_RESPAWN); //Forklift
- PWVehicles[17] = AddStaticVehicleEx(524,1106.29980469,-1218.09960938,18.89999962,0.00000000,6,3,FACTION_RESPAWN); //Cement Truck
- PWVehicles[18] = AddStaticVehicleEx(408,1090.39941406,-1217.79980469,18.60000038,0.00000000,6,3,FACTION_RESPAWN); //Trashmaster
- PWVehicles[19] = AddStaticVehicleEx(408,1094.39941406,-1217.79980469,18.60000038,0.00000000,6,3,FACTION_RESPAWN); //Trashmaster
- PWVehicles[20] = AddStaticVehicleEx(408,1098.39941406,-1217.79980469,18.60000038,0.00000000,6,3,FACTION_RESPAWN); //Trashmaster
- PWVehicles[21] = AddStaticVehicleEx(455,1107.19921875,-1195.00000000,18.60000038,180.00000000,6,3,FACTION_RESPAWN); //Flatbed
- PWVehicles[22] = AddStaticVehicleEx(552,1102.89941406,-1226.39941406,16.00000000,0.00000000,6,1,FACTION_RESPAWN); //Utility
- PWVehicles[23] = AddStaticVehicleEx(552,1106.39941406,-1226.39941406,16.00000000,0.00000000,6,1,FACTION_RESPAWN); //Utility
- PWVehicles[24] = AddStaticVehicleEx(422,1087.80004883,-1249.09997559,15.89999962,0.00000000,6,3,FACTION_RESPAWN); //Bobcat
- PWVehicles[25] = AddStaticVehicleEx(486,-1885.424, -209.390, 18.609,0.0,6,3,FACTION_RESPAWN); // SF Dozer
- PWVehicles[26] = AddStaticVehicleEx(552,-1860.6936,-216.2394,18.0787,359.5742,6,1, FACTION_RESPAWN); // SF Utility
- PWVehicles[27] = AddStaticVehicleEx(552,-1864.6418,-216.2516,18.0789,0.5594,6,1, FACTION_RESPAWN); // SF Utility
- PWVehicles[28] = AddStaticVehicleEx(524,-1869.1368,-215.5036,19.3141,0.1646,6,3, FACTION_RESPAWN); // SF Cement
- PWVehicles[29] = AddStaticVehicleEx(574,-1867.0168,-197.0606,18.1252,179.4708,6,3, FACTION_RESPAWN); // SF Sweep
- PWVehicles[30] = AddStaticVehicleEx(408,-1853.5216,-189.8576,18.8859,180.4069,6,3, FACTION_RESPAWN); // SF Trash
- for(new x;x<sizeof(PWVehicles);x++)
- {
- format(string, sizeof(string), "XMT %d", PWVehicles[x]);
- SetVehicleNumberPlate(PWVehicles[x], string);
- SetVehicleToRespawn(PWVehicles[x]);
- } */
- //Warehouse Job Vehicles
- AddStaticVehicleEx(499, -2252.0552, 2284.8250, 5.1000, 90.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2252.1487, 2291.2935, 5.1000, 90.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2252.0823, 2297.0801, 5.1000, 90.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2252.0693, 2303.2429, 5.1000, 90.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2252.0481, 2309.0654, 5.1000, 90.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2251.9172, 2315.1470, 5.1000, 90.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2252.1177, 2321.0474, 5.1000, 90.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2252.0989, 2327.0488, 5.1000, 90.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2251.9048, 2332.9294, 5.1000, 90.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2252.0210, 2339.0754, 5.1000, 90.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2271.6257, 2336.1287, 5.1000, 270.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2271.7141, 2330.1072, 5.1000, 270.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2271.5840, 2324.2458, 5.1000, 270.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2271.3125, 2318.1074, 5.1000, 270.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2271.4722, 2312.1848, 5.1000, 270.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2271.5115, 2306.2637, 5.1000, 270.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2271.3723, 2300.4231, 5.1000, 270.0000, 179, 0, 600);
- AddStaticVehicleEx(499, -2271.2712, 2294.2415, 5.1000, 270.0000, 179, 0, 600);
- /* Load Toll Gates
- AddTollGate(3578, -793.83, 470.97, 20.55, -793.83, 470.97, 29.55, 0.0, 0.0, 15.00, random(300)); // Thomas Norman
- AddTollGate(3578, -785.66, 473.19, 20.55, -785.66, 473.19, 29.55, 0.0, 0.0, 15.00, random(300)); // Thomas Norman
- AddTollGate(3578, -1665.07, 552.46, 30.98, -1665.07, 552.46, 37.98, 0.0, 0.0, -47.00, random(300)); // I-127
- AddTollGate(3578, -1658.95, 545.84, 30.98, -1658.95, 545.84, 37.98, 0.0, 0.0, -47.00, random(300)); // I-127
- */
- //======NOT USED VEHICLES BELOW=======
- /*for(new x;x<sizeof(FBIVehicles);x++)
- {
- format(string, sizeof(string), "FBI %d", FBIVehicles[x]);
- SetVehicleNumberPlate(FBIVehicles[x], string);
- SetVehicleToRespawn(FBIVehicles[x]);
- } */
- /*BurgerVehicles[1] = AddStaticVehicleEx(462,-2328.4380,983.8900,50.2873,11.3476,6,6,0); //
- for(new x;x<sizeof(BurgerVehicles);x++)
- {
- format(string, sizeof(string), "XMT %d", BurgerVehicles[x]);
- SetVehicleNumberPlate(BurgerVehicles[x], string);
- SetVehicleToRespawn(BurgerVehicles[x]);
- }*/
- //Coastguard Cars
- /*CoastGuardVehicles[0] = AddStaticVehicleEx(500,-1528.7372,455.8304,7.1505,89.9769,1,3,FACTION_RESPAWN); // CGRancher1
- for(new x;x<sizeof(CoastGuardVehicles);x++)
- {
- format(string, sizeof(string), "USCG %d", CoastGuardVehicles[x]);
- SetVehicleNumberPlate(CoastGuardVehicles[x], string);
- SetVehicleToRespawn(CoastGuardVehicles[x]);
- }*/
- for(new h = 0; h < sizeof(FamilyInfo); h++)
- {
- if(FamilyInfo[h][FamilyUSafe] > 0)
- {
- FamilyInfo[h][FamilyPickup] = CreateDynamicPickup(1239, 23, FamilyInfo[h][FamilySafe][0], FamilyInfo[h][FamilySafe][1], FamilyInfo[h][FamilySafe][2]);
- }
- if(FamilyInfo[h][FamilyEntrance][0] != 0.0 && FamilyInfo[h][FamilyEntrance][1] != 0.0)
- {
- FamilyInfo[h][FamilyEntrancePickup] = CreateDynamicPickup(1318, 23, FamilyInfo[h][FamilyEntrance][0], FamilyInfo[h][FamilyEntrance][1], FamilyInfo[h][FamilyEntrance][2]);
- format(string, sizeof(string), "%s", FamilyInfo[h][FamilyName]);
- FamilyInfo[h][FamilyEntranceText] = CreateDynamic3DTextLabel(string,COLOR_YELLOW,FamilyInfo[h][FamilyEntrance][0], FamilyInfo[h][FamilyEntrance][1], FamilyInfo[h][FamilyEntrance][2]+0.6,4.0);
- }
- LoadGangVehicles(h);
- }
- for(new h = 0; h < sizeof(Points); h++)
- {
- if(Points[h][Type] == 3)
- {
- format(string, sizeof(string), " POT AVAILABLE: %d/1000.", Points[h][Stock]);
- Points[h][TextLabel] = CreateDynamic3DTextLabel(string, COLOR_YELLOW, Points[h][Pointx], Points[h][Pointy], Points[h][Pointz], 4.0);
- Points[h][CratePoint] = 1;
- }
- else if(Points[h][Type] == 4)
- {
- format(string, sizeof(string), " CRACK AVAILABLE: %d/500.", Points[h][Stock]);
- Points[h][TextLabel] = CreateDynamic3DTextLabel(string, COLOR_YELLOW, Points[h][Pointx], Points[h][Pointy], Points[h][Pointz], 4.0);
- Points[h][CratePoint] = 2;
- }
- CreateDynamicPickup(1239, 23, Points[h][Pointx], Points[h][Pointy], Points[h][Pointz]);
- }
- new text_info[128];
- for(new d = 0; d < sizeof(CarDealershipInfo); d++)
- {
- if(CarDealershipInfo[d][cdEntranceX] != 0.0 && CarDealershipInfo[d][cdEntranceY] != 0.0)
- {
- CarDealershipInfo[d][cdPickupID] = CreateDynamicPickup(1239, 1, CarDealershipInfo[d][cdEntranceX], CarDealershipInfo[d][cdEntranceY], CarDealershipInfo[d][cdEntranceZ]);
- if(CarDealershipInfo[d][cdOwned])
- {
- format(text_info, sizeof(text_info),"Car Dealership %s\nOwner: %s\nRadius: %.1f\nID: %d", CarDealershipInfo[d][cdMessage], CarDealershipInfo[d][cdOwner], CarDealershipInfo[d][cdRadius], d);
- CarDealershipInfo[d][cdTextLabel] = CreateDynamic3DTextLabel(text_info,COLOR_GREEN,CarDealershipInfo[d][cdEntranceX], CarDealershipInfo[d][cdEntranceY], CarDealershipInfo[d][cdEntranceZ]+0.75,3.0,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,1);
- }
- else
- {
- format(text_info, sizeof(text_info),"Car Dealership %s For Sale\nPrice: %d\nRadius: %.1f\nID: %d", CarDealershipInfo[d][cdMessage], CarDealershipInfo[d][cdPrice], CarDealershipInfo[d][cdRadius], d);
- CarDealershipInfo[d][cdTextLabel] = CreateDynamic3DTextLabel(text_info,COLOR_RED,CarDealershipInfo[d][cdEntranceX], CarDealershipInfo[d][cdEntranceY], CarDealershipInfo[d][cdEntranceZ]+0.75,3.0,INVALID_PLAYER_ID,INVALID_VEHICLE_ID,1);
- }
- }
- for(new v = 0; v < MAX_DEALERSHIPVEHICLES; v++)
- {
- if (CarDealershipInfo[d][cdVehicleModel][v] != 0)
- {
- new carcreated = CreateVehicleEx(CarDealershipInfo[d][cdVehicleModel][v], CarDealershipInfo[d][cdVehicleSpawnX][v], CarDealershipInfo[d][cdVehicleSpawnY][v], CarDealershipInfo[d][cdVehicleSpawnZ][v], CarDealershipInfo[d][cdVehicleSpawnAngle][v], 0, 0, 6);
- format(text_info, sizeof(text_info), "%s For Sale\nPrice: %d", GetVehicleName(carcreated), CarDealershipInfo[d][cdVehicleCost][v]);
- CarDealershipInfo[d][cdVehicleLabel][v] = CreateDynamic3DTextLabel(text_info,COLOR_LIGHTBLUE,0.0, 0.0, 0.0,8.0,INVALID_PLAYER_ID,carcreated);
- CarDealershipInfo[d][cdVehicleId][v] = carcreated;
- }
- }
- }
- for(new v=0; v<MAX_VEHICLES; v++)
- {
- Gas[v] = 100.0;
- }
- // Advertisement points
- CreatePickup(1239, 23, 646.549377, -1348.272338, 13.546875, -1); // Advertisement spot (LS)
- CreatePickup(1239, 23, -2240.405761, 239.212402, 35.320312, -1); // Advertisement spot (SF)
- //CreatePickup(1239, 23, x, y, z, -1); // Advertisement spot (LV)
- CreateDynamic3DTextLabel("Advertisement Point \nType /ad to put up an advertisement",COLOR_YELLOW,646.549377, -1348.272338, 13.546875+0.6,10.0); // Advertisement spot (LS)
- CreateDynamic3DTextLabel("Advertisement Point \nType /ad to put up an advertisement",COLOR_YELLOW,-2240.405761, 239.212402, 35.320312+0.6,10.0); // Advertisement spot (SF)
- CreateDynamic3DTextLabel("Supreme Court\nCell Number\n#1",COLOR_NOOSE,1315.0146,-1726.6338,-72.6484+0.6,10.0);
- CreateDynamic3DTextLabel("Supreme Court\nCell Number\n#2",COLOR_NOOSE,1319.3326,-1726.6136,-72.6484+0.6,10.0);
- CreateDynamic3DTextLabel("Supreme Court\nCell Number\n#3",COLOR_NOOSE,1323.4989,-1726.6036,-72.6484+0.6,10.0);
- // OVG Audio Stream VIP
- CreateDynamic3DTextLabel("SRP Radio DJ Booth\nCurrently Playing: SRP Radio",COLOR_YELLOW,1452.4380,-1576.7020,13.5469+0.6,20.0);
- // Warehouse Worker (San Fierro) points
- CreatePickup(1239, 23,-2280.0576,2287.8992,4.6535,-1); // Warehouse job spot (Bayside)
- CreatePickup(1239, 23,-2286.9758,2282.3188,4.6535,-1); // Warehouse load spot (Bayside)
- //CreatePickup(1239, 23, 2101.7676,-1885.9995,13.5469, -1); // Warehouse informaton (LS)
- //CreatePickup(1239, 23,-2280.0259,2291.4087,4.6535,-1); // Warehouse information (Bayside)
- CreateDynamic3DTextLabel("Warehouse Worker \nType /join to become one",COLOR_LIGHTBLUE,-2280.0576,2287.8992,4.99+0.6,10.0); // Warehouse job spot (SF)
- CreateDynamic3DTextLabel("Load Point \nType /loadmats to deliver a materials package",COLOR_LIGHTBLUE,-2286.9758, 2282.3188, 4.99+0.6,10.0); // Warehouse load spot (SF)
- // Brinks Bank Delivery
- CreatePickup(1239, 23, 2520.6016,2447.6489,10.9427, -1); // Pickup Point (LV)
- CreateDynamic3DTextLabel("Brinks Depot\nType /loadcar to start",COLOR_LIGHTBLUE,2520.6016,2447.6489,10.9427+0.6,10.0); // Pickup Point (LV)
- CreatePickup(1239, 23, 2507.9602,2504.1355,10.8203, -1); // Get Job Point (LV)
- CreateDynamic3DTextLabel("Brinks Worker\nType /join to become one",COLOR_LIGHTBLUE,2507.9602,2504.1355,10.8203+0.6,10.0); // Get Job Point (LV)
- CreatePickup(1239, 23, 1433.0181,-962.2107,36.3097, -1); // Pickup Point (LA)
- CreateDynamic3DTextLabel("Brinks Depot\nType /loadcar to start",COLOR_LIGHTBLUE,1433.0181,-962.2107,36.3097+0.6,10.0); // Pickup Point (LA)
- CreatePickup(1239, 23, 1433.4060,-968.4258,37.3931, -1); // Get Job Point (LA)
- CreateDynamic3DTextLabel("Brinks Worker\nType /join to become one",COLOR_LIGHTBLUE,1433.4060,-968.4258,37.3931+0.6,10.0); // Get Job Point (LA)
- // Garbageman && Utility Man
- CreatePickup(1239, 23, 1095.6921,-1194.8772,18.0845, -1); // Get Job Point (LA)
- CreateDynamic3DTextLabel("Garbageman\nType /join to become one",COLOR_LIGHTBLUE,1095.6921,-1194.8772,18.0845+0.6,10.0); // Get Job Point (LA)
- CreatePickup(1239, 23, 1099.3604,-1195.0002,18.0808, -1); // Get Job Point (LA)
- CreateDynamic3DTextLabel("Utilityman\nType /join to become one",COLOR_LIGHTBLUE,1099.3604,-1195.0002,18.0808+0.6,10.0); // Get Job Point (LA)
- // Repairman
- CreatePickup(1239, 23, 981.3501,2082.9370,10.8203, -1); // /getrepair Point (LV)
- CreateDynamic3DTextLabel("Repair Shop\nType /getrepair to work",COLOR_LIGHTBLUE,981.3501,2082.9370,10.8203+0.6,10.0); // /getrepair Point (LV)
- CreatePickup(1239, 23, 979.1214,2083.2048,10.8203, -1); // Get Job Point (LV)
- CreateDynamic3DTextLabel("Repairman\nType /join to become one",COLOR_LIGHTBLUE,979.1214,2083.2048,10.8203+0.6,10.0); // Get Job Point (LV)
- // Angel Pine (Los Santos) car insurance points
- CreatePickup(1239, 23, -1584.3499,-2718.8491,48.5391, -1); // Gate point
- CreatePickup(1239, 23, -1577.4004,-2707.4563,48.5391, -1); // Fix point
- CreateDynamic3DTextLabel("Fix Point\nType /fixmycar to fix your vehicle",COLOR_YELLOW,-1577.4004,-2707.4563,48.5391+0.6,10.0); // Car insurance spot (LS)
- CreatePickup(1239, 23, 2203.9895,2491.5774,10.4609, -1); // Fix point
- CreateDynamic3DTextLabel("Fix Point\nType /fixmycar to fix your vehicle",COLOR_YELLOW,2203.9895,2491.5774,10.4609+0.6,10.0); // Car insurance spot (LV)
- CreatePickup(1239, 23, 2636.5225,1073.2427,10.4676, -1); // Fix point
- CreateDynamic3DTextLabel("Fix Point\nType /fixmycar to fix your vehicle",COLOR_YELLOW,2636.5225,1073.2427,10.4676+0.6,10.0); // Car insurance spot (LV East)
- CreatePickup(1239, 23, 1393.3931,464.7138,20.1521, -1); // Fix point
- CreateDynamic3DTextLabel("Fix Point\nType /fixmycar to fix your vehicle",COLOR_YELLOW,1393.3931,464.7138,20.1521+0.6,10.0); // Car insurance spot (LA County LASD)
- // Angel Pine Mining (Angel Pine) points
- CreatePickup(1239, 23, -2202.3633,-2339.7974,30.6250, -1); // Mining job spot (AP)
- CreateDynamic3DTextLabel("Angel Pine Miner \nType /join to become one",COLOR_LIGHTRED,-2202.3633,-2339.7974,30.6250+0.6,10.0); // Mining job spot text (AP)
- // Drug Smuggler (Los Santos) points
- CreatePickup(1239, 23, 325.6044,1123.5282,1083.8828, -1); // Drug house informaton (LS)
- CreatePickup(1239, 23, 2076.4624,-2046.4349,13.5469, -1); // Drug smuggler /getcrate spot (LS)
- CreateDynamic3DTextLabel("Load Point \nType /getcrate to load a drugs crate",COLOR_LIGHTRED,2076.4624,-2046.4349,13.5469+0.6,10.0); // Drug smuggler /getcrate spot (LS)
- // LV Pickups
- CreatePickup(1239, 23, 2128.8589, 650.1796, 11.4609, -1); // Drug Dealer Job
- CreatePickup(1239, 23, 2478.7542, 1022.1125, 10.8203, -1); // Lawyer Job
- CreatePickup(1239, 23, 829.2385, 860.3727, 12.4540, -1); // Craftsman Job
- CreatePickup(1239, 23, 2177.0498, 925.1132, 11.0995, -1); // Arms Dealer Job
- CreatePickup(1239, 23, 229.4008, 168.7817, 1003.0234, -1); // Private Investigator Job
- CreatePickup(1239, 23, 770.9471, -77.7359, 1000.6563, -1); // Body Guard Job
- CreatePickup(1239, 23, 693.6890, 1967.0238, 5.5391, -1); // Whore Job
- CreatePickup(1230, 23, 534.2360, 913.0679, -42.9609, -1); //Materials Pickup LV
- // LV Drug Dens
- CreatePickup(1239, 23, 2641.0522,58.7879,323.2010, -1);
- CreateDynamic3DTextLabel("Drug Den \nType /getseeds",COLOR_YELLOW,2641.0522,58.7879,323.2010+0.6,10.0);
- CreatePickup(1239, 23, -941.9512,1418.7169,30.1448, -1);
- CreateDynamic3DTextLabel("Drug Den \nType /getseeds",COLOR_YELLOW,-941.9512,1418.7169,30.1448+0.6,10.0);
- CreatePickup(1239, 23, -674.5008,2698.6504,71.0330, -1);
- CreateDynamic3DTextLabel("Drug Den \nType /getseeds",COLOR_YELLOW,-674.5008,2698.6504,71.0330+0.6,10.0);
- // Pickups
- CreatePickup(1239, 23, 301.042633, 178.700408, 1007.171875, -1); // Detective job (SF)
- CreatePickup(1239, 23, -2089.344970, 87.800231, 35.320312, -1); // Drug Dealer job (SF)
- CreatePickup(1239, 23, 2107.5869,-1785.0497,13.3870, -1); // Pizza Boy job (LS)
- CreatePickup(1239, 23, 2099.2761,-1804.8387,13.5547, -1); // Pizza Boy job Pickup (LS)
- CreatePickup(1239, 23, 833.60, 3.23, 1004.17, -1); // /paymytickets point
- CreatePickup(1239, 23, -4429.944824, 905.032470, 987.078186, -1); // VIP Garage Travel
- CreatePickup(1239, 23, 2102.71,-103.97,2.28, -1); // Matrun 3
- CreatePickup(1239, 23,-1816.528686,-179.502624,9.398437, -1); // Matrun 4 (pickup)
- CreatePickup(1239, 23,-2344.4546,989.7565,50.7029, -1); // Pizza Coon SF #1
- CreatePickup(1239, 23, -1981.2365, 134.1870, 27.1870, -1); // Taxi Job SF #1
- CreatePickup(1239, 23, 2565.346191, 1403.409790, 7699.584472, -1);// VIP ph changing station.
- //CreatePickup(1239, 23, 701.7953,-519.8322,16.3348, -1); //Rental Icon
- CreatePickup(1239, 23, 757.3734,5.7227,1000.7012, -1); // Train Pos
- CreatePickup(1230, 23, 2105.4258,-1886.2653,13.5469, -1); //Materials Pickup
- CreatePickup(1239, 23, 758.43,-78.0,1000.65, -1); // Train Pos (MALL GYM)
- CreatePickup(1239, 23, 293.6505,188.3670,1007.1719, -1); //FBI
- CreatePickup(1239, 23, 1147.9441,-1202.8629,19.5069, -1); //Drug Smuggler
- CreatePickup(1240, 23, 1179.4012451172,-1331.5632324219,2423.0461425781, -1);// /healme//Old Healme: 2103.4998,2824.2568,-16.1672
- CreatePickup(1239, 23, 1169.7209472656,-1348.3218994141,2423.0461425781, -1);// /Old Insurance: 2086.4915,2826.7122,-16.1744
- CreatePickup(1247, 23, -2171.44, -2361.47, 30.54,-1); //Angel Pine Arrest Point
- CreatePickup(1247, 23, 295.9513,-1540.6786,24.5938, -1); // FBI Arrest
- CreatePickup(1247, 23, -2064.253, -213.558, 35.320, -1); // CHP Arrest Pt SF
- CreatePickup(1247, 23, 844.4416, -601.0480, 18.4219, -1); // CHP Arrest Pt SF
- CreatePickup(1247, 23, 1573.1972,-1624.48,12.8,-1);//LAPD EXTRA DROP OFF
- CreatePickup(1247, 23, -101.431, -1817.625, 1.8, -1); // LASD Arrest Roof
- CreatePickup(1247, 23, 292.7859,-1530.6685,76.5391, -1); // FBI Arrest Roof
- CreatePickup(1247, 23, -800.397094, -1877.925903, 11.668975, -1); // NOOSE Arrest
- CreatePickup(1247, 23, -1408.7196,2627.7852,55.9932, -1); // Tierra Robada Arrest
- CreatePickup(1247, 23, -1606.307861, 673.740539, -5.242187, -1); // SFPD Arrest
- CreatePickup(1247, 23, 1528.4888,-1677.7632,5.8906, -1); // LSPD Arrest
- CreatePickup(1247, 23, 1820.199,432.948,19.290, -1); // DOC Arrest
- CreatePickup(1247, 23, 680.2208,-1546.9856,14.8516, -1); // LSPD Arrest
- CreatePickup(1247, 23, 1991.7953,-2321.2532,13.5469, -1); // Deliver Arrest
- CreatePickup(1247, 23, -2240.6609,2355.2236,4.9786, -1); // Bayside Arrest
- CreatePickup(1210, 23, -71.419654846191,1360.4097900391,1080.2185058594, -1); //Hitman Pickup
- CreatePickup(1247, 23, -214.0644,979.3775,18.8952, -1); // FC Arrest
- CreatePickup(1247, 23, -205.5576,1861.6444,13.1406, -1); // NG /ndeliver
- CreatePickup(1247, 23, 2334.65, 566.84, 7.78, -1); // Coastguard Building Arrest
- CreatePickup(1247, 23, 2182.20, 530.32, 1.19, -1); // Coastguard Dock Arrest
- CreatePickup(1247, 23, 611.96, -587.25, 17.22, -1); // Arrest Dillimore
- CreatePickup(1247, 23, 2273.5300,-79.6400,26.05, -1); // LASD Arrest Palomino
- CreatePickup(1247, 23, 1407.2700,419.8500,19.59, -1); // LASD Arrest Montgomery
- CreatePickup(1247, 23, 329.4400,-50.5800,0.97, -1); // LASD Arrest Blueberry
- CreatePickup(1247, 23, 1733.8361,-2056.5571,13.5785, -1); // SASD Arrest LV
- CreatePickup(1247, 23, 2294.5334,2451.6362,10.7452, -1); // LVMPD Arrest
- CreatePickup(1247, 23, 1384.0507,-1688.8254,13.5341, -1); // Warrant Arrest
- CreatePickup(1240, 23, -1514.7850,2528.2227,56.0297, -1);// Deliverpt (TIERRA ROBADA)
- CreatePickup(1240, 23, 1142.4733,-1326.3633,13.6259, -1);// Deliverpt
- CreatePickup(1240, 23, 2027.0599,-1410.6870,16.9922, -1);// Deliverpt
- CreatePickup(1240, 23, 1227.2339,306.4730,19.7028, -1);// Deliverpt
- CreatePickup(1240, 23, -325.4840,1063.5975,19.7990, -1);// Deliverpt FC
- CreatePickup(1240, 23, -2695.5725,639.4147,14.4531, -1); // Deliverpt
- CreatePickup(1240, 23, 1165.1564,-1368.8240,26.6502, -1);// Deliverpt
- CreatePickup(1240, 23, 2024.5742,-1382.7844,48.3359, -1);// Deliverpt
- CreatePickup(1240, 23, 1233.3384,316.4022,24.7578, -1);// Deliverpt
- CreatePickup(1240, 23, 325.4840,1063.5975,19.7990, -1);// Deliverpt
- CreatePickup(1240, 23, -2656.0339,615.2567,66.0938, -1);// Deliverpt
- CreatePickup(1240, 23, 1608.6509,1767.3022,37.3125, -1);// Deliverpt LV Roof
- CreatePickup(1240, 23, 1607.9885,1824.6393,10.7452, -1);// Deliverpt LV
- CreatePickup(1239, 23, 366.54, 159.09, 1008.38, -1); // LICENSES @ CITY HALL
- CreatePickup(1239, 23, -1854.9646, -1561.6967, 21.3500, -1);//Getacid point
- CreatePickup(1239, 23, 333.0822, 1120.1993, 1089.2824, -1); // Cook Meth point
- // Set in virtual worlds
- CreateDynamic3DTextLabel("/SE \nTo open your locker.", COLOR_DBLUE, 354.37, 173.91, 1008.38+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 20041, 3, -1);
- CreateDynamic3DTextLabel("/LASD\nTo open your locker.", COLOR_DBLUE, 327.232757, 306.817230, 999.148437+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 4, 5, -1); // SASD in Fort Carson
- CreateDynamic3DTextLabel("/ndeliver\nNational Guard Arrest Point", COLOR_DBLUE, -205.5576,1861.6444,13.1406, 20.0, _, _, 1, 0, 0, _, 20.0);
- // FDSA text label for different virtual worlds
- CreateDynamic3DTextLabel("/LAFD\nTo open your locker.", COLOR_DBLUE, 224.1081,-15.4069,1032.7316, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 0, 1, -1); // <<<<<<<<<
- CreateDynamic3DTextLabel("/LAFD\nTo open your locker.", COLOR_DBLUE, 1188.5157470703,-1350.9741210938, 2423.2648925781+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 1, 1, -1); // Hospital
- CreateDynamic3DTextLabel("/LAFD\nTo open your locker.", COLOR_DBLUE, 1188.5157470703,-1350.9741210938, 2423.2648925781+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 2, 1, -1); // Hospital
- CreateDynamic3DTextLabel("/LAFD\nTo open your locker.", COLOR_DBLUE, 1188.5157470703,-1350.9741210938, 2423.2648925781+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 3, 1, -1); // Hospital
- CreateDynamic3DTextLabel("/LAFD\nTo open your locker.", COLOR_DBLUE, 1188.5157470703,-1350.9741210938, 2423.2648925781+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 4, 1, -1); // Hospital
- CreateDynamic3DTextLabel("/LAFD\nTo open your locker.", COLOR_DBLUE, 1188.5157470703,-1350.9741210938, 2423.2648925781+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 5, 1, -1); // Hospital
- CreateDynamic3DTextLabel("/LAFD\nTo open your locker.", COLOR_DBLUE, 1188.5157470703,-1350.9741210938, 2423.2648925781+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 6, 1, -1); // Hospital
- CreateDynamic3DTextLabel("/LAFD\nTo open your locker.", COLOR_DBLUE, 1188.5157470703,-1350.9741210938, 2423.2648925781+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 7, 1, -1); // Hospital
- CreateDynamic3DTextLabel("/LAFD\nTo open your locker.", COLOR_DBLUE, 1188.5157470703,-1350.9741210938, 2423.2648925781+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 8, 1, -1); // Hospital
- CreateDynamic3DTextLabel("/LAFD\nTo open your locker.", COLOR_DBLUE, 1188.5157470703,-1350.9741210938, 2423.2648925781+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 9, 1, -1); // Hospital
- CreateDynamic3DTextLabel("/LAFD\nTo open your locker.", COLOR_DBLUE, 1188.5157470703,-1350.9741210938, 2423.2648925781+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 10, 1, -1); // Hospital
- // Tierra Robada lockers
- CreateDynamic3DTextLabel("/trlocker\nTo open your locker.", COLOR_DBLUE, 354.37, 173.91, 1008.38+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 99, 3, -1); // Tierra Robada Capitol Building (City Hall)
- CreateDynamic3DTextLabel("/trlocker\nTo open your locker.", COLOR_DBLUE, 327.232757, 306.817230, 999.148437+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 99, 5, -1); // Tierra Robada Armed Forces HQ
- CreateDynamic3DTextLabel("/trlocker\nTo open your locker.", COLOR_DBLUE, 1188.5157470703,-1350.9741210938, 2423.2648925781+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 99, 1, -1); // Tierra Robada Emergency Services HQ
- CreateDynamic3DTextLabel("/trlocker\nTo open your locker.", COLOR_DBLUE, -2031.335083, -114.719253, 1035.171875+0.6, 10.0, INVALID_PLAYER_ID, INVALID_VEHICLE_ID, 0, 99, 3, -1); // Tierra Robada Diplomatic Corps HQ
- // NOOSE lockers
- CreateDynamic3DTextLabel("/noose\nTo open your locker.",COLOR_NOOSE,-761.904663, 2575.887451, 10016.670898+0.6,4.0);
- CreateDynamic3DTextLabel("/noose\nTo open your locker.",COLOR_NOOSE,-757.500488, 2575.700927, 10016.677734+0.6,4.0);
- // General text labels
- CreateDynamic3DTextLabel("All Saints Plaza Parking Garage\nType /enter with your vehicle to enter",COLOR_YELLOW,1218.69,-1425.01,13.15+0.6,25.0);
- CreateDynamic3DTextLabel("Club VIP Parking\nType /enter with your vehicle to enter",COLOR_YELLOW,1814.6857,-1559.2028,13.4834+0.4,15.0);
- CreateDynamic3DTextLabel("Beach Parking Garage\nType /enter with your vehicle to enter",COLOR_YELLOW,660.42,-1794.45,12.94+0.6,25.0);
- CreateDynamic3DTextLabel("Gym Parking Garage\nType /enter with your vehicle to enter",COLOR_YELLOW,2273.4026,-1724.3064,13.5469+0.6,25.0);
- CreateDynamic3DTextLabel("Courthouse Parking Garage\nType /enter with your vehicle to enter",COLOR_YELLOW,1418.5190,-1663.8959,13.5395+0.6,25.0);
- CreateDynamic3DTextLabel("To pay your tickets or\nrelease your cars, type /dmvmenu\n To pay speed camera tickets, type /paytickets",COLOR_YELLOW,833.60, 3.23, 1004.17+0.6,4.0);//
- CreateDynamic3DTextLabel("Type /deploybcar to deploy a baitcar\nType /undeploy to return the baitcar",COLOR_YELLOW,-2058.1296,570.9920,1173.0511+0.6,4.0);// ???
- CreateDynamic3DTextLabel("Type /deploybcar to deploy a baitcar\nType /undeploy to return the baitcar",COLOR_YELLOW,244.7799,185.5433,1008.1719+0.6,4.0);//LVMPD
- CreateDynamic3DTextLabel("Type /deploybcar to deploy a baitcar\nType /undeploy to return the baitcar",COLOR_YELLOW,278.24, 110.55, 1003.61+0.6,4.0);//LAPD
- CreateDynamic3DTextLabel("To change your number type /vipnum",COLOR_YELLOW,2549.548095, 1404.047729, 7699.584472+0.6,4.0);//
- CreateDynamic3DTextLabel("Type /travel\nTo exit the VIP garage with your vehicle",COLOR_YELLOW,-4429.944824, 905.032470, 987.078186+0.5,13.0);// VIP garage travel
- CreateDynamic3DTextLabel("/viplocker\nTo open the VIP locker.",COLOR_YELLOW,2555.747314, 1404.106079, 7699.584472+0.6,4.0);/// VIP locker room
- CreateDynamic3DTextLabel("/getgift\nTo reach inside.",COLOR_YELLOW,2546.611572, 1403.323608, 7700.768066,8.0);/// VIP Lounge
- CreateDynamic3DTextLabel("/doc\nTo open your locker.",COLOR_DBLUE,298.1291809082,-74.630012512207,1001.515625+0.6,4.0);///ng
- CreateDynamic3DTextLabel("/FBI\nTo open your locker.",COLOR_DBLUE,310.3679,-1537.5204,-45.1338+0.6,4.0);///fbi
- CreateDynamic3DTextLabel("/coastguard or /wp\nTo open your locker.",COLOR_DBLUE,2106.0317,2809.0493,-15.9556+0.6,4.0);///Coastguard Lockers
- CreateDynamic3DTextLabel("/LAFD\nTo open your locker.",COLOR_DBLUE,413.79, 2536.79, 10.00+0.6,4.0);///FDSA Sub Station
- CreateDynamic3DTextLabel("/docgear\nTo open the DOC locker.",COLOR_DBLUE,1864.123,-1718.838,5206.186+0.6,4.0);///SFPD (SF)
- CreateDynamic3DTextLabel("/LASD\nTo open your locker.",COLOR_DBLUE,2525.9009,-1655.4312,562.8000+0.6,4.0);///LASD
- CreateDynamic3DTextLabel("/SANEWS\nTo open your locker.",COLOR_DBLUE,621.7416,-8.3904,1102.7633+0.6,4.0);///SANEWS
- /////////////////// ARREST POINTS ////////////////////////
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,-101.431, -1817.625, 2.287+0.6,4.0);///arrest(LASD)
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,-800.397094, -1877.925903, 11.668975+0.6,4.0);///arrest(NOOSE)
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,1573.1972, -1624.48, 12.8,4.0);//Arrest(LAPD
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,-1408.7196,2627.7852,55.9932+0.6,4.0);///arrest(Tierra Robada)
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,-1606.307861, 673.740539, -5.242187+0.6,4.0);///arrest(SFPD)
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,611.96, -587.25, 17.25+0.6,4.0);///arrest(LASD) Dillimore
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,2273.53, -79.64, 26.05+0.6,4.0);///arrest(LASD) Palomino
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,1407.27, 419.85, 19.59+0.6,4.0);///arrest(LASD) Montgomery
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,329.44, -50.58, 0.97+0.6,4.0);///arrest(LASD) Blueberry
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,295.9513,-1540.6786,24.5938+0.6,4.0);///arrest(FBI)
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,292.7859,-1530.6685,76.5391+0.6,4.0);///arrest(FBI ROOF)
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,1528.4888,-1677.7632,5.8906+0.6,4.0);///arrest(LAPD)
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,2294.5334,2451.6362,10.7452+0.6,4.0);///arrest(LVMPD)
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE, 680.2208,-1546.9856,14.8516+0.6,4.0);//Arrest(LAPD)
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,-214.0644,979.3775,18.8952+0.6,4.0);///arrest(FC)
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,2334.65, 566.84, 7.78+0.6,4.0);///Coastguard Building Arrest
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,2182.20, 530.32, 1.19+0.6,4.0);///Coastguard Dock Arrest
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,2182.20, 530.32, 1.19+0.6,4.0);///Deliverpt
- //CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,1379.0077,-274.9919,1.9850+0.6,4.0);///SFPD Water Patrol
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,598.5661,-607.9127,-14.9744+0.6,4.0);///Arrest(LASD)
- CreateDynamic3DTextLabel("/arrest",COLOR_DBLUE,1733.8361,-2056.5571,13.5785,4.0);///Arrest(LASD)
- CreateDynamic3DTextLabel("/warrantarrest",COLOR_DBLUE,1384.0507,-1688.8254,13.5341+0.6,4.0);///Arrest(warrant)
- /////////////////////////// DELIVERPT POINTS ////////////////////////////////
- CreateDynamic3DTextLabel("/deliverpt",COLOR_LIGHTRED,-1514.7850,2528.2227,56.0297+0.6,4.0);///Deliverpt (TIERRA ROBADA)
- CreateDynamic3DTextLabel("/deliverpt",COLOR_LIGHTRED,1142.4733,-1326.3633,13.6259+0.6,4.0);///Deliverpt
- CreateDynamic3DTextLabel("/deliverpt",COLOR_LIGHTRED,2027.0599,-1410.6870,16.9922+0.6,4.0);///Deliverpt
- CreateDynamic3DTextLabel("/deliverpt",COLOR_LIGHTRED,1227.2339,306.4730,19.7028+0.6,4.0);///Deliverpt
- CreateDynamic3DTextLabel("/deliverpt",COLOR_LIGHTRED,-325.4840,1063.5975,19.7990+0.6,4.0);///Deliverpt FC
- CreateDynamic3DTextLabel("/deliverpt",COLOR_LIGHTRED,1165.1564,-1368.8240,26.6502+0.6,4.0);///Deliverpt
- CreateDynamic3DTextLabel("/deliverpt",COLOR_LIGHTRED,2024.5742,-1382.7844,48.3359+0.6,4.0);///Deliverpt
- CreateDynamic3DTextLabel("/deliverpt",COLOR_LIGHTRED,1233.3384,316.4022,24.7578+0.6,4.0);///Deliverpt
- CreateDynamic3DTextLabel("/deliverpt",COLOR_LIGHTRED,-2656.0339,615.2567,66.0938+0.6,4.0);///Deliverpt
- CreateDynamic3DTextLabel("/deliverpt",COLOR_LIGHTRED,1608.6509,1767.3022,37.3125+0.6,4.0);///Deliverpt
- CreateDynamic3DTextLabel("/deliverpt",COLOR_LIGHTRED,1607.9885,1824.6393,10.7452+0.6,4.0);///Deliverpt
- CreateDynamic3DTextLabel("Emergency Room\n/deliverpt",COLOR_DBLUE,-2695.5725,639.4147,14.4531+0.6,4.0);///Deliverpt
- CreateDynamic3DTextLabel("/deliver",COLOR_DBLUE,1991.7953,-2321.2532,13.5469+0.6,4.0);// Deliver
- CreateDynamic3DTextLabel("/healme \nTo cure your disease",COLOR_DBLUE,1179.4012451172,-1331.5632324219,2423.0461425781+0.6,4.0);// /healme
- CreateDynamic3DTextLabel("/buyinsurance \n To buy insurance",COLOR_DBLUE,1169.7209472656,-1348.3218994141,2423.0461425781+0.6,4.0);// Insurance
- CreateDynamic3DTextLabel("/buyinsurance \n To buy insurance",COLOR_DBLUE,2785.586914, 2400.224853, 1240.531127+0.6,8.0);// Insurance
- CreateDynamic3DTextLabel("Type /getmats to purchase material packages", COLOR_YELLOW,2105.4258,-1886.2653,13.5469+0.5,8.0);//GETMATS
- CreateDynamic3DTextLabel("Type /getmats to purchase material packages", COLOR_YELLOW,534.2360,913.0679,-42.9609+0.5,8.0);//GETMATS LV
- CreateDynamic3DTextLabel("/vipgetmats \n Get mats without doing the run!", COLOR_YELLOW,3275.2490, 2491.4558, 11.9506+0.5,8.0);//VIPGETMATS
- CreateDynamic3DTextLabel("/vipgunstore \n VIP's can buy Guns Here!", COLOR_YELLOW,3250.1533, 2430.4336, 6.8330+0.5,8.0);//VIPGunstore
- CreateDynamic3DTextLabel("Type /getpizza from a Pizzaboy \nto get pizzas for delivery!",COLOR_YELLOW,2099.2761,-1804.8387,13.5547,4.0); //getpizza
- CreateDynamic3DTextLabel("Type /getdelivery from a Burger Shot \nto get orders for delivery!",COLOR_YELLOW,-2344.4546,989.7565,50.7029+0.5,4.0); //getdelivery SF1
- CreateDynamic3DTextLabel("Type /getlicense to \nacquire a license.",COLOR_YELLOW,366.54,159.09,1008.38+0.5,8.0);// Licenses.
- //CreateDynamic3DTextLabel("Type /registerplate to\nchange your license plate.",COLOR_YELLOW,366.54,159.09,1008.38+1,8.0);// Licenses.
- CreateDynamic3DTextLabel("/buyclothes\n To change your skin.",COLOR_YELLOW,208.8970,-100.3289,1005.2578,8.0);
- CreateDynamic3DTextLabel("/buyclothes\n To change your skin.",COLOR_YELLOW,206.5429,-41.2313,1001.8047,8.0);
- CreateDynamic3DTextLabel("/buyclothes\n To change your skin.",COLOR_YELLOW,209.3064,-8.3033,1005.2109,8.0);
- CreateDynamic3DTextLabel("/buyclothes\n To change your skin.",COLOR_YELLOW,159.6771,-83.2866,1001.8120,8.0);
- CreateDynamic3DTextLabel("/buyclothes\n To change your skin.",COLOR_YELLOW,206.4552,-163.0903,1000.5234,8.0);
- CreateDynamic3DTextLabel("/buytoys\n To buy some accessories.",COLOR_YELLOW,206.3253,-100.3268,1005.2578,8.0);
- CreateDynamic3DTextLabel("/buytoys\n To buy some accessories.",COLOR_YELLOW,201.0413,-40.1616,1001.8047,8.0);
- CreateDynamic3DTextLabel("/buytoys\n To buy some accessories.",COLOR_YELLOW,206.3963,-8.2122,1001.2109,8.0);
- CreateDynamic3DTextLabel("/buytoys\n To buy some accessories.",COLOR_YELLOW,162.7706,-83.2726,1001.8047,8.0);
- CreateDynamic3DTextLabel("/buytoys\n To buy some accessories.",COLOR_YELLOW,2787.095947, 2390.353027, 1240.531127+0.6,4.0); // Gold+ VIP Room
- CreateDynamic3DTextLabel("/buytoys\n To buy some accessories.",COLOR_YELLOW,202.6777,-163.0623,1000.5306,8.0);
- CreateDynamic3DTextLabel("/cookmeth\n To start cooking the meth.",COLOR_YELLOW, 333.0822, 1120.1993, 1089.2824,8.0);// Meth Interior
- CreateDynamic3DTextLabel("/getacid\n to purchase Liters of acid", COLOR_YELLOW,-1854.9646,-1561.6967,21.7500,8.0);// Get Acid thingy
- //////////////////// GAS STATIONS ////////////////////////////
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,1595.5406, 2198.0520, 10.3863,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,2202.0649, 2472.6697, 10.5677,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,2115.1929, 919.9908, 10.5266,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,2640.7209, 1105.9565, 10.5274,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,608.5971, 1699.6238, 6.9922,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,618.4878, 1684.5792, 6.9922,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,2146.3467, 2748.2893, 10.5245,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,-1679.4595, 412.5129, 6.9973,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,-1327.5607, 2677.4316, 49.8093,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,-1470.0050, 1863.2375, 32.3521,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,-2409.2200, 976.2798, 45.2969,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,-2244.1396, -2560.5833, 31.9219,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,1937.4293, -1773.1865, 13.3828,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,-91.3854, -1169.9175, 2.4213,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,1383.4221, 462.5385, 20.1506,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,660.4590, -565.0394, 16.3359,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,1381.7206, 459.1907, 20.3452,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,-1605.7156, -2714.4573, 48.5335,12.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,1882.2546,-2393.9824,16.5144,20.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,1386.5360,-271.5511,-0.4857,20.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,2017.3016,-229.9219,-0.2183,20.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,279.1325,1940.4025,17.6406,10.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,2464.0559,-39.4331,26.4762,10.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,217.8744,-149.4237,1.5686,10.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,21.7868,-2647.8154,40.4627,10.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,-2029.6356,156.5112,28.8283,10.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,1557.7166,-1610.7390,12.8536,10.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,1886.372,-2283.015, 13.546,25.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,-2018.8501,-161.0294,35.4880,20.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,-1152.7191,-136.6198,14.1440,30.0);
- CreateDynamic3DTextLabel("{33AA33}Gas Station\n {FFFF00}Type '/refuel' to refill your vehicle's tank.",COLOR_YELLOW,-2323.3120,2361.6733,4.6784,30.0);
- ///////////////////// TURN IN POINTS /////////////////////
- CreateDynamic3DTextLabel("/turnin",COLOR_DBLUE, 240.8950, 112.7382, 1003.2188,4.0);///turnin(LAPD)
- CreatePickup(1247, 23, 240.8950, 112.7382, 1003.2188, -1); // LAPD Turnin
- CreateDynamic3DTextLabel("/turnin",COLOR_DBLUE, 2531.3040, -1659.8525,562.8000,4.0);///turnin(LASD)
- CreatePickup(1247, 23, 2531.3040, -1659.8525, 562.8000, -1); // LASD Turnin
- CreateDynamic3DTextLabel("/turnin",COLOR_DBLUE, 234.9487, 165.0764, 1003.0300,4.0);///turnin(LVMPD)
- CreatePickup(1247, 23, 234.9487, 165.0764, 1003.0300, -1); // LVMPD Turnin
- //Toll Booths - Steve Smith
- new Float:TBX, Float:TBZ;
- // LA - LV on the I25
- TollBooths[0] = CreateDynamicObject(968,1752.0000000,533.3994100,26.8000000,359.9560000,88.6930000,161.2570000); //object(barrierturn) (nbl)
- GetDynamicObjectRot(TollBooths[0], TBX, OriginalRotation[0], TBZ);
- TollBooths[1] = CreateDynamicObject(968,1752.3000500,533.2999900,26.8000000,359.9590000,88.6960000,340.2890000); //object(barrierturn) (nbr)
- GetDynamicObjectRot(TollBooths[1], TBX, OriginalRotation[1], TBZ);
- TollBooths[2] = CreateDynamicObject(968,1731.8000500,529.5999800,27.3000000,359.9560000,88.6930000,341.2040000); //object(barrierturn) (sbl)
- GetDynamicObjectRot(TollBooths[2], TBX, OriginalRotation[2], TBZ);
- TollBooths[3] = CreateDynamicObject(968,1731.5000000,529.7000100,27.3000000,359.9560000,88.6930000,161.2610000); //object(barrierturn) (sbr)
- GetDynamicObjectRot(TollBooths[3], TBX, OriginalRotation[3], TBZ);
- // Constitution Bridge
- TollBooths[4] = CreateDynamicObject(968, 421.34, 615.01, 18.91, 0.00, 270.00, 214.97); //Barrier (Closed)
- GetDynamicObjectRot(TollBooths[4], TBX, OriginalRotation[4], TBZ);
- TollBooths[5] = CreateDynamicObject(968, 420.09, 614.15, 18.91, 0.00, 90.00, 214.97); //Barrier (Closed)
- GetDynamicObjectRot(TollBooths[5], TBX, OriginalRotation[5], TBZ);
- // Gateway Bridge
- TollBooths[6] = CreateDynamicObject(968, -136.34, 488.91, 11.29, -5.50, 270.00, -13.70); //Barrier (Closed)
- GetDynamicObjectRot(TollBooths[6], TBX, OriginalRotation[6], TBZ);
- TollBooths[7] = CreateDynamicObject(968, -135.65, 488.73, 11.35, -5.50, 90.00, -13.70); //Barrier (Closed)
- GetDynamicObjectRot(TollBooths[7], TBX, OriginalRotation[7], TBZ);
- // Paintball Arena
- CreateDynamic3DTextLabel("Paintball Rooms\n\nType /joinarena to choose rooms",COLOR_YELLOW,1294.5062,-1445.0599,0.4403+0.5,6.0);
- // SANews Broadcast
- SANews3DText = CreateDynamic3DTextLabel(string,COLOR_LIGHTBLUE,632.7400,-14.2350,1108.2181,8.0);
- UpdateSANewsBroadcast();
- // Buildings 3D labels
- CreateDynamic3DTextLabel("Press F (enter) to go inside.",COLOR_YELLOW,1568.5718,-1691.0177,5.8906+0.6,4.0); //LAPD Garage enter
- CreateDynamic3DTextLabel("Press F (enter) to go inside.",COLOR_YELLOW,1564.8464,-1666.1444,28.3956+0.6,4.0); //LAPD Roof enter
- CreateDynamic3DTextLabel("Impound Yard \nType /impound to impound a vehicle",COLOR_YELLOW,1647.4847,-1839.7803,13.5443+0.6,5.0); //LA Impound Point Text
- CreatePickup(1239, 23, 1647.4847,-1839.7803,13.5443, -1); // LA Impound Point Icon
- CreateDynamic3DTextLabel("Impound Yard \nType /impound to impound a vehicle",COLOR_YELLOW,797.7496,-617.0283,16.3359+0.6,5.0); //Dillimore Impound Text
- CreatePickup(1239, 23, 797.7496,-617.0283,16.3359, -1); // Dillimore Impound Icon
- CreateDynamic3DTextLabel("Impound Yard \nType /impound to impound a vehicle",COLOR_YELLOW,2412.3098,-1425.6677,23.9836+0.6,5.0); //LS Impound Not Used Text
- CreatePickup(1239, 23, 2412.3098,-1425.6677,23.9836, -1); // LS Impound Not Used Icon
- CreateDynamic3DTextLabel("Impound Yard \nType /impound to impound a vehicle",COLOR_YELLOW,2093.221,-2723.953,13.135+0.6,5.0); // RR Impound Text
- CreatePickup(1239, 23, 2093.221,-2723.953,13.135, -1); // RR Impound Icon
- CreateDynamic3DTextLabel("Impound Yard \nType /impound to impound a vehicle",COLOR_YELLOW,1354.5469,363.1523,19.8893+0.6,5.0); // Montgomery Impound Point Text
- CreatePickup(1239, 23,1354.5469,363.1523,19.8893, -1); // Montgomery Impound Point Icon
- CreateDynamic3DTextLabel("Impound Yard \nType /impound to impound a vehicle",COLOR_YELLOW,1395.00,456.00,20.10+0.6,5.0); // Montgomery Impound Point Text #2
- CreatePickup(1239, 23,1395.00,456.00,20.10, -1); // Montgomery Impound Point Icon #2
- CreateDynamic3DTextLabel("Impound Yard \nType /impound to impound a vehicle",COLOR_YELLOW,1237.8187,177.8407,20.3382+0.6,5.0); // PIE St Impound Text
- CreatePickup(1239, 23,1237.8187,177.8407,20.3382, -1); // LV Impound Central
- CreateDynamic3DTextLabel("SF Impound Yard \nType /impound to impound a vehicle",COLOR_YELLOW,1745.7527,1816.9185,11.5726+0.6,5.0); // LV Central Impound Text
- CreatePickup(1239, 23,1745.7527,1816.9185,11.5726, -1); // LV Central Impound Point Icon
- CreateDynamic3DTextLabel("Impound Yard \nType /impound to impound a vehicle",COLOR_YELLOW,662.5532,1696.8132,7.1875+0.6,5.0); // LV Impound
- CreatePickup(1239, 23, 662.5532,1696.8132,7.1875, -1); // LV Impound
- CreateDynamic3DTextLabel("Impound Yard \nType /impound to impound a vehicle",COLOR_YELLOW,2241.6765,2439.4819,10.8203+0.6,5.0); // LVMPD Impound
- CreatePickup(1239, 23, 2241.6765,2439.4819,10.8203, -1); // LVMPD Impound
- CreateDynamic3DTextLabel("Type /getmats to purchase material packages",COLOR_YELLOW,-1816.528686, -179.502624, 9.398437+0.6,5.0);
- CreateDynamic3DTextLabel("Name Change Point \nType /changename to change your name",COLOR_YELLOW,1154.7295,-1440.2323,15.7969+0.6,18.0); // Namechange at mall
- CreatePickup(1239, 23,-2144.409, -103.948, 36.00, -1); // SF CDL Job
- CreateDynamic3DTextLabel("CDL Truck Job \n Type /sftruckjob to begin",COLOR_YELLOW,-2144.409, -103.948, 36.59+0.6,5.0);
- CreatePickup(1239,23,-2280.27, 751.46, 1069.00,-1); //Radio Shack Store
- CreateDynamic3DTextLabel("Radio Shack \n Type /radioshack to begin",COLOR_YELLOW,-2280.27,751.46,1069.6+0.6,5.0);//Radio Shack
- CreatePickup(1239,23,374.176, -67.494, 1001.507,-1); //Burger Shot
- CreateDynamic3DTextLabel("Burger Shot \n Type /burgershot to purchase",COLOR_YELLOW,374.176,-67.494,1002.0+0.6,5.0);//BS
- CreatePickup(1239,23,-2156.4575, -2450.4802, 1030.6741,-1); //CluckNBell
- CreateDynamic3DTextLabel("Cluck N'Bell \n Type /clucknbell to purchase",COLOR_YELLOW,-2156.4575,-2450.4802,1031.0741+0.6,5.0);//CNB
- CreatePickup(1239,23,1690.9829,1448.1918,10.7659,-1); // LV Taxi Job
- // LV Jobs
- CreateDynamic3DTextLabel("Drug Dealer Job \nType /join to become one",COLOR_RED,2128.8589,650.1796,11.4609+0.5,4.0);// Drug Dealer
- CreateDynamic3DTextLabel("Lawyer Job \nType /join to become one",COLOR_RED,2478.7542,1022.1125,10.8203+0.5,4.0);// Lawyer
- CreateDynamic3DTextLabel("Craftsman Job \nType /join to become one",COLOR_RED,829.2385,860.3727,12.4540+0.5,4.0);// Craftsman
- CreateDynamic3DTextLabel("Arms Dealer Job \nType /join to become one",COLOR_RED,2177.0498,925.1132,11.0995+0.5,4.0);// Arms Dealer
- CreateDynamic3DTextLabel("Private Investigator Job \nType /join to become one",COLOR_RED,229.4008,168.7817,1003.0234+0.5,4.0);// Private Investigator
- CreateDynamic3DTextLabel("Body Guard Job \nType /join to become one",COLOR_RED,770.9471,-77.7359,1000.6563+0.5,4.0);// Bodyguard
- CreateDynamic3DTextLabel("Whore Job \nType /join to become one",COLOR_RED,693.6890,1967.0238,5.5391+0.5,4.0);// Whore
- /* Job's 3D Text */
- CreateDynamic3DTextLabel("Private Investigator Job \nType /join to become one",COLOR_RED,251.99, 117.36, 1003.22+0.5,4.0);// Detective Job (LS)
- CreateDynamic3DTextLabel("Private Investigator \nType /join to become one",COLOR_RED,301.042633, 178.700408, 1007.171875+0.5,4.0);// Detective Job (SF)
- CreateDynamic3DTextLabel("Arms Dealer Job \nType /join to become one",COLOR_RED,1366.4325,-1275.2096,13.5469+0.5,4.0);// Gun Job
- CreateDynamic3DTextLabel("Arms Dealer Job \nType /join to become one",COLOR_RED,-2623.333984, 209.235931, 4.684767+0.5,4.0);// Gun Job
- CreateDynamic3DTextLabel("Drug Dealer Job \nType /join to become one",COLOR_RED,2166.3772,-1675.3829,15.0859+0.5,4.0);// Drug Dealer (LS)
- //CreateDynamic3DTextLabel("Drug Dealer Job \nType /join to become one",COLOR_RED,-2089.344970, 87.800231, 35.320312+0.5,4.0);// Drug Dealer (SF)
- CreateDynamic3DTextLabel("Bodyguard Job \nType /join to become one",COLOR_RED,2226.1716,-1718.1792,13.5165+0.5,4.0);// Bodyguard (LS)
- //CreateDynamic3DTextLabel("Bodyguard Job \nType /join to become one",COLOR_RED,-2269.256103, -158.054321, 35.320312+0.5,4.0);// Bodyguard (SF)
- CreateDynamic3DTextLabel("Lawyer Job \nType /join to become one",COLOR_RED,1380.8955,-1088.6808,27.3844+0.5,4.0);// Lawyer
- CreateDynamic3DTextLabel("Taxi Job \nType /join to become one",COLOR_RED,1741.6218,-1863.6486,13.5748+0.5,4.0);// Taxi Driver (LS)
- CreateDynamic3DTextLabel("Taxi Job \nType /join to become one",COLOR_RED,1690.9829,1448.1918,10.7659+0.5,4.0);// Taxi Driver (LV)
- //CreateDynamic3DTextLabel("Taxi Job \nType /join to become one",COLOR_RED,-1981.144775, 133.063293, 27.687500+0.5,4.0);// Taxi Driver (SF)
- //CreateDynamic3DTextLabel("Bodyguard Job \nType /join to become one",COLOR_RED,1224.13, 267.98, 19.55+0.5,4.0);// Bodyguard (Montgomery)
- // CreateDynamic3DTextLabel("Mechanic Job \nType /join to become one",COLOR_RED,-2032.601928, 143.866592, 28.835937+0.5,4.0);// Mechanic (SF)
- CreateDynamic3DTextLabel("Whore Job \nType /join to become one",COLOR_RED,1215.1304,-11.8431,1000.9219+0.5,4.0);// Whore
- CreateDynamic3DTextLabel("Boxer Job \nType /join to become one",COLOR_RED,766.0804,14.5133,1000.7004+0.5,4.0);// Boxer
- CreateDynamic3DTextLabel("Boxer Job \nType /join to become one",COLOR_RED,758.98,-60.32,1000.78+0.5,4.0);// Boxer2
- CreateDynamic3DTextLabel("Drug Smuggler Job \nType /join to become one",COLOR_RED,1147.9441,-1202.8629,19.5069,4.0);// Drug Smuggler
- CreateDynamic3DTextLabel("Bodyguard Job \nType /join to become one",COLOR_RED,1099.73,-1504.67,15.800+0.5,4.0);// Bodyguard (MALL GYM)
- CreateDynamic3DTextLabel("Craftsman Job \nType /join to become one",COLOR_RED,2097.9077,-1885.6401,13.4832+0.5,4.0);// Craftsman (MATSPICKUP LS)
- CreateDynamic3DTextLabel("Bartender Job \nType /join to become one",COLOR_RED,502.6696,-11.6603,1000.6797+0.5,4.0);// Bartender (Alhambra)
- CreateDynamic3DTextLabel("Trucker Job \nType /join to become one",COLOR_RED,2453.7036,-2117.8679,13.5469+0.5,4.0);// Trucker Job (LS)
- CreateDynamic3DTextLabel("Pizza Boy Job \nType /join to become one",COLOR_RED,2107.5869,-1785.0497,13.3870+0.5,4.0);// Pizza Boy Job (LS)
- //CreateDynamic3DTextLabel("Pizza Boy Job \nType /join to become one",COLOR_RED,2107.5869,-1785.0497,13.3870+0.5,4.0);// Pizza Boy Job (LS)
- CreateDynamic3DTextLabel("Taxi Job \nType /join to become one",COLOR_RED,-1981.2365,134.1870,27.1870+0.5,4.0);// Taxi Job SF
- CreateDynamic3DTextLabel("Fedex Job \nType /join to become one",COLOR_RED,-2178.6050,-219.6252,36.515+0.5,4.0);// Fedex Job (SF)
- CreateDynamic3DTextLabel("Chop Shop \nType /dumpstolen to sell",COLOR_RED,2117.8098,950.6194,10.6677+0.5,4.0);// Stolen Car Chop Shop (LV)
- CreatePickup(1239,23,2117.8098,950.6194,10.6677,-1); // LV Chop Shop
- SFPDGate1 = CreateDynamicObject(975,1862.400024,-1706.406982,5202.585937,0.00000000,0.00000000,0.00000000); //Prison Interior Outer//CLOSE
- SFPDGate2 = CreateDynamicObject(971,1854.050048,-1725.452148,5201.0,0.00000000,0.00000000,270.00000000); //Prison Interior Inner//CLOSE
- SFPDGate3 = CreateDynamicObject(980,1820.8,409.721893,20.10,0.00000000,0.00000000,34.0000000); //Prison Gate Exterior // CLOSE
- SFPDGate4 = CreateDynamicObject(2990,1765.92,407.07, 22.22,0.00,0.00,-96.00);// Prison Gate Exterior
- SFPDGate5 = CreateDynamicObject(971,-1631.12,688.14,9.39,0.00,0.00,0.00);//San Francisco Police Station Gate CLOSEDup
- CGGate1 = CreateDynamicObject(976,-1534.6260,482.4881,6.3024,0.0,0.0,0.0);//US Coast Guard Base Gate
- CHPGate1 = CreateDynamicObject(968, -2047.15, -103.10, 35.43, 0.00, 90.00, 0.00); // Chipper Gate Outbound (CLOSED)
- CHPGate2 = CreateDynamicObject(968, -2047.02, -120.38, 35.43, 0.00, 90.00, 180.00); // Chipper Gate Inbound (CLOSED)
- RRGate = CreateDynamicObject(980,2228.300048, -2667.899902, 15.300,0.0,0.0,324); //RR Gate
- //nationalGATE = CreateDynamicObject(2927,211.86804199,1875.72998047,13.93899250,0.00000000,0.00000000,179.95495605); //object(a51_blastdoorr) (1)
- //nationalGATE2 = CreateDynamicObject(2929,215.96099854,1875.70983887,13.93899250,0.00000000,0.00000000,179.85498047); //object(a51_blastdoorl) (1)
- // SASDGate1 = CreateDynamicObject(980, -113.5,-1822.807373,3.40, 0, 0, 183); //SDHQ CLOSED
- SASDGate2 = CreateDynamicObject(980,1812.82580566,-2072.14233398,15.29389954,0.00000000,0.00000000,270.00000000); //LAPD Substation object(airportgate) (1)
- // SASDGate3 = CreateDynamicObject(980, -125.197837,-1816.232299,3.29999, 0, 0, 90); //SDHQ CLOSED
- //CreateDynamicObject(1569, 2294, 2492.92, 2.29, 0, 0, 90);
- //CreateDynamicObject(1569, 2294, 2492.92, 4.8, 0, 0, 90);
- /* (ongamemodeinit) - LAPD stuff */
- eastlobby1 = CreateDynamicObject(1536,253.14941406,110.59960938,1002.21502686,0.00000000,0.00000000,270.00000000,-1,10,-1,100.0); // East lobby door (moves north)
- eastlobby2 = CreateDynamicObject(1536,253.18457031,107.59960938,1002.21502686,0.00000000,0.00000000,90.00000000,-1,10,-1,100.0); // East lobby door (moves south)
- westlobby1 = CreateDynamicObject(1536,239.71582031,116.09179688,1002.21502686,0.00000000,0.00000000,90.00000000,-1,10,-1,100.0); // West lobby door (moves north)
- westlobby2 = CreateDynamicObject(1536,239.67968750,119.09960938,1002.21502686,0.00000000,0.00000000,269.98901367,-1,10,-1,100.0); // West lobby door (moves south)
- locker1 = CreateDynamicObject(1536,267.29980469,112.56640625,1003.61718750,0.00000000,0.00000000,179.99450684,-1,10,-1,100.0); // Locker door (moves east)
- locker2 = CreateDynamicObject(1536,264.29980469,112.52929688,1003.61718750,0.00000000,0.00000000,0.00000000,-1,10,-1,100.0); // Locker door (moves west)
- cctv1 = CreateDynamicObject(1536,264.44921875,115.79980469,1003.61718750,0.00000000,0.00000000,0.00000000,-1,10,-1,100.0); // CCTV door (moves west)
- cctv2 = CreateDynamicObject(1536,267.46875000,115.83691406,1003.61718750,0.00000000,0.00000000,179.99450684,-1,10,-1,100.0); // CCTV door (moves east)
- chief1 = CreateDynamicObject(1536,229.59960938,119.50000000,1009.21875000,0.00000000,0.00000000,0.00000000,-1,10,-1,100.0); // innermost chief's door
- chief2 = CreateDynamicObject(1536,232.59960938,119.53515625,1009.21875000,0.00000000,0.00000000,179.99450684,-1,10,-1,100.0); // outermost chief's door (both move west)
- CreateDynamicObject(2009, 277.40, 110.98, 1003.47, -0.02, 0.00, 0.00);
- CreateDynamicObject(1714, 278.24, 110.55, 1003.61, 0.00, 0.00, -164.00);
- CreateDynamicObject(2342, 277.73, 111.91, 1004.40, 0.00, 0.00, 33.00);
- /* LAPD buttons */
- eastin = CreateButton(253.44921875,110.59960938,1003.79998779,90.00000000); //object(fire_break) (1)
- westout = CreateButton(239.79492188,116.18457031,1003.87286377,90.00000000); //object(fire_break) (2)
- westin = CreateButton(239.32031250,116.27441406,1003.87286377,270.00000000); //object(fire_break) (3)
- eastout = CreateButton(253.00000000,110.59960938,1003.79998779,270.00000000); //
- elevator = CreateButton(275.83984375,120.94921875,1005.12280273,90.00000000); //object(kmb_keypad) (1)
- cctvin = CreateButton(264.55566406,115.97949219,1005.12280273,179.99450684); //object(kmb_keypad) (2)
- cctvout = CreateButton(264.55566406,115.69531250,1005.12280273,0.00000000); //object(kmb_keypad) (3)
- lockerin = CreateButton(267.21679688,112.40917969,1005.12280273,0.00000000); //object(kmb_keypad) (4)
- lockerout = CreateButton(267.21679688,112.66992188,1005.12280273,179.99450684); //object(kmb_keypad) (5)
- chiefout = CreateButton(232.50000000,119.38476562,1010.81384277,0.00000000); //object(sec_keypad) (2)
- chiefin = CreateButton(229.67089844,119.66992188,1010.81384277,179.99450684); //object(sec_keypad) (1)
- roofkey = CreateButton(1565.93652344,-1667.35058594,28.85165977,179.99450684); //object(sec_keypad) (3)
- garagekey = CreateButton(1567.14550781,-1689.62011719,6.69999981,0.00000000); //object(sec_keypad) (4)
- sasdbtn1 = CreateButton(2514.59179688,-1697.05761719,563.19116211,0.00000000); //SASD West
- sasdbtn2 = CreateButton(2522.82299805,-1660.15917969,563.15893555,0.00000000); //SASD East
- sasdbtn3 = CreateButton(2525.09863281,-1697.05761719,563.16284180,0.00000000); //SASD R4
- sasdbtn4 = CreateButton(2519.84375000,-1697.00659180,563.20904541,0.00000000); //SASD R5
- sasdbtn5 = CreateButton(2514.77880859,-1660.15917969,563.16925049); //SASD R6
- AlcatrazButtons[0] = CreateButton(-2056.9158, -200.7584, 996.1127, 90); // Control Room
- AlcatrazButtons[1] = CreateButton(-2092.550048, -204, 996.099975, 0); // Control Room Door 2
- AlcatrazButtons[2] = CreateButton(-2088.530029, -213, 996, 90); //Control Room Door 1
- AlcatrazButtons[3] = CreateButton(-2037, -191, 992.200012, 270); // Security Room
- AlcatrazButtons[4] = CreateButton(-2050.5, -205.880004, 985.599975, 0); // Staff Lounge
- AlcatrazButtons[5] = CreateButton(-2046.599975, -194, 985.700012, 270); // Duty Room
- AlcatrazButtons[6] = CreateButton(-2092.772949, -193.570007, 979.299987, 0); // Security Room 2
- AlcatrazButtons[8] = CreateButton( -2094.65, -197.84, 978.90, 90); // Security Room Enter
- AlcatrazButtons[10] = CreateButton( -2094.6348, -196.5944, 978.9427, 90); // Security Room Exit
- AlcatrazButtons[9] = CreateButton( -2041.56, -193.80, 991.81, 90); // Security Room 2 Enter
- AlcatrazButtons[11] = CreateButton( -2041.5525, -192.0342, 991.7440, 90); // Security Room 2 Exit
- /* Noose Int Buttons */
- nooseenter[0] = CreateButton(-765.87152100,2539.55102539,10021.18847847,90); //object(kmb_keypad) (5) yes entrance
- nooseenter[1] = CreateButton(-766.81298828,2539.55664062,10021.18847847,0); //object(kmb_keypad) (9) yes entrance
- radarroom[0] = CreateButton(-747.22851562,2533.17968750,10021.18847656,260);
- radarroom[1] = CreateButton(-745.98876953,2533.04150391,10021.18847656,90);
- intergate[0] = CreateButton(-765.34863281,2549.97070312,10021.18847656,90);
- intergate[1] = CreateButton(-765.13671875,2554.51660156,10020.90917969,260 );
- intergate[2] = CreateButton(-773.29394531,2546.13134766,10020.86816406,90); // Cage
- bottomroom[0] = CreateButton(-764.06152344,2566.59277344,10021.18847656, 90);
- bottomroom[1] = CreateButton(-764.51269531,2566.65332031,10021.18847656, 260);
- ncontrolroom[0] = CreateButton(-754.32763672,2538.71655273,10021.61132812, 178.50000000);
- ncontrolroom[1] = CreateButton(-752.47076416,2538.23266602,10021.00195312, 0);
- /* Noose Int Buttons End */
- sasd1A = CreateDynamicObject(1536,2511.65332031,-1697.00976562,561.79223633,0.00000000,0.00000000,0.00000000); //R6
- sasd1B = CreateDynamicObject(1536,2514.67211914,-1696.97485352,561.79223633,0.00000000,0.00000000,180.00000000); //object(gen_doorext15) (2)
- sasd2A = CreateDynamicObject(1536,2516.87548828,-1697.01525879,561.79223633,0.00000000,0.00000000,0.00000000); //R5
- sasd2B = CreateDynamicObject(1536,2519.89257812,-1696.97509766,561.79223633,0.00000000,0.00000000,179.99450684); //object(gen_doorext15) (4)
- sasd3A = CreateDynamicObject(1536,2522.15600586,-1697.01550293,561.79223633,0.00000000,0.00000000,0.00000000); //R4
- sasd3B = CreateDynamicObject(1536,2525.15893555,-1696.98010254,561.79223633,0.00000000,0.00000000,179.99450684); //object(gen_doorext15) (6)
- sasd4A = CreateDynamicObject(1536,2511.84130859,-1660.08081055,561.79528809,0.00000000,0.00000000,0.00000000); //West
- sasd4B = CreateDynamicObject(1536,2514.81982422,-1660.04650879,561.80004883,0.00000000,0.00000000,180.00000000); //object(gen_doorext15) (1)
- sasd5A = CreateDynamicObject(1536,2522.86059570,-1660.07177734,561.80206299,0.00000000,0.00000000,179.99450684); //East
- sasd5B = CreateDynamicObject(1536,2519.84228516,-1660.10888672,561.80004883,0.00000000,0.00000000,0.00000000); //object(gen_doorext15) (1)
- //-----------------------BEGIN OBJECTS-----------------------------------//
- // Stop Signs
- CreateStopSigns();
- //New Custom Texts around the City of Los Angeles
- new GovParking = CreateObject(19479, 1535.6809, -1672.5848, 12.4386, -0.2999, -89.1001, 179.8032);
- SetObjectMaterialText(GovParking, "GOVERNMENT PARKING", 0, 60, "Fantasy", 14, 1, -1, 0, 1);
- new CCFDKC1 = CreateObject(19479, 1774.97900, 2055.50635, 9.83280, 0.00000, 270.00000, 0.00000);
- SetObjectMaterialText(CCFDKC1, "KEEP", 0, 60, "Fantasy", 14, 1, -1, 0, 1);
- new CCFDKC2 = CreateObject(19479, 1777.10815, 2055.47705, 9.83280, 0.00000, 270.00000, 0.00000);
- SetObjectMaterialText(CCFDKC2, "CLEAR", 0, 60, "Fantasy", 14, 1, -1, 0, 1);
- new CCFDKC3 = CreateObject(19479, 1744.40002, 2050.81689, 9.83280, 0.00000, 270.00000, 180.00000);
- SetObjectMaterialText(CCFDKC3, "KEEP", 0, 60, "Fantasy", 14, 1, -1, 0, 1);
- new CCFDKC4 = CreateObject(19479, 1742.43933, 2050.78735, 9.83280, 0.00000, 270.00000, 180.00000);
- SetObjectMaterialText(CCFDKC4, "CLEAR", 0, 60, "Fantasy", 14, 1, -1, 0, 1);
- new FDONLY = CreateObject(19479, 1762.55000, 2065.8500, 9.83280, 0.00000, 270.00000, 270.00000);
- SetObjectMaterialText(FDONLY, "FIRE DEPARTMENT", 0, 60, "Fantasy", 14, 1, -1, 0, 1);
- new FDONLY1 = CreateObject(19479, 1762.50000, 2065.40000, 9.83280, 0.00000, 270.00000, 270.00000);
- SetObjectMaterialText(FDONLY1, "VEHICLES ONLY", 0, 60, "Fantasy", 14, 1, -1, 0, 1);
- new TopLAPD = CreateObject(19353, 1555.0843, -1675.5638, 21.3148, -1.4999, -1.3000, 176.9987);
- SetObjectMaterialText(TopLAPD, "Los Angeles", 0, 50, "Arial", 16, 1, -16776961, 0, 1);
- new BotLAPD = CreateObject(19353, 1555.1259, -1675.6402, 20.4676, 0.0000, 0.0000, 180.2389);
- SetObjectMaterialText(BotLAPD, "Police Department", 0, 50, "Arial", 15, 1, -16776961, 0, 1);
- new viphq1 = CreateObject(19353, 1460.5144, -1573.9436, 16.9228, 0.0000, 0.0000, -91.0916);
- SetObjectMaterialText(viphq1, "VIP HQ", 0, 50, "Times", 35, 0, -16730675, 0, 1);
- CreateDynamicObject(8674,1386.46386719,-1703.98828125,15.15055943,0.00000000,0.00000000,90.00000000); //object(csrsfence02_lvs) (1)
- CreateDynamicObject(8674,1386.46191406,-1703.98828125,12.24967861,0.00000000,0.00000000,90.00000000); //object(csrsfence02_lvs) (2)
- //CreateDynamicObject(5066,1388.90405273,-1679.49853516,14.12778282,0.00000000,0.00000000,90.00000000); //object(mondoshave_las) (1)
- //CreateDynamicObject(5066,1388.90332031,-1679.49804688,15.88138199,0.00000000,0.00000000,90.00000000); //object(mondoshave_las) (2)
- COURTGate = CreateDynamicObject(971,1383.96484375,-1679.52185059,12.97999668,0.00000000,0.00000000,180.00000000); //object(subwaygate) (closed)
- CreateDynamicObject(971,1389.12402344,-1679.52185059,12.97999668,0.00000000,0.00000000,179.99450684); //object(subwaygate) (open)
- CARGarage = CreateDynamicObject(3294, -1581.60, -2714.00, 50.486, 0.00, 0.00, 56.4);
- //Custom House Objects 3275
- CreateDynamicObject(4100, 665.16, -1217.77, 12.27, -40.00, 90.00, 227.39);
- CreateDynamicObject(4100, 667.08, -1215.67, 12.27, -40.00, 90.00, 227.39);
- CreateDynamicObject(4100, 668.95, -1213.62, 12.27, -40.00, 90.00, 227.39);
- House275Gate[0] = CreateDynamicObject(987, 661.76, -1221.51, 13.87, 0.00, 0.00, -118.16);
- House275Gate[1] = CreateDynamicObject(987, 658.95, -1311.08, 12.25, 0.00, 0.00, 0.00);
- House275Gate[2] = CreateDynamicObject(987, 787.17, -1158.40, 22.23, 0.00, 0.00, -270.00);
- // Memorial - Stairs To Roof
- CreateDynamicObject(12950, 1215.8565673828, 306.17776489258, 19.985977172852, 0.000000, 0.000000, 334.06005859375); //
- // Cityhall - Added By Patrick
- CreateDynamicObject(10377, 1481.13000, -1792.93005, 30.59000, 0.00000, 0.00000, 89.43000);
- CreateDynamicObject(10368, 1479.34998, -1678.97998, 32.87000, 0.00000, 0.00000, -180.00000);
- CreateDynamicObject(7090, 1481.28003, -1774.68994, 35.03000, 0.00000, 8.00000, 90.00000);
- CreateDynamicObject(1215, 1492.91003, -1774.48999, 13.82000, 0.00000, 0.00000, 0.00000);
- CreateDynamicObject(1215, 1469.69995, -1774.23999, 13.89000, 0.00000, 0.00000, 0.00000);
- CreateDynamicObject(1256, 1451.50000, -1744.50000, 13.20000, 0.00000, 0.00000, 180.00000);
- CreateDynamicObject(1256, 1510.40002, -1744.50000, 13.20000, 0.00000, 0.00000, 0.00000);
- CreateDynamicObject(1216, 1410.04004, -1753.50000, 13.20000, 0.00000, 0.00000, 90.00000);
- CreateDynamicObject(1216, 1548.80005, -1753.30005, 13.20000, 0.00000, 0.00000, 270.00000);
- CreateDynamicObject(1223, 1409.69995, -1752.30005, 12.00000, 0.00000, 0.00000, 315.00000);
- CreateDynamicObject(1223, 1549.19995, -1752.40002, 12.00000, 0.00000, 0.00000, 215.00000);
- CreateDynamicObject(18981, 1512.12000, -1609.71997, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1512.14001, -1634.67004, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1512.12000, -1659.54004, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1512.09998, -1684.43005, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1512.09998, -1709.04004, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1512.09998, -1733.69995, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1487.22998, -1609.78003, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1487.22998, -1634.46997, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1487.22998, -1659.31006, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1487.22998, -1684.29004, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1487.25000, -1709.21997, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1487.22998, -1734.13000, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1462.45996, -1609.59998, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1462.52002, -1634.57996, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1462.52002, -1659.37000, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1462.50000, -1684.31995, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1462.52002, -1709.18994, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1462.52002, -1722.67004, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1438.03003, -1609.68994, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1441.98999, -1634.32996, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1442.79004, -1658.89001, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1438.09998, -1683.56006, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1437.64001, -1707.52002, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(18981, 1437.97998, -1732.33997, 11.87000, 0.00000, 90.00000, 0.00000);
- CreateDynamicObject(16061, 1485.48999, -1602.62000, 12.38000, 0.00000, 0.00000, 90.00000);
- CreateDynamicObject(16061, 1485.47998, -1631.72998, 12.36000, 0.00000, 0.00000, 90.00000);
- CreateDynamicObject(6965, 1482.81006, -1616.71997, 15.99000, 0.00000, 0.00000, 0.00000);
- CreateDynamicObject(1364, 1473.98999, -1631.56006, 13.14000, 0.00000, 0.00000, 180.00000);
- CreateDynamicObject(1364, 1492.50000, -1631.56006, 13.14000, 0.00000, 0.00000, 180.00000);
- CreateDynamicObject(1364, 1492.47998, -1602.17004, 13.14000, 0.00000, 0.00000, 0.00000);
- CreateDynamicObject(1364, 1476.85999, -1602.17004, 13.14000, 0.00000, 0.00000, 0.00000);
- CreateDynamicObject(1294, 1522.70996, -1640.77002, 16.84000, 0.00000, 0.00000, 180.00000);
- CreateDynamicObject(1294, 1522.70996, -1656.79004, 16.84000, 0.00000, 0.00000, 180.00000);
- CreateDynamicObject(1294, 1522.70996, -1674.97998, 16.84000, 0.00000, 0.00000, 180.00000);
- CreateDynamicObject(1294, 1522.70996, -1702.54004, 16.84000, 0.00000, 0.00000, 180.00000);
- CreateDynamicObject(1294, 1486.39001, -1725.70996, 16.84000, 0.00000, 0.00000, 90.00000);
- CreateDynamicObject(1294, 1458.80005, -1725.70996, 16.84000, 0.00000, 0.00000, 90.00000);
- CreateDynamicObject(1294, 1436.15002, -1702.60999, 16.84000, 0.00000, 0.00000, 0.00000);
- CreateDynamicObject(1294, 1436.15002, -1675.37000, 16.84000, 0.00000, 0.00000, 0.00000);
- CreateDynamicObject(1294, 1436.15002, -1656.06006, 16.84000, 0.00000, 0.00000, 0.00000);
- CreateDynamicObject(1294, 1436.15002, -1642.41003, 16.84000, 0.00000, 0.00000, 0.00000);
- CreateDynamicObject(970, 1519.85999, -1632.05005, 12.88000, 0.00000, 0.00000, 90.00000);
- CreateDynamicObject(9019, 1452.34998, -1616.52002, 13.96000, 0.00000, 0.00000, 92.07000);
- CreateDynamicObject(9019, 1509.44995, -1615.08997, 13.96000, 0.00000, 0.00000, 270.10001);
- //NG button
- ngeveryone = CreateButton(-313.20410156,1874.78515625,34.50402832, 270.26916504);
- NGGate = CreateDynamicObject(988, 96.810302, 1920.160156, 17.299999, 0.000000, 0.000000, 270.000000); // NG GATE (CLOSED)
- FBIGate1 = CreateDynamicObject(971, 320.40628051758, -1487.9129638672, 26.900407791138, 0.000000, 0.000000, 144.85501098633); //
- FBIGate2 = CreateDynamicObject(971, 283.96463012695, -1543.154296875, 27.167940139771, 0.000000, 0.000000, 326.25500488281); //
- LSPDGate = CreateDynamicObject(968, 1544.6943359375, -1630.73046875, 13.27956199646, 0.000000, 90, 90); //
- LSPDGate2 = CreateDynamicObject(971, 1588.6428222656, -1638.02734375, 15.240161895752, 0, 0, 181.03271484375);
- //LSPD Improvements farva
- //CreateDynamicObject(11326,1604.98535156,-1623.68457031,14.71534920,0.00000000,0.00000000,90.00000000); //object(sfse_hublockup) (1)
- lspddoor1 = CreateDynamicObject(1569, 246.35150146484, 72.547714233398, 1002.640625, 0.000000, 0.000000, 0.000000); //
- lspddoor2 = CreateDynamicObject(1569, 245.03300476074, 72.568511962891, 1002.640625, 0.000000, 0.000000, 0.000000); //
- //nggate = CreateDynamicObject(988, 96.810302, 1920.160156, 17.299999, 0.000000, 0.000000, 270.000000); // NG GATE
- //SANEWS Gates
- SANGate = CreateDynamicObject(969, 781.77154541016, -1384.7692871094, 12.726663589478, 0, 0, 180.54052734375);
- WSTGate = CreateDynamicObject(968, 841.9279,-577.0652, 16.8503,0,90,0); // WST Dillimore Gate
- LVMPDPark = CreateDynamicObject(968, 2238.18359, 2450.34814, 10.67250, 0.00000, 90.00000, 90.00000); // LVMPD Employee Parking
- LVMPDPool = CreateDynamicObject(971, 2334.83276, 2443.39478, 7.47763, 0.00000, 0.00000, 60.0); // LVMPD Motor Pool
- //FIX (Incognito's streamer v2.3.8) - Stability Glitch for the Welcome
- CreateDynamicObject(4729, 682.85186767578, -446.04205322266, -26.629999160767, 20, 90, 0.000000, -1, 1, -1, 200.0);
- //DeMorgan
- NGGate1 = CreateDynamicObject(14464,-292.82714844,1872.89453125,30.15856934,0.00000000,0.00000000,0.00000000); //object(gs_cages) (1)
- //FBI DOOR
- //CreateDynamicObject(2949, 317.199737, -1513.150512, 23.942632, 0.000000, 0.000000, 325.997314); // FBI door outside
- // CreateDynamicObject(3089, 301.648437, 191.891983, 1007.500854, 0.000000, 0.000000, 270.000000); // FBI door inside
- // Family 1 Interior
- FAM1Gate = CreateDynamicObject( 976 , 242.8935546875 , -160.873046875 , 0.16124999523163 , 0.000000 , 0.000000 , 90 );
- //Families 2, http://64.79.103.2:8080/browse/GS-11
- Fam2Gate = CreateDynamicObject(976,-2502.72363281,2351.93286133,3.98769379,0.00000000,0.00000000,180.00000000); //object(phils_compnd_gate)(1)
- Fam2Gate2 = CreateDynamicObject(975,-2263.61,2376.62,5.71109533,0.00000000,0.00000000,42.48962402); //object(columbiangate)(2)
- //---------------FBI HQ Interior--------------------//
- CreateDynamicObject(1536,293.27246094,-1481.46582031,-34.53342056,0.00000000,0.00000000,179.99450684,1324123); //object(gen_doorext15) (2)
- CreateDynamicObject(1536,290.27832031,-1481.50488281,-34.53342056,0.00000000,0.00000000,0.00000000,1324123); //object(gen_doorext15) (2)
- CreateDynamicObject(1776,291.19232178,-1512.44006348,-45.03078842,0.00000000,0.00000000,90.00000000,1324123); //object(cj_candyvendor) (2)
- FBILobbyLeftBTN[0] = CreateButton(297.66613770,-1498.67749023,-44.59006119,0.79565430); //Lobby Button Left
- FBILobbyLeftBTN[1] = CreateButton(297.24850464,-1498.23107910,-44.59006119,180); //Lobby Button Left
- FBILobbyRightBTN[0] = CreateButton(300.05300903,-1521.40747070,-44.59006119,180); //Lobby Button Right
- FBILobbyRightBTN[1] = CreateButton(300.16033936,-1521.84387207,-44.59006119,0); //Lobby Button Right
- FBIPrivateBTN[0] = CreateButton(298.87384033,-1495.87316895,-27.32773209,270); //Private Office Button
- FBIPrivateBTN[1] = CreateButton(300.49453735,-1495.33837891,-27.28091812,180.49487305); //Private Office Button
- FBIPrivate[0] = CreateDynamicObject(1536,299.29986572,-1492.82666016,-28.73300552,0.00000000,0.00000000,270.00000000,1324123); //Private Office Door Left
- FBIPrivate[1] = CreateDynamicObject(1536,299.33737183,-1495.83911133,-28.73300552,0.00000000,0.00000000,90.00000000,1324123); //Private Office Door Right
- FBILobbyLeft = CreateDynamicObject(1536,295.40136719,-1498.43457031,-46.13965225,0.00000000,0.00000000,0.00000000,1324123); //Lobby Door Left
- FBILobbyRight = CreateDynamicObject(1536,302.39355469,-1521.62988281,-46.13965225,0.00000000,0.00000000,179.99450684,1324123); //Lobby Door Right
- /* //SANews Custom Interior
- SANewsStudio = CreateButton(625.50000000,-13.60000038,1108.50000000,270.00000000); //object(sec_keypad) (1)
- SANewsStudioA = CreateDynamicObject(1536,625.60937500,-10.80000019,1106.96081543,0.00000000,0.00000000,270.00000000); //object(gen_doorext15) (1)
- SANewsStudioB = CreateDynamicObject(1536,625.64941406,-13.77000046,1106.96081543,0.00000000,0.00000000,89.99450684); //object(gen_doorext15) (2)
- SANewsPrivate = CreateButton(625.51953125,-3.59961796,1108.50000000,269.99450684); //object(sec_keypad) (2)
- SANewsPrivateOPP = CreateButton(626.13519287,-0.08516422,1108.61315918,0); //object(sec_keypad) (4)
- SANewsPrivateA = CreateDynamicObject(1536,625.60937500,-0.55000001,1106.96081543,0.00000000,0.00000000,269.98901367); //object(gen_doorext15) (4)
- SANewsPrivateB = CreateDynamicObject(1536,625.65002441,-3.54999995,1106.96081543,0.00000000,0.00000000,89.99450684); //object(gen_doorext15) (4)
- SANewsOffice = CreateButton(614.58581543,17.78320312,1108.55004883,0); //object(sec_keypad) (3)
- SANewsOfficeA = CreateDynamicObject(1536,614.66998291,17.82812500,1106.98425293,0.00000000,0.00000000,0.00000000); //object(gen_doorext15) (3)
- SANewsOfficeB = CreateDynamicObject(1536,617.69000244,17.86899948,1106.98425293,0.00000000,0.00000000,179.99450684); //object(gen_doorext15) (5) */
- //------------Jimmy Henchman's Custom Mapped House------------// Removed as of 2.8
- /*House310Gate[0] = CreateDynamicObject(976,1278.46154785,-783.73199463,1088.41235352,0.00000000,0.00000000,0.00000000,6310); //object(phils_compnd_gate) (4)
- House310Gate[1] = CreateDynamicObject(976,1240.41088867,-834.78045654,1076.92053223,0.00000000,270.00000000,270.00000000,6310); //object(phils_compnd_gate) (1)
- House310Gate[2] = CreateDynamicObject(976,1266.72741699,-802.41290283,1082.54785156,0.00000000,0.00000000,0.00000000,6310); //object(phils_compnd_gate) (2)
- House310Gate[3] = CreateDynamicObject(976,1264.66577148,-812.11694336,1082.54785156,0.00000000,0.00000000,90.00000000,6310); //object(phils_compnd_gate) (3)
- */
- /* NATIONAL GUARD CARRIER
- sidelift = CreateDynamicObject(3114, 231.916656, 3615.134277, 17.269205, 0.0000, 0.0000, 0.0000); // Side Lift Up
- backhatch = CreateDynamicObject(3113, 180.344864, 3600.390137, 2.516232, 0.0000, 0.0000, 0.0000); // Back Hatch Closed
- backlift = CreateDynamicObject(3115, 189.694626, 3599.983398, 17.483730, 0.0000, 0.0000, 0.0000); // Back Lift Up
- Carrier[0] = CreateObject(10771, 288.665771, 3600.003418, 6.032381, 0.0000, 0.0000, 0.0000, 300);
- Carrier[1] = CreateObject(11145, 99225.782196, 3600.015137, 4.754915, 0.0000, 0.0000, 0.0000, 300);
- Carrier[2] = CreateObject(11149, 282.526093, 3594.805176, 12.487646, 0.0000, 0.0000, 0.0000, 300);
- Carrier[3] = CreateObject(11146, 279.620544, 3600.541016, 12.893089, 0.0000, 0.0000, 0.0000, 300);
- Carrier[4] = CreateObject(10770, 291.858917, 3592.397949, 39.171509, 0.0000, 0.0000, 0.0000, 300);
- Carrier[5] = CreateObject(10772, 290.014313, 3599.787598, 17.833616, 0.0000, 0.0000, 0.0000, 300);
- Carrier[6] = CreateObject(1671, 354.860748, 3589.442383, 11.234554, 0.0000, 0.0000, 175.3254, 300);
- Carrier[7] = CreateObject(925, 304.330383, 3589.067383, 11.735489, 0.0000, 0.0000, 0.0000, 300);
- Carrier[8] = CreateObject(930, 301.851654, 3588.497070, 11.131838, 0.0000, 0.0000, 0.0000, 300);
- Carrier[9] = CreateObject(930, 301.856079, 3589.598145, 11.181837, 0.0000, 0.0000, 0.0000, 300);
- Carrier[10] = CreateObject(964, 300.513062, 3589.303711, 10.705961, 0.0000, 0.0000, 177.4217, 300);
- Carrier[11] = CreateObject(964, 299.024902, 3589.362793, 10.698584, 0.0000, 0.0000, 177.4217, 300);
- Carrier[12] = CreateObject(1271, 305.058319, 3591.442871, 11.048584, 0.0000, 0.0000, 359.1406, 300);
- Carrier[13] = CreateObject(1431, 303.009491, 3591.383789, 11.253574, 0.0000, 0.0000, 0.0000, 300);
- Carrier[14] = CreateObject(2567, 297.100800, 3591.239746, 12.558563, 0.0000, 0.0000, 91.1003, 300);
- Carrier[15] = CreateObject(3576, 301.050110, 3593.777344, 12.198634, 0.0000, 0.0000, 0.0000, 300);
- Carrier[16] = CreateObject(3633, 304.567841, 3593.262207, 11.173386, 0.0000, 0.0000, 0.0000, 300);
- CarrierS[0] = CreateDynamicObject(3267, 320.358582, 3592.519043, 21.567169, 0.0000, 0.0000, 0.0000);
- CarrierS[1] = CreateDynamicObject(11237, 291.557526, 3592.407715, 39.065594, 0.0000, 0.0000, 0.0000);
- CarrierS[2] = CreateDynamicObject(3395, 354.861725, 3590.989746, 10.797120, 0.0000, 0.0000, 88.0403);
- CarrierS[3] = CreateDynamicObject(1671, 356.571838, 3588.612793, 11.234554, 0.0000, 0.0000, 134.9316);
- CarrierS[4] = CreateDynamicObject(3393, 358.360016, 3588.834961, 10.797121, 0.0000, 0.0000, 0.0000);
- CarrierS[5] = CreateDynamicObject(3277, 320.391876, 3592.538086, 21.514416, 0.0000, 0.0000, 164.0483); */
- //*LoadCarrier();
- /* NOOSE Int */
- entrancedoor = CreateDynamicObject(2951,-766.27539062,2536.58691406,10019.5,0.98876953,0.00000000,85.49011230); //object(a51_labdoor) (1)
- //NOOSE GARAGE
- ncontrolroomobjects[0] = CreateDynamicObject(3037,-760.61718750,2544.21679688,10024.92480469,0.00000000,0.00000000,355.98999023); //object(warehouse_door2b) (1)
- ncontrolroomobjects[1] = CreateDynamicObject(3037,-759.52246094,2560.88574219,10024.79785156,0.00000000,0.00000000,355.98999023); //object(warehouse_door2b) (2)
- ncontrolroomobjects[2] = CreateDynamicObject(3037,-755.53906250,2538.61035156,10025.02636719,0.00000000,0.00000000,85.99548340); //object(warehouse_door2b) (3)
- //Elevator Doors
- for(new x;x<sizeof(LAElevatorDoorLeft);x++)
- {
- LAElevatorDoorLeft[x] = CreateDynamicObject(18756, 1786.661254, -1299.346162, (23.117773) + (x * 5.45), 0.000000, 0.000000, 90.000000); //Door Left
- }
- LAElevatorDoorLeft[0] = CreateDynamicObject(18756, 1786.661254, -1299.346162, 14.595184, 0.000000, 0.000000, 90.000000); //Door Left
- for(new x;x<sizeof(LAElevatorDoorRight);x++)
- {
- LAElevatorDoorRight[x] = CreateDynamicObject(18757, 1786.661254, -1299.346162, (23.117773) + (x * 5.45), 0.000000, 0.000000, 90.000000); //Door Right
- }
- LAElevatorDoorRight[0] = CreateDynamicObject(18757, 1786.661254, -1299.346162, 14.595184, 0.000000, 0.000000, 90.000000); //Door Right
- LAElevator = CreateObject(18755, 1786.634887, -1303.237329, 14.614652, 0.000000, 0.000000, 270.000000); //First Floor
- for(new x;x<sizeof(LAElevatorButton);x++)
- {
- LAElevatorButton[x] = CreateButton(1783.894409, -1301.119140, 22.721138 + (x * 5.45),180.000000); //Elevator Floor Call
- }
- LAElevatorButton[0] = CreateButton(1783.894409, -1301.119140, 13.918642,180.000000); //Elevator Floor Call
- LAElevatorFloorPick = CreateButton(1788.889282, -1302.229003, 13.656608,270.000000); //Elevator Floor Call
- CreateDynamicObject(10832, 1775.283447, -1303.936523, 132.553176, 0.000000, 0.000000, 180.000000); //ROOF
- CreateDynamicObject(2949, 1770.609741, -1303.600219, 124.720870, 0.000000, 0.000000, 180.000000); //INSIDE
- // Court Cells ID's
- CreateDynamicPickup(1239, 23, 1315.0146,-1726.6338,-72.6484);
- CreateDynamicPickup(1239, 23, 1319.3326,-1726.6136,-72.6484);
- CreateDynamicPickup(1239, 23, 1323.4989,-1726.6036,-72.6484);
- CreatePickup(1239, 23, 251.99, 117.36, 1003.22, -1); //Detective Registration
- CreatePickup(1239, 23, 1380.8955,-1088.6808,27.3844, -1); //Lawyer Registration
- CreatePickup(1239, 23, 1215.1304,-11.8431,1000.9219, -1); //Whore Registration
- CreatePickup(1239, 23, 2166.3772,-1675.3829,15.0859, -1); //DrugDealer Registration
- CreatePickup(1239, 23, 2226.1716,-1718.1792,13.5165, -1); //BodyGuard Registration (LS)
- //CreatePickup(1239, 23, -2269.256103, -158.054321, 35.320312, -1); //BodyGuard Registration (SF)
- //CreatePickup(1239, 23, 1224.13, 267.98, 19.55, -1); //Bodyguard (Montgomery) Registration
- CreatePickup(1239, 23, -2022.514, -118.687, 1035.171, -1); //CarMechanic Registration
- // CreatePickup(1239, 23, -2032.601928, 143.866592, 28.835937, -1); //CarMechanic (SF) Registration
- CreatePickup(1239, 23, 1099.73,-1504.67,15.800, -1); // BodyGuard Registration (MALL GYM)
- CreatePickup(1239, 23, 1366.4325,-1275.2096,13.5469, -1); //ArmsDealer Registration (LS)
- //CreatePickup(1239, 23, -2623.333984, 209.235931, 4.684767, -1); //ArmsDealer Registration (SF)
- CreatePickup(1239, 23, 2097.9077,-1885.6401,13.4832, -1); //Craftsman Registration
- CreatePickup(1239, 23, 502.6696,-11.6603,1000.6797, -1); //Bartender Registration
- CreatePickup(1239, 23, 2453.7036,-2117.8679,13.5469, -1); //Trucker Registration (LS)
- // CreatePickup(1239, 23, -1720.962646, 1364.456176, 7.187500, -1); //Pizza Boy Registration (SF)
- CreatePickup(1239, 23, 2226.1716,-1718.1792,13.5165, -1);
- CreatePickup(1239, 23, 766.0804,14.5133,1000.7004, -1); //Boxer Registration
- CreatePickup(1239, 23, 758.98,-60.32,1000.78, -1); //Boxer Registration2
- CreatePickup(1239, 23, 1741.6218,-1863.6486,13.5748, -1); //TaxiDriver Registration (LS)
- //CreatePickup(1239, 23, -1981.144775, 133.063293, 27.687500, -1); //TaxiDriver Registration (SF)
- CreatePickup(371, 23, 1544.2,-1353.4,329.4, -1); //LS towertop
- CreatePickup(371, 23, 1536.0, -1360.0, 1150.0, -1); //LS towertop
- CreatePickup(1242, 23, 1527.5,-12.1,1002.0, -1); //binco armor
- CreatePickup(1240, 23, 279.3000,1853.5619,8.7649, -1); //area51 health
- CreatePickup(1239, 1, 2794.532,-2437.130,14.7, -1);//TPSTruckingPickup
- CreatePickup(1239, 1,-49.9631,-269.1552,6.6,-1);//CDL Pickup
- CreatePickup(1239, 1,1798.5789, -1306.5524, 13.7140,-1);//CBS2 Ad
- CreatePickup(1239, 1,1386.5204, 293.0154, 19.0909,-1);//CountyPaperAd
- CreatePickup(1239, 23, 1224.13, 267.98, 19.55); //Bodyguard (Montgomery) Registration
- //CreatePickup(1239, 23, 161.92, -25.70, 1.57); //CarMechanic (Blueberry) Registration
- CreatePickup(1239, 1,1711.3271,-2411.0510,13.6257,-1);//AAJob Pickup
- CreatePickup(1239, 1,-2178.6050,-219.6252,36.515,-1);// Fedex Job Join SF
- CreatePickup(1239, 1,-51.4929,1398.0430,1084.4297, -1);//Heroin Cook Point
- /* CreateDynamicPickup(1239, 23, 251.99, 117.36, 1003.22); //Detective Registration
- CreateDynamicPickup(1239, 23, 1380.8955,-1088.6808,27.3844); //Lawyer Registration
- CreateDynamicPickup(1239, 23, 1215.1304,-11.8431,1000.9219); //Whore Registration
- CreateDynamicPickup(1239, 23, 2166.3772,-1675.3829,15.0859); //DrugDealer Registration
- CreateDynamicPickup(1239, 23, 2226.1716,-1718.1792,13.5165); //BodyGuard Registration (LS)
- CreateDynamicPickup(1239, 23, -2269.256103, -158.054321, 35.320312); //BodyGuard Registration (SF)
- CreateDynamicPickup(1239, 23, -2032.601928, 143.866592, 28.835937); //CarMechanic (SF) Registration
- CreateDynamicPickup(1239, 23, 1099.73,-1504.67,15.800); // BodyGuard Registration (MALL GYM)
- CreateDynamicPickup(1239, 23, 1366.4325,-1275.2096,13.5469); //ArmsDealer Registration (LS)
- CreateDynamicPickup(1239, 23, -2623.333984, 209.235931, 4.684767); //ArmsDealer Registration (SF)
- CreateDynamicPickup(1239, 23, 2195.8335,-1973.0638,13.5589); //Craftsman Registration
- CreateDynamicPickup(1239, 23, 502.6696,-11.6603,1000.6797); //Bartender Registration
- CreateDynamicPickup(1239, 23, 766.0804,14.5133,1000.7004); //Boxer Registration
- CreateDynamicPickup(1239, 23, 758.98,-60.32,1000.78); //Boxer Registration2
- CreateDynamicPickup(1239, 23, 1741.6218,-1863.6486,13.5748); //TaxiDriver Registration (LS)
- CreateDynamicPickup(1239, 23, -1981.144775, 133.063293, 27.687500); //TaxiDriver Registration (SF)
- CreateDynamicPickup(371, 23, 1544.2,-1353.4,329.4); //LS towertop
- CreateDynamicPickup(371, 23, 1536.0, -1360.0, 1150.0); //LS towertop
- CreateDynamicPickup(1242, 23, 1527.5,-12.1,1002.0); //binco armor
- CreateDynamicPickup(1240, 23, 279.3000,1853.5619,8.7649); //area51 health */
- printf("[script] 3DTEXTDRAW LIMIT: %d (Static, non-streamed) | 3DTEXTDRAW COUNT: %d", 1024, CountDynamic3DTextLabels() );
- printf("[script] PICKUP LIMIT: %d (Static, non-streamed) | PICKUP COUNT: %d", MAX_PICKUPS, CountDynamicPickups() );
- printf("[script] OBJECT LIMIT: %d (Static, non-streamed) | OBJECT COUNT: %d", MAX_OBJECTS, CountDynamicObjects() );
- if (realtime)
- {
- new tmphour;
- new tmpminute;
- new tmpsecond;
- gettime(tmphour, tmpminute, tmpsecond);
- FixHour(tmphour);
- tmphour = shifthour;
- SetWorldTime(tmphour);
- gTime = tmphour;
- }
- vehicleMods[0][4] = {1013, 1024, 0, 0};
- vehicleMods[0][6] = {1018, 1019, 1020, 1021};
- vehicleMods[1][0] = {1001, 1003, 0, 0};
- vehicleMods[1][1] = {1004, 1005, 0, 0};
- vehicleMods[1][2] = {1006, 0, 0, 0};
- vehicleMods[1][3] = {1007, 0, 0, 0};
- vehicleMods[1][4] = {1013, 0, 0, 0};
- vehicleMods[1][6] = {1019, 1020, 0, 0};
- vehicleMods[1][12] = {1143, 1145, 0, 0};
- vehicleMods[4][0] = {1002, 1016, 1000, 0};
- vehicleMods[4][3] = {1007, 0, 0, 0};
- vehicleMods[4][4] = {1013, 0, 0, 0};
- vehicleMods[4][6] = {1019, 1020, 1021, 0};
- vehicleMods[5][0] = {1000, 1001, 1014, 1023};
- vehicleMods[5][6] = {1018, 1019, 1020, 1021};
- vehicleMods[10][0] = {1001, 1003, 1023, 0};
- vehicleMods[10][3] = {1007, 0, 0, 0};
- vehicleMods[10][4] = {1013, 1024, 0, 0};
- vehicleMods[10][6] = {1019, 1020, 1021, 0};
- vehicleMods[15][0] = {1001, 1003, 1023, 0};
- vehicleMods[15][6] = {1018, 1019, 0, 0};
- vehicleMods[15][3] = {1007, 0, 0, 0};
- vehicleMods[18][0] = {1002, 1016, 0, 0};
- vehicleMods[18][2] = {1006, 0, 0, 0};
- vehicleMods[18][6] = {1020, 1021, 0, 0};
- vehicleMods[20][0] = {1001, 1003, 0, 0};
- vehicleMods[20][1] = {1004, 1005, 0, 0};
- vehicleMods[20][6] = {1019, 1021, 0, 0};
- vehicleMods[21][0] = {1000, 1014, 1016, 1023};
- vehicleMods[21][6] = {1018, 1019, 1020, 1021};
- vehicleMods[22][3] = {1007, 0, 0, 0};
- vehicleMods[22][4] = {1013, 0, 0, 0};
- vehicleMods[22][6] = {1019, 1020, 1021, 0};
- vehicleMods[26][0] = {1001, 1003, 0, 0};
- vehicleMods[26][1] = {1004, 1005, 0, 0};
- vehicleMods[26][2] = {1006, 0, 0, 0};
- vehicleMods[26][6] = {1019, 1021, 0, 0};
- vehicleMods[36][0] = {1001, 1003, 0, 0};
- vehicleMods[36][2] = {1006, 0, 0, 0};
- vehicleMods[36][3] = {1007, 0, 0, 0};
- vehicleMods[36][4] = {1013, 0, 0, 0};
- vehicleMods[36][6] = {1019, 1020, 1021, 1022};
- vehicleMods[39][0] = {1001, 1003, 1023, 0};
- vehicleMods[39][3] = {1007, 0, 0, 0};
- vehicleMods[39][4] = {1013, 0, 0, 0};
- vehicleMods[39][12] = {1143, 1145, 0, 0};
- vehicleMods[77][2] = {1006, 0, 0, 0};
- vehicleMods[77][3] = {1007, 0, 0, 0};
- vehicleMods[77][6] = {1018, 1019, 1020, 1021};
- vehicleMods[78][1] = {1004, 1005, 1012, 0};
- vehicleMods[78][4] = {1013, 1024, 0, 0};
- vehicleMods[78][6] = {1020, 1021, 1022, 0};
- vehicleMods[89][0] = {1000, 1002, 1016, 0};
- vehicleMods[89][1] = {1004, 1005, 0, 0};
- vehicleMods[89][2] = {1006, 0, 0, 0};
- vehicleMods[89][4] = {1013, 1024, 0, 0};
- vehicleMods[89][6] = {1018, 1019, 1020, 0};
- vehicleMods[91][0] = {1003, 1014, 1023, 0};
- vehicleMods[91][3] = {1007, 0, 0, 0};
- vehicleMods[91][6] = {1018, 1019, 1020, 1021};
- vehicleMods[91][12] = {1143, 1145, 0, 0};
- vehicleMods[92][0] = {1000, 1016, 0, 0};
- vehicleMods[92][1] = {1004, 1005, 0, 0};
- vehicleMods[92][2] = {1006, 0, 0, 0};
- vehicleMods[96][0] = {1001, 1002, 1003, 1023};
- vehicleMods[96][1] = {1011, 0, 0, 0};
- vehicleMods[96][2] = {1006, 0, 0, 0};
- vehicleMods[96][6] = {1019, 1020, 0, 0};
- vehicleMods[96][12] = {1143, 0, 0, 0};
- vehicleMods[100][4] = {1013, 1024, 0, 0};
- vehicleMods[100][6] = {1019, 1020, 1021, 0};
- vehicleMods[116][0] = {1000, 1002, 1015, 1016};
- vehicleMods[116][1] = {1004, 0, 0, 0};
- vehicleMods[116][3] = {1007, 0, 0, 0};
- vehicleMods[116][6] = {1018, 1019, 1020, 1021};
- vehicleMods[117][0] = {1002, 1003, 1016, 1023};
- vehicleMods[117][3] = {1007, 0, 0, 0};
- vehicleMods[117][6] = {1018, 1019, 1020, 0};
- vehicleMods[117][12] = {1143, 1145, 0, 0};
- vehicleMods[118][0] = {1001, 1003, 1023, 0};
- vehicleMods[118][1] = {1005, 0, 0, 0};
- vehicleMods[118][2] = {1006, 0, 0, 0};
- vehicleMods[118][3] = {1007, 0, 0, 0};
- vehicleMods[118][4] = {1013, 0, 0, 0};
- vehicleMods[118][6] = {1018, 1020, 0, 0};
- vehicleMods[118][12] = {1143, 1145, 0, 0};
- vehicleMods[127][0] = {1001, 1014, 1015, 0};
- vehicleMods[127][3] = {1007, 0, 0, 0};
- vehicleMods[127][6] = {1018, 1020, 1021, 0};
- vehicleMods[129][0] = {1001, 1003, 1023, 0};
- vehicleMods[129][1] = {1011, 1012, 0, 0};
- vehicleMods[129][2] = {1006, 0, 0, 0};
- vehicleMods[129][3] = {1007, 0, 0, 0};
- vehicleMods[129][6] = {1018, 1019, 1020, 0};
- vehicleMods[134][1] = {1100, 1123, 1125, 0};
- vehicleMods[134][3] = {1101, 1106, 0, 0};
- vehicleMods[134][6] = {1126, 1127, 0, 0};
- vehicleMods[134][10] = {1179, 1185, 0, 0};
- vehicleMods[134][11] = {1178, 1180, 0, 0};
- vehicleMods[135][3] = {1118, 1119, 0, 0};
- vehicleMods[135][6] = {1113, 1114, 0, 0};
- vehicleMods[135][10] = {1115, 1116, 1117, 0};
- vehicleMods[135][11] = {1109, 1110, 0, 0};
- vehicleMods[136][2] = {1103, 1128, 0, 0};
- vehicleMods[136][3] = {1108, 0, 0, 0};
- vehicleMods[136][6] = {1104, 1105, 0, 0};
- vehicleMods[136][10] = {1181, 1182, 0, 0};
- vehicleMods[136][11] = {1183, 1184, 0, 0};
- vehicleMods[140][0] = {1001, 1023, 0, 0};
- vehicleMods[140][1] = {1004, 0, 0, 0};
- vehicleMods[140][2] = {1006, 0, 0, 0};
- vehicleMods[140][3] = {1007, 0, 0, 0};
- vehicleMods[140][4] = {1024, 0, 0, 0};
- vehicleMods[140][6] = {1018, 1019, 1020, 0};
- vehicleMods[140][12] = {1143, 1145, 0, 0};
- vehicleMods[142][0] = {1014, 1015, 0, 0};
- vehicleMods[142][6] = {1018, 1019, 1020, 1021};
- vehicleMods[142][12] = {1145, 0, 0, 0};
- vehicleMods[146][0] = {1001, 1002, 1023, 0};
- vehicleMods[146][1] = {1004, 0, 0, 0};
- vehicleMods[146][2] = {1006, 0, 0, 0};
- vehicleMods[146][3] = {1007, 0, 0, 0};
- vehicleMods[146][4] = {1024, 0, 0, 0};
- vehicleMods[146][6] = {1018, 1019, 0, 0};
- vehicleMods[146][12] = {1143, 1145, 0, 0};
- vehicleMods[147][0] = {1000, 1003, 1016, 0};
- vehicleMods[147][6] = {1018, 1019, 1020, 1021};
- vehicleMods[147][12] = {1143, 0, 0, 0};
- vehicleMods[149][0] = {1001, 1003, 1023, 0};
- vehicleMods[149][1] = {1011, 1012, 0, 0};
- vehicleMods[149][3] = {1007, 0, 0, 0};
- vehicleMods[149][6] = {1018, 1019, 1020, 0};
- vehicleMods[149][12] = {1143, 1145, 0, 0};
- vehicleMods[150][0] = {1001, 1003, 1023, 0};
- vehicleMods[150][1] = {1004, 1005, 0, 0};
- vehicleMods[150][2] = {1006, 0, 0, 0};
- vehicleMods[150][6] = {1018, 1019, 1020, 0};
- vehicleMods[150][12] = {1143, 1145, 0, 0};
- vehicleMods[151][0] = {1002, 1003, 1016, 1023};
- vehicleMods[151][1] = {1005, 0, 0, 0};
- vehicleMods[151][2] = {1006, 0, 0, 0};
- vehicleMods[151][6] = {1018, 1019, 1020, 1021};
- vehicleMods[158][0] = {1164, 1163, 0, 0};
- vehicleMods[158][2] = {1088, 1091, 0, 0};
- vehicleMods[158][3] = {1090, 1093, 0, 0};
- vehicleMods[158][6] = {1092, 1089, 0, 0};
- vehicleMods[158][10] = {1166, 1165, 0, 0};
- vehicleMods[158][11] = {1168, 1167, 0, 0};
- vehicleMods[159][0] = {1162, 1158, 0, 0};
- vehicleMods[159][2] = {1067, 1068, 0, 0};
- vehicleMods[159][3] = {1069, 1070, 0, 0};
- vehicleMods[159][6] = {1065, 1066, 0, 0};
- vehicleMods[159][10] = {1160, 1173, 0, 0};
- vehicleMods[159][11] = {1159, 1161, 0, 0};
- vehicleMods[160][0] = {1138, 1139, 0, 0};
- vehicleMods[160][2] = {1032, 1033, 0, 0};
- vehicleMods[160][3] = {1026, 1031, 0, 0};
- vehicleMods[160][6] = {1028, 1029, 0, 0};
- vehicleMods[160][10] = {1169, 1170, 0, 0};
- vehicleMods[160][11] = {1141, 1140, 0, 0};
- vehicleMods[161][0] = {1058, 1060, 0, 0};
- vehicleMods[161][2] = {1055, 1061, 0, 0};
- vehicleMods[161][3] = {1056, 1057, 0, 0};
- vehicleMods[161][6] = {1064, 1059, 0, 0};
- vehicleMods[161][10] = {1155, 1157, 0, 0};
- vehicleMods[161][11] = {1154, 1156, 0, 0};
- vehicleMods[162][0] = {1147, 1146, 0, 0};
- vehicleMods[162][2] = {1035, 1038, 0, 0};
- vehicleMods[162][3] = {1036, 1039, 0, 0};
- vehicleMods[162][6] = {1034, 1037, 0, 0};
- vehicleMods[162][10] = {1171, 1172, 0, 0};
- vehicleMods[162][11] = {1149, 1148, 0, 0};
- vehicleMods[165][0] = {1049, 1050, 0, 0};
- vehicleMods[165][2] = {1054, 1053, 0, 0};
- vehicleMods[165][3] = {1047, 1048, 0, 0};
- vehicleMods[165][6] = {1046, 1045, 0, 0};
- vehicleMods[165][10] = {1153, 1152, 0, 0};
- vehicleMods[165][11] = {1150, 1151, 0, 0};
- vehicleMods[167][2] = {1130, 1131, 0, 0};
- vehicleMods[167][3] = {1133, 0, 0, 0};
- vehicleMods[167][6] = {1129, 1132, 0, 0};
- vehicleMods[167][10] = {1189, 1188, 0, 0};
- vehicleMods[167][11] = {1187, 1186, 0, 0};
- vehicleMods[175][3] = {1042, 0, 0, 0};
- vehicleMods[175][6] = {1044, 1043, 0, 0};
- vehicleMods[175][10] = {1174, 1175, 0, 0};
- vehicleMods[175][11] = {1176, 1177, 0, 0};
- vehicleMods[176][3] = {1137, 1134, 0, 0};
- vehicleMods[176][6] = {1136, 1135, 0, 0};
- vehicleMods[176][10] = {1191, 1190, 0, 0};
- vehicleMods[176][11] = {1192, 1193, 0, 0};
- vehicleMods[180][0] = {1001, 1023, 0, 0};
- vehicleMods[180][2] = {1006, 0, 0, 0};
- vehicleMods[180][3] = {1007, 0, 0, 0};
- vehicleMods[180][6] = {1018, 1020, 0, 0};
- vehicleMods[185][0] = {1001, 1003, 1023, 0};
- vehicleMods[185][2] = {1006, 0, 0, 0};
- vehicleMods[185][3] = {1007, 0, 0, 0};
- vehicleMods[185][4] = {1013, 0, 0, 0};
- vehicleMods[185][6] = {1018, 1019, 1020, 0};
- vehicleMods[185][12] = {1143, 1145, 0, 0};
- vehicleMods[189][0] = {1000, 1016, 0, 0};
- vehicleMods[189][1] = {1005, 1004, 0, 0};
- vehicleMods[189][2] = {1006, 0, 0, 0};
- vehicleMods[189][3] = {1007, 0, 0, 0};
- vehicleMods[189][4] = {1013, 1024, 0, 0};
- vehicleMods[189][6] = {1018, 1020, 0, 0};
- vehicleMods[189][12] = {1145, 0, 0, 0};
- vehicleMods[200][1] = {1004, 1005, 0, 0};
- vehicleMods[200][2] = {1006, 0, 0, 0};
- vehicleMods[200][3] = {1007, 0, 0, 0};
- vehicleMods[200][4] = {1013, 0, 0, 0};
- vehicleMods[200][6] = {1018, 1020, 1022, 0};
- vehicleMods[203][0] = {1001, 1023, 0, 0};
- vehicleMods[203][2] = {1006, 0, 0, 0};
- vehicleMods[203][3] = {1007, 0, 0, 0};
- vehicleMods[203][4] = {1024, 0, 0, 0};
- vehicleMods[203][6] = {1019, 1020, 0, 0};
- vehicleMods[203][12] = {1143, 1145, 0, 0};
- EventKernel[EventRequest] = 999;
- EventKernel[EventCreator] = 999;
- EventKernel[EventStaff][0] = 999;
- EventKernel[EventStaff][1] = 999;
- EventKernel[EventStaff][2] = 999;
- EventKernel[EventStaff][3] = 999;
- EventKernel[EventStaff][4] = 999;
- //SetTimer("SyncTurfWarsMiniMap", 2500, 1);
- CarInit();
- gWeather = 10;
- ManualVehicleEngineAndLights();
- ///////////////////////////////////
- // Trucking System Load
- ///////////////////////////////////
- for(new i=0; i<MAX_TRUCKDEPOTS; i++)
- {
- new string2[300];
- format(string2,sizeof(string2),"%s\nTrucker Level: %d\nType /viewjobs to view our available jobs\n(Trailer must be attached)", TruckDepotInfo[i][pTDName], TruckDepotInfo[i][pTDLevel]);
- CreateDynamic3DTextLabel(string2, COLOR_YELLOW, TruckDepotInfo[i][pTDPosX], TruckDepotInfo[i][pTDPosY], TruckDepotInfo[i][pTDPosZ], 20.0);
- CreateDynamicPickup(1239, 1, TruckDepotInfo[i][pTDPosX], TruckDepotInfo[i][pTDPosY], TruckDepotInfo[i][pTDPosZ], -1, -1, -1, 50.0);
- CreateDynamicMapIcon(TruckDepotInfo[i][pTDPosX], TruckDepotInfo[i][pTDPosY], TruckDepotInfo[i][pTDPosZ], 51, 1, -1, -1, -1, 100.0);
- }
- AddStaticVehicleEx(435,319.5821,-250.9220,2.2294,357.2850,1,1, 900); // Avery Construction Blueberry trailer 1
- AddStaticVehicleEx(591,314.5987,-250.5513,2.1733,356.2518,1,1, 900); // Avery Construction Blueberry trailer 2
- AddStaticVehicleEx(435,310.0218,-249.6448,2.1808,356.6158,1,1, 900); // Avery Construction Blueberry trailer 3
- AddStaticVehicleEx(584,-979.1545,-661.4039,33.1817,87.9626,1,1, 900); // Easter Bay Chemicals trailer 1
- AddStaticVehicleEx(584,-979.8892,-665.6310,33.1991,90.5658,1,1, 900); // Easter Bay Chemicals trailer 2
- AddStaticVehicleEx(584,-980.3480,-671.5728,33.2068,87.8949,1,1, 900); // Easter Bay Chemicals trailer 3
- AddStaticVehicleEx(584,-979.9216,-676.9645,33.1276,89.8774,1,1, 900); // Easter Bay Chemicals trailer 4
- AddStaticVehicleEx(584,-979.6974,-682.1031,33.0932,85.8944,1,1, 900); // Easter Bay Chemicals trailer 5
- AddStaticVehicleEx(584,33.3540,-2639.0078,41.6346,94.8614,1,1, 900); // 655 I27 Gas trailer 1
- AddStaticVehicleEx(584,32.6416,-2633.2031,41.6057,92.4579,1,1, 900); // 655 I27 Gas trailer 2
- AddStaticVehicleEx(591,-49.3037,-1146.4683,1.6992,70.1766,1,1, 900); // RS Haul Depot trailer 1
- AddStaticVehicleEx(435,-47.5986,-1141.5105,1.6990,70.2905,1,1, 900); // RS Haul Depot trailer 2
- AddStaticVehicleEx(435,-45.7761,-1136.0397,1.7377,73.3871,1,1, 900); // RS Haul Depot trailer 3
- AddStaticVehicleEx(591,1068.7600,-306.3128,74.5613,183.1051,1,1, 900); // Flint County Supplies trailer 1
- AddStaticVehicleEx(435,1063.5708,-306.5692,74.6479,184.7230,1,1, 900); // Flint County Supplies trailer 2
- AddStaticVehicleEx(435,1057.7675,-306.9809,74.6523,181.0287,1,1, 900); // Flint County Supplies trailer 3
- AddStaticVehicleEx(584,603.8568,1650.6251,8.1136,65.6812,1,1, 900); // XOOMER Gas LV trailer 1
- AddStaticVehicleEx(584,606.6456,1654.4178,8.2037,65.7580,1,1, 900); // XOOMER Gas LV trailer 2
- AddStaticVehicleEx(584,610.1509,1658.4144,8.1876,67.1304,1,1, 900); // XOOMER Gas LV trailer 3
- AddStaticVehicleEx(584,612.9406,1662.4725,8.0551,64.2496,1,1, 900); // XOOMER Gas LV trailer 4
- AddStaticVehicleEx(591,987.9532,2169.2319,11.4228,179.3533,1,1, 900); // Whitewood Storage LV trailer 1
- AddStaticVehicleEx(591,982.6127,2169.1516,11.5128,180.8438,1,1, 900); // Whitewood Storage LV trailer 2
- AddStaticVehicleEx(435,977.3423,2169.2952,11.4125,177.4042,1,1, 900); // Whitewood Storage LV trailer 3
- AddStaticVehicleEx(435,972.3075,2169.8831,11.5207,179.4609,1,1, 900); // Whitewood Storage LV trailer 4
- AddStaticVehicleEx(591,1043.3939,2069.3625,11.4604,358.2221,1,1, 900); // Whitewood Supplies LV trailer 1
- AddStaticVehicleEx(435,1049.7914,2069.2366,11.5107,358.0408,1,1, 900); // Whitewood Supplies LV trailer 2
- AddStaticVehicleEx(591,1118.0592,1850.4882,11.4802,359.8158,1,1, 900); // Blackfield Storage LV trailer 1
- AddStaticVehicleEx(591,1111.7456,1849.8954,11.4535,0.7010,1,1, 900); // Blackfield Storage LV trailer 2
- AddStaticVehicleEx(435,1106.3131,1850.1196,11.4203,1.9944,1,1, 900); // Blackfield Storage LV trailer 3
- AddStaticVehicleEx(435,1100.8234,1849.7410,11.4475,2.4704,1,1, 900); // Blackfield Storage LV trailer 4
- AddStaticVehicleEx(591,2818.0356,895.8503,10.6889,0.9139,1,1, 900); // Rockshore East Storage LV trailer 1
- AddStaticVehicleEx(435,2827.1558,895.7236,10.6762,358.9190,1,1, 900); // Rockshore East Storage LV trailer 2
- AddStaticVehicleEx(435,2855.0305,895.0613,10.7268,0.7555,1,1, 900); // Rockshore East Storage LV trailer 3
- AddStaticVehicleEx(591,1627.5481,698.2057,11.3795,359.0922,1,1, 900); // Reagan Bridge Supplies LV trailer 1
- AddStaticVehicleEx(591,1633.6772,698.4901,11.5368,0.3506,1,1, 900); // Reagan Bridge Supplies LV trailer 2
- AddStaticVehicleEx(435,1638.8907,698.6553,11.5471,357.0590,1,1, 900); // Reagan Bridge Supplies LV trailer 3
- AddStaticVehicleEx(435,1645.1907,698.6447,11.4338,359.3551,1,1, 900); // Reagan Bridge Supplies LV trailer 4
- AddStaticVehicleEx(591,1424.6705,972.9348,10.7373,358.4207,1,1, 900); // Pilson Storage LV trailer 1
- AddStaticVehicleEx(435,1452.7369,974.5452,10.9380,4.0059,1,1, 900); // Pilson Storage LV trailer 2
- AddStaticVehicleEx(435,1461.6356,974.7834,10.9479,0.6887,1,1, 900); // Pilson Storage LV trailer 3
- AddStaticVehicleEx(435,2681.3940,-2391.8535,14.2959,180.7496,1,1, 900); // LA Mast Storage trailer 1
- AddStaticVehicleEx(435,2687.3984,-2391.5864,14.2931,181.2188,1,1, 900); // LA Mast Storage trailer 2
- AddStaticVehicleEx(435,2456.3594,-2530.3059,14.2556,180.5988,1,1, 900); // LA Docks Storage trailer 1
- AddStaticVehicleEx(591,2462.9133,-2529.8430,14.2298,182.9115,1,1, 900); // LA Docks Storage trailer 2
- AddStaticVehicleEx(591,2194.4583,-2524.9080,14.2074,274.6493,1,1, 900); // LA Docks Supplies trailer 1
- AddStaticVehicleEx(435,2194.5979,-2519.5278,14.2046,272.4589,1,1, 900); // LA Docks Supplies trailer 2
- AddStaticVehicleEx(435,2194.8691,-2513.9407,14.1742,269.1824,1,1, 900); // LA Docks Supplies trailer 3
- AddStaticVehicleEx(435,90.9732,-154.1035,3.2141,269.2296,1,1, 900); // BBStorageTrailer1
- AddStaticVehicleEx(591,93.6355,-172.1506,3.2139,269.0442,1,1, 900); // BBStorageTrailer2
- AddStaticVehicleEx(435,166.5291,-44.4539,2.1764,270.6968,3,3, 900); // BBSuppliesTrailer1
- AddStaticVehicleEx(591,165.5262,-22.0428,2.2316,270.3246,1,1, 900); // BBSuppliesTrailer2
- AddStaticVehicleEx(435,167.4212,-14.2593,2.2437,270.4714,1,1, 900); // BBSuppliesTrailer3
- AddStaticVehicleEx(435,-42.0974,61.1927,3.7552,339.5275,1,1, 900); // BBFarmSuppliesTrailer1
- AddStaticVehicleEx(591,-33.6662,57.5084,3.6994,341.2177,1,1, 900); // BBFarmSuppliesTrailer2
- AddStaticVehicleEx(435,-465.3719,-81.2704,60.6783,263.7261,1,1, 900); // BBLumberTrailer1
- AddStaticVehicleEx(591,-464.9078,-75.3178,60.7492,261.5413,1,1, 900); // BBLumberTrailer2
- AddStaticVehicleEx(435,-557.6436,-501.5607,25.5801,1.4391,1,1, 900); // WestBasinTrailer1
- AddStaticVehicleEx(435,-529.6783,-502.6468,25.4099,0.1614,1,1, 900); // WestBasinTrailer2
- AddStaticVehicleEx(591,-520.4857,-501.9078,25.4411,0.4591,1,1, 900); // WestBasinTrailer3
- AddStaticVehicleEx(450,-1990.3916,-2425.5461,31.2098,136.7360,1,1, 900); // APStorageTrailer1
- AddStaticVehicleEx(450,-1995.0924,-2421.6448,31.2925,139.3503,1,1, 900); // APStorageTrailer2
- AddStaticVehicleEx(435,-1999.4061,-2418.6177,31.2859,138.2934,1,1, 900); // APStorageTrailer3
- AddStaticVehicleEx(591,-2007.1364,-2409.9373,31.2855,138.6345,1,1, 900); // APStorageTrailer4
- AddStaticVehicleEx(435,-1544.2321,-2742.5864,49.1988,170.4327,1,1, 900); // APSuppliesTraler1
- AddStaticVehicleEx(591,-1539.4315,-2743.2131,49.1947,172.8186,1,1, 900); // APSuppliesTrailer2
- AddStaticVehicleEx(435,-1544.2316,-2742.5872,49.1966,170.4324,1,1, 900); // APSuppliesTrailer3
- AddStaticVehicleEx(450,350.6689,850.2215,20.7841,31.4371,1,1, 900); // BCQuarryTrailer1
- AddStaticVehicleEx(450,346.4535,847.3931,20.7208,32.3695,1,1, 900); // BCQuarryTrailer2
- AddStaticVehicleEx(450,322.8606,856.0114,21.0697,296.7265,1,1, 900); // BCQuarryTrailer3
- AddStaticVehicleEx(450,317.3420,866.2861,20.9891,298.7624,1,1, 900); // BCQuarryTrailer4
- AddStaticVehicleEx(584,270.7217,1478.2170,11.7794,185.5293,1,1, 900); // BCOilTrailer1
- AddStaticVehicleEx(584,277.3219,1479.0850,11.7800,183.1001,1,1, 900); // BCOilTrailer2
- AddStaticVehicleEx(584,283.1945,1477.4412,11.8043,179.6807,1,1, 900); // BCOilTrailer3
- AddStaticVehicleEx(435,1461.5372,2328.6953,11.4165,89.0570,1,1, 900); // PilsonSuppliesTrailer1
- AddStaticVehicleEx(435,1461.6980,2333.6047,11.4616,89.4065,1,1, 900); // PilsonSuppliesTrailer2
- AddStaticVehicleEx(591,1462.7512,2339.3059,11.5106,89.8462,1,1, 900); // PilsonSuppliesTrailer3
- AddStaticVehicleEx(591,1463.3148,2344.8459,11.4258,89.3545,1,1, 900); // PilsonSuppliesTrailer4
- AddStaticVehicleEx(591,1639.5519,2340.2749,10.8013,89.3532,1,1, 900); // RedsandsTrailer1
- AddStaticVehicleEx(435,1638.8723,2312.3152,10.8606,91.9411,1,1, 900); // RedsandsTrailer2
- AddStaticVehicleEx(591,1639.0044,2302.9875,10.8445,89.3651,1,1, 900); // RedsandsTrailer3
- AddStaticVehicleEx(591,2566.3142,2790.9033,11.4746,180.2304,1,1, 900); // KACCTrailer1
- AddStaticVehicleEx(435,2557.8557,2790.4246,11.4802,179.1809,1,1, 900); // KACCTrailer2
- AddStaticVehicleEx(435,2549.8347,2789.7908,11.4267,179.5141,1,1, 900); // KACCTrailer3
- AddStaticVehicleEx(591,2541.3291,2791.1411,11.4830,180.7104,1,1, 900); // KACCTrailer4
- AddStaticVehicleEx(591,1362.9547,1157.1427,11.4807,0.4241,1,1, 900); // LVAFTrailer1
- AddStaticVehicleEx(435,1380.1807,1156.9369,11.4343,1.6050,1,1, 900); // LVAFTrailer2
- AddStaticVehicleEx(435,1092.2933,1278.5941,11.4802,90.5015,1,1, 900); // BlackfieldSTrailer1
- AddStaticVehicleEx(435,1092.6785,1272.4990,11.4791,92.3561,1,1, 900); // BlackfieldSTrailer2
- AddStaticVehicleEx(435,1092.4906,1266.0619,11.4799,92.3815,1,1, 900); // BlackfieldSTrailer3
- AddStaticVehicleEx(591,1093.4928,1259.1262,11.4872,90.5516,1,1, 900); // BlackfieldSTrailer4
- AddStaticVehicleEx(591,1092.8287,1254.6204,11.4678,90.7795,1,1, 900); // BlackfieldSTrailer5
- AddStaticVehicleEx(591,1092.5542,1248.2151,11.4794,90.7725,1,1, 900); // BlackfieldSTrailer6
- AddStaticVehicleEx(591,2524.0969,-2116.7256,14.2474,359.3434,1,1, 900); // TruckerCoonTrailer1
- AddStaticVehicleEx(435,2535.1987,-2132.6321,14.2063,0.1808,1,1, 900); // TruckerCoonTrailer2
- AddStaticVehicleEx(584,2618.7053,-2190.2366,14.7029,179.4331,1,1, 900); // LADockFuelTrailer1
- AddStaticVehicleEx(584,2613.2178,-2190.3564,14.7022,178.0155,1,1, 900); // LADockFuelTrailer2
- AddStaticVehicleEx(584,2607.7852,-2190.4541,14.6854,182.4359,1,1, 900); // LADockFuelTrailer3
- AddStaticVehicleEx(584,2602.1062,-2190.6284,14.7461,180.6021,1,1, 900); // LADockFuelTrailer4
- AddStaticVehicleEx(584,993.3430,-912.2853,43.3470,97.4511,1,1, 900); // BroadwayTrailer1
- AddStaticVehicleEx(584,995.4743,-927.3059,43.3791,96.3870,1,1, 900); // BroadwayTrailer2
- AddStaticVehicleEx(584,1918.1345,-1790.0989,14.5632,270.3278,1,1, 900); // IdlewoodTrailer1
- return true;
Add Comment
Please, Sign In to add comment