Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public OnGameModeInit()
- {
- /*#if defined LOAD_FROM_FILE
- LoadSQLInfo();
- print("Datele necesare pentru conectare au fost incarcate");
- #else
- print("Datele necesare pentru conectare NU au fost incarcate !!!");
- #endif*/
- MySQLConnect();
- /*
- print(" ");
- print("------------------------------------------------------------------");
- print(" SQL Info Loading... ");
- print("------------------------------------------------------------------");*/
- new count = GetTickCount();
- new string[128],string1[MAX_PLAYER_NAME];
- AntiDEAmx();
- //DisableNameTagLOS();
- //mysql_debug(1);
- EnableStuntBonusForAll(true);
- ShowPlayerMarkers(PLAYER_MARKERS_MODE_GLOBAL);
- //SetDisabledWeapons(16,18,35,28,32,38,26,9);
- //EnableZoneNames(true);
- //EnableTirePopping(true);
- UsePlayerPedAnims();
- //AllowAdminTeleport(true);
- AllowInteriorWeapons(true);
- SetPlayerDistanceForName(10);
- ManualVehicleEngineAndLights();
- //DisableInteriorEnterExits();
- CreateFiles();
- MySQLCheckConnection();
- LoadProperty();
- LoadBizz();
- LoadSBizz();
- LoadStuff();
- LoadIRC();
- RaceActive=0;
- Ranking=1;
- LCurrentCheckpoint=0;
- Participants=0;
- for(new i;i<MAX_BUILDERS;i++)
- {
- BuilderSlots[i]=MAX_PLAYERS+1;
- }
- if(RRotation != -1) SetTimer("RaceRotation",RRotationDelay,1);
- #if defined MENUSYSTEM
- CreateRaceMenus();
- #endif
- TuningMenu = CreateMenu("TuningMenu",1,20,120,150,40);
- AddMenuItem(TuningMenu,0,"Paint Job");
- AddMenuItem(TuningMenu,0,"Colors");
- AddMenuItem(TuningMenu,0,"Exhausts");
- AddMenuItem(TuningMenu,0,"Front Bumper");
- AddMenuItem(TuningMenu,0,"Rear Bumper");
- AddMenuItem(TuningMenu,0,"Roof");
- AddMenuItem(TuningMenu,0,"Spoilers");
- AddMenuItem(TuningMenu,0,"Side Skirts");
- AddMenuItem(TuningMenu,0,"Bullbars");
- AddMenuItem(TuningMenu,0,"Wheels");
- AddMenuItem(TuningMenu,0,"Car Stereo");
- AddMenuItem(TuningMenu,0,"Next Page");
- Paintjobs = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Paintjobs,0,"PaintJobs");
- AddMenuItem(Paintjobs,0,"Paintjob 1 - 500$");
- AddMenuItem(Paintjobs,0,"Paintjob 2 - 500$");
- AddMenuItem(Paintjobs,0,"Paintjob 3 - 500$");
- AddMenuItem(Paintjobs,0,"Paintjob 4 - 500$");
- AddMenuItem(Paintjobs,0,"Paintjob 5 - 500$");
- AddMenuItem(Paintjobs,0,"Meniu Principal");
- Colors = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Colors,0,"Colors");
- AddMenuItem(Colors,0,"Black - 150$");
- AddMenuItem(Colors,0,"White - 150$");
- AddMenuItem(Colors,0,"Red - 150$");
- AddMenuItem(Colors,0,"Blue - 150$");
- AddMenuItem(Colors,0,"Green - 150$");
- AddMenuItem(Colors,0,"Yellow - 150$");
- AddMenuItem(Colors,0,"Pink - 150$");
- AddMenuItem(Colors,0,"Brown - 150$");
- AddMenuItem(Colors,0,"Next Page");
- Colors1 = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Colors1,0,"Colors");
- AddMenuItem(Colors1,0,"Grey - 150$");
- AddMenuItem(Colors1,0,"Gold - 150$");
- AddMenuItem(Colors1,0,"Dark Blue - 150$");
- AddMenuItem(Colors1,0,"Light Blue - 150$");
- AddMenuItem(Colors1,0,"Green - 150$");
- AddMenuItem(Colors1,0,"Light Grey - 150$");
- AddMenuItem(Colors1,0,"Dark Red - 150$");
- AddMenuItem(Colors1,0,"Dark Brown - 150$");
- AddMenuItem(Colors1,0,"Meniu Principal");
- Exhausts = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Exhausts,0,"Exhausts");
- AddMenuItem(Exhausts,0,"Wheel Arch Alien Exhaust - 800$");
- AddMenuItem(Exhausts,0,"Wheel Arch X-Flow Exhaust - 700$");
- AddMenuItem(Exhausts,0,"Locos Low Chromer Exhaust - 1650$");
- AddMenuItem(Exhausts,0,"Locos Low Slamin Exhaust - 1590$");
- AddMenuItem(Exhausts,0,"Meniu Principal");
- Frontbumper = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Frontbumper,0,"Frontbumpers");
- AddMenuItem(Frontbumper,0,"Wheel Arch Alien bumper - 970$");
- AddMenuItem(Frontbumper,0,"Wheel Arch X-Flow bumper - 870$");
- AddMenuItem(Frontbumper,0,"Locos Low Chromer bumper - 2200$");
- AddMenuItem(Frontbumper,0,"Locos Low Slamin bumper - 2080$");
- AddMenuItem(Frontbumper,0,"Meniu Principal");
- Rearbumper = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Rearbumper,0,"Rearbumpers");
- AddMenuItem(Rearbumper,0,"Wheel Arch Alien bumper - 970$");
- AddMenuItem(Rearbumper,0,"Wheel Arch X-Flow bumper - 870$");
- AddMenuItem(Rearbumper,0,"Locos Low Chromer bumper - 2200$");
- AddMenuItem(Rearbumper,0,"Locos Low Slamin bumper - 2080$");
- AddMenuItem(Rearbumper,0,"Meniu Principal");
- Roof = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Roof,0,"Roof");
- AddMenuItem(Roof,0,"Wheel Arch Alien Roof Vent - 200$");
- AddMenuItem(Roof,0,"Wheel Arch X-Flow Roof Vent - 140$");
- AddMenuItem(Roof,0,"Locos Low Hardtop Roof - 3380$");
- AddMenuItem(Roof,0,"Locos Low Softtop Roof - 3290$");
- AddMenuItem(Roof,0,"Meniu Principal");
- Spoilers = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Spoilers,0,"Spoliers");
- AddMenuItem(Spoilers,0,"Alien Spoiler - 600$");
- AddMenuItem(Spoilers,0,"X-Flow Spoiler - 500$");
- AddMenuItem(Spoilers,0,"Meniu Principal");
- Sideskirts = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Sideskirts,0,"SideSkirts");
- AddMenuItem(Sideskirts,0,"Wheel Arch Alien Side Skirts - 500$");
- AddMenuItem(Sideskirts,0,"Wheel Arch X-Flow Side Skirts - 400$");
- AddMenuItem(Sideskirts,0,"Locos Low Chrome Strip - 830$");
- AddMenuItem(Sideskirts,0,"Locos Low Chrome Flames - 780$");
- AddMenuItem(Sideskirts,0,"Locos Low Chrome Arches - 780$");
- AddMenuItem(Sideskirts,0,"Locos Low Chrome Trim - 780$");
- AddMenuItem(Sideskirts,0,"Locos Low Wheelcovers - 780$");
- AddMenuItem(Sideskirts,0,"Meniu Principal");
- Bullbars = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Bullbars,0,"Bullbars");
- AddMenuItem(Bullbars,0,"Locos Low Chrome Grill - 940$");
- AddMenuItem(Bullbars,0,"Locos Low Chrome Bars - 860$");
- AddMenuItem(Bullbars,0,"Locos Low Chrome Lights - 1120$");
- AddMenuItem(Bullbars,0,"Locos Low Chrome Bullbar - 1610$");
- AddMenuItem(Bullbars,0,"Meniu Principal");
- Wheels = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Wheels,0,"Wheels");
- AddMenuItem(Wheels,0,"Offroad");
- AddMenuItem(Wheels,0,"Mega");
- AddMenuItem(Wheels,0,"Wires");
- AddMenuItem(Wheels,0,"Twist");
- AddMenuItem(Wheels,0,"Grove");
- AddMenuItem(Wheels,0,"Import");
- AddMenuItem(Wheels,0,"Atomic");
- AddMenuItem(Wheels,0,"Ahab");
- AddMenuItem(Wheels,0,"Virtual");
- AddMenuItem(Wheels,0,"Access");
- AddMenuItem(Wheels,0,"Next Page");
- AddMenuItem(Wheels,0,"Meniu Principal");
- Wheels1 = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Wheels1,0,"Wheels");
- AddMenuItem(Wheels1,0,"Trance");
- AddMenuItem(Wheels1,0,"Shadow");
- AddMenuItem(Wheels1,0,"Rimshine");
- AddMenuItem(Wheels1,0,"Classic");
- AddMenuItem(Wheels1,0,"Cutter - 1050$");
- AddMenuItem(Wheels1,0,"Switch");
- AddMenuItem(Wheels1,0,"Dollar");
- AddMenuItem(Wheels1,0,"Meniu Principal");
- Carstereo = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Carstereo,0,"Stereo");
- AddMenuItem(Carstereo,0,"Bass Boost - 100$");
- AddMenuItem(Carstereo,0,"Meniu Principal");
- //-------------------------Meniu Principal page 2 ------------------------------------
- TuningMenu1= CreateMenu("TuningMenu",1,20,120,150,40);
- AddMenuItem(TuningMenu1,0,"Hydraulics");
- AddMenuItem(TuningMenu1,0,"Nitro");
- AddMenuItem(TuningMenu1,0,"Repair Car - 500$");
- AddMenuItem(TuningMenu1,0,"Meniu Principal");
- AddMenuItem(TuningMenu1,0,"Iesi");
- Hydraulics = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Hydraulics,0,"Hydraulics");
- AddMenuItem(Hydraulics,0,"Hydraulics - 1500$");
- AddMenuItem(Hydraulics,0,"Meniu Principal");
- Nitro = CreateMenu("TuningMenu",1,20,120,150,40);
- SetMenuColumnHeader(Nitro,0,"Nitro");
- AddMenuItem(Nitro,0,"2x Nitrous - 200$");
- AddMenuItem(Nitro,0,"5x Nitrous - 500$");
- AddMenuItem(Nitro,0,"10x Nitrous - 1000$");
- AddMenuItem(Nitro,0,"Meniu Principal");
- // LoadMOTD();
- LoadFaction();
- //printf("dupa LoadFaction");
- // LoadBlackList();
- // printf("dupa LoadBlackList");
- LoadLeaders();
- // printf("dupa LoadLeaders");
- LoadFamilies();
- //printf("dupa LoadFamilies");
- // LoadCK();
- // printf("dupa LoadCK");
- LoadTurfs();
- //printf("dupa LoadTurfs");
- // LoadAlliance();
- // printf("dupa LoadAlliance");
- // LoadAdmins();
- //printf("end load");
- for(new k; k < 9; k++) IRCInfo[k][iPlayers] = 0;
- new stringest[36], File:file;
- if((file = fopen("words.cfg",io_read)))
- {
- while(fread(file,stringest))
- {
- FixChars(stringest);
- for(new i = 0, j = strlen(stringest); i < j; i++)
- if(stringest[i] == '\n' || stringest[i] == '\r') stringest[i] = '\0';
- Swears[num_words] = stringest;
- num_words++;
- }
- fclose(file);
- }
- 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[75][pCapasity] = 200; // Yankee
- PlayerHaul[74][pCapasity] = 200; // Yankee
- PlayerHaul[76][pCapasity] = 100; // Rumpo
- PlayerHaul[77][pCapasity] = 100; // Rumpo
- for(new ba = 0; ba < MAX_C4; ba++)
- {
- strmid(C4Info[ba][C4Planter], "[NONE]", 0, strlen("[NONE]"), 128);
- C4Info[ba][C4X] = 0.0;
- C4Info[ba][C4Y] = 0.0;
- C4Info[ba][C4Z] = 0.0;
- }
- new mode[36];
- format(mode,sizeof(mode),"ManiacX v.%s",Vers);
- SetGameModeText(mode);
- //format(MOTD_ENTER_SERVER, sizeof(MOTD_ENTER_SERVER), "Bine ati venit pe serverul ManiacX's SA:MP Server.");
- gettime(ghour, gminute, gsecond);
- FixHour(ghour);
- ghour = shifthour;
- if(!realtime)
- {
- SetWorldTime(wtime);
- }
- // • Menus •
- Guns = CreateMenu("~r~~h~Guns", 2, 210.0, 220.0, 150.0, 50.0);
- AddMenuItem(Guns, 0, "Nightstick");
- AddMenuItem(Guns, 0, "Deagle");
- AddMenuItem(Guns, 0, "M4");
- AddMenuItem(Guns, 0, "MP5");
- AddMenuItem(Guns, 0, "Spray");
- AddMenuItem(Guns, 0, "Exit");
- new setprice[24];
- // Airport LS
- BiletAvion[0] = CreateMenu("~w~Din ~y~~h~Los Santos ~w~in:", 2, 210.0, 280.0, 150.0, 150.0);
- AddMenuItem(BiletAvion[0],0,"San Fiero");
- format(setprice,sizeof(setprice),"%s$",GroupDigit(SF_PLANE_PRICE));
- AddMenuItem(BiletAvion[0],1,setprice);
- AddMenuItem(BiletAvion[0],0,"Las Venturas");
- format(setprice,sizeof(setprice),"%s$",GroupDigit(LV_PLANE_PRICE));
- AddMenuItem(BiletAvion[0],1,setprice);
- AddMenuItem(BiletAvion[0],0,"Exit");
- // Airport SF
- BiletAvion[1] = CreateMenu("~w~Din ~y~~h~San Fiero ~w~in:", 2, 210.0, 280.0, 150.0, 150.0);
- AddMenuItem(BiletAvion[1],0,"Los Santos");
- format(setprice,sizeof(setprice),"%s$",GroupDigit(LS_PLANE_PRICE));
- AddMenuItem(BiletAvion[1],1,setprice);
- AddMenuItem(BiletAvion[1],0,"Las Venturas");
- format(setprice,sizeof(setprice),"%s$",GroupDigit(LV_PLANE_PRICE));
- AddMenuItem(BiletAvion[1],1,setprice);
- AddMenuItem(BiletAvion[1],0,"Exit");
- // Airport LV
- BiletAvion[2] = CreateMenu("~w~Din ~y~~h~Las Venturas ~w~in:", 2, 210.0, 280.0, 150.0, 150.0);
- AddMenuItem(BiletAvion[2],0,"Los Santos");
- format(setprice,sizeof(setprice),"%s$",GroupDigit(LS_PLANE_PRICE));
- AddMenuItem(BiletAvion[2],1,setprice);
- AddMenuItem(BiletAvion[2],0,"San Fiero");
- format(setprice,sizeof(setprice),"%s$",GroupDigit(SF_PLANE_PRICE));
- AddMenuItem(BiletAvion[2],1,setprice);
- AddMenuItem(BiletAvion[2],0,"Exit");
- // • Textdraws •
- Forum = TextDrawCreate(490.000000,435.000000,"www.mnx.ro/forum");
- TextDrawAlignment(Forum,0);
- TextDrawBackgroundColor(Forum,0x00000099);
- TextDrawFont(Forum,3);
- TextDrawLetterSize(Forum,0.299999,1.000000);
- TextDrawColor(Forum,0xF2C615FF);
- TextDrawSetOutline(Forum,1);
- TextDrawSetProportional(Forum,1);
- MotorPornit = TextDrawCreate(312.000000,340.000000,"Motorul a pornit");
- TextDrawAlignment(MotorPornit,0);
- TextDrawBackgroundColor(MotorPornit,0x000000ff);
- TextDrawFont(MotorPornit,3);
- TextDrawLetterSize(MotorPornit,1.000000,1.400000);
- TextDrawColor(MotorPornit,0xff000099);
- TextDrawSetProportional(MotorPornit,1);
- TextDrawSetShadow(MotorPornit,2);
- BlackScreen = TextDrawCreate(1.000000,1.000000,"~n~~n~~n~~n~~n~~n~~n~~n~~n~");
- TextDrawUseBox(BlackScreen,1);
- TextDrawBoxColor(BlackScreen,0x000000ff);
- TextDrawTextSize(BlackScreen,641.000000,0.000000);
- TextDrawAlignment(BlackScreen,0);
- TextDrawBackgroundColor(BlackScreen,0x000000ff);
- TextDrawFont(BlackScreen,3);
- TextDrawLetterSize(BlackScreen,1.000000,5.599999);
- TextDrawColor(BlackScreen,0x000000ff);
- TextDrawSetOutline(BlackScreen,1);
- TextDrawSetProportional(BlackScreen,1);
- TextDrawSetShadow(BlackScreen,1);
- //textdraw radio
- radiozuu = TextDrawCreate(49.000000,322.000000, "Radio Zu");
- TextDrawBackgroundColor(radiozuu, 20);
- TextDrawFont(radiozuu, 1);
- TextDrawLetterSize(radiozuu, 0.500000, 1.000000);
- TextDrawColor(radiozuu, -1);
- TextDrawSetOutline(radiozuu, 0);
- TextDrawSetProportional(radiozuu, 1);
- TextDrawSetShadow(radiozuu, 1);
- TextDrawUseBox(radiozuu, 1);
- TextDrawBoxColor(radiozuu, 100);
- TextDrawTextSize(radiozuu, 123.000000, 31.000000);
- infopro = TextDrawCreate(49.000000,322.000000, "Pro FM");
- TextDrawBackgroundColor(infopro, 20);
- TextDrawFont(infopro, 1);
- TextDrawLetterSize(infopro, 0.500000, 1.000000);
- TextDrawColor(infopro, -1);
- TextDrawSetOutline(infopro, 0);
- TextDrawSetProportional(infopro, 1);
- TextDrawSetShadow(infopro, 1);
- TextDrawUseBox(infopro, 1);
- TextDrawBoxColor(infopro, 100);
- TextDrawTextSize(infopro, 110.000000, 31.000000);
- kissfm = TextDrawCreate(49.000000,322.000000, "Kiss FM");
- TextDrawBackgroundColor(kissfm, 20);
- TextDrawFont(kissfm, 1);
- TextDrawLetterSize(kissfm, 0.500000, 1.000000);
- TextDrawColor(kissfm, -1);
- TextDrawSetOutline(kissfm, 0);
- TextDrawSetProportional(kissfm, 1);
- TextDrawSetShadow(kissfm, 1);
- TextDrawUseBox(kissfm, 1);
- TextDrawBoxColor(kissfm, 100);
- TextDrawTextSize(kissfm, 110.000000, 31.000000);
- radiosuper = TextDrawCreate(49.000000,322.000000, "Radio Super");
- TextDrawBackgroundColor(radiosuper, 20);
- TextDrawFont(radiosuper, 1);
- TextDrawLetterSize(radiosuper, 0.500000, 1.000000);
- TextDrawColor(radiosuper, -1);
- TextDrawSetOutline(radiosuper, 0);
- TextDrawSetProportional(radiosuper, 1);
- TextDrawSetShadow(radiosuper, 1);
- TextDrawUseBox(radiosuper, 1);
- TextDrawBoxColor(radiosuper, 100);
- TextDrawTextSize(radiosuper, 155.000000, 31.000000);
- radiomanele = TextDrawCreate(49.000000,322.000000, "Radio Manele");
- TextDrawBackgroundColor(radiomanele, 20);
- TextDrawFont(radiomanele, 1);
- TextDrawLetterSize(radiomanele, 0.500000, 1.000000);
- TextDrawColor(radiomanele, -1);
- TextDrawSetOutline(radiomanele, 0);
- TextDrawSetProportional(radiomanele, 1);
- TextDrawSetShadow(radiomanele, 1);
- TextDrawUseBox(radiomanele, 1);
- TextDrawBoxColor(radiomanele, 100);
- TextDrawTextSize(radiomanele, 160.000000, 31.000000);
- // Zaruri[0] ( Dice )
- Zaruri[0][0] = TextDrawCreate(69.000000,211.000000," ~n~ ~n~ ~n~ ~n~ ~n~ ~n~");
- Zaruri[0][1] = TextDrawCreate(95.000000,232.000000,"o");
- Zaruri[0][2] = TextDrawCreate(73.000000,251.000000,"o");
- Zaruri[0][3] = TextDrawCreate(116.000000,212.000000,"o");
- Zaruri[0][4] = TextDrawCreate(74.000000,213.000000,"o");
- Zaruri[0][5] = TextDrawCreate(116.000000,250.000000,"o");
- Zaruri[0][6] = TextDrawCreate(74.000000,232.000000,"o");
- Zaruri[0][7] = TextDrawCreate(116.000000,231.000000,"o");
- TextDrawUseBox(Zaruri[0][0],1);
- TextDrawColor(Zaruri[0][0],0xffffffff);
- TextDrawBoxColor(Zaruri[0][0],0xffffff99);
- TextDrawTextSize(Zaruri[0][0],131.000000,0.000000);
- TextDrawLetterSize(Zaruri[0][0],1.000000,1.000000);
- TextDrawLetterSize(Zaruri[0][1],0.499999,1.100000);
- TextDrawLetterSize(Zaruri[0][2],0.499999,1.100000);
- TextDrawLetterSize(Zaruri[0][3],0.499999,1.100000);
- TextDrawLetterSize(Zaruri[0][4],0.499999,1.100000);
- TextDrawLetterSize(Zaruri[0][5],0.499999,1.200000);
- TextDrawLetterSize(Zaruri[0][6],0.499999,1.100000);
- TextDrawLetterSize(Zaruri[0][7],0.499999,1.200000);
- for(new i; i < sizeof(Zaruri[]); i++)
- {
- TextDrawFont(Zaruri[0][i],3);
- TextDrawSetShadow(Zaruri[0][i],1);
- TextDrawAlignment(Zaruri[0][i],0);
- TextDrawSetOutline(Zaruri[0][i],1);
- TextDrawSetProportional(Zaruri[0][i],1);
- TextDrawBackgroundColor(Zaruri[0][i],0x000000ff);
- if(!i) continue;
- TextDrawColor(Zaruri[0][i],0x000000ff);
- }
- Zaruri[1][0] = TextDrawCreate(149.000000,211.000000," ~n~ ~n~ ~n~ ~n~ ~n~ ~n~");
- Zaruri[1][1] = TextDrawCreate(95+80.000000,232.000000,"o");
- Zaruri[1][2] = TextDrawCreate(73+80.000000,251.000000,"o");
- Zaruri[1][3] = TextDrawCreate(116+80.000000,212.000000,"o");
- Zaruri[1][4] = TextDrawCreate(74+80.000000,213.000000,"o");
- Zaruri[1][5] = TextDrawCreate(116+80.000000,250.000000,"o");
- Zaruri[1][6] = TextDrawCreate(74+80.000000,232.000000,"o");
- Zaruri[1][7] = TextDrawCreate(116+80.000000,231.000000,"o");
- TextDrawUseBox(Zaruri[1][0],1);
- TextDrawColor(Zaruri[1][0],0xffffffff);
- TextDrawBoxColor(Zaruri[1][0],0xffffff99);
- TextDrawTextSize(Zaruri[1][0],214.000000,0.000000);
- TextDrawLetterSize(Zaruri[1][0],1.000000,1.000000);
- TextDrawLetterSize(Zaruri[1][1],0.499999,1.100000);
- TextDrawLetterSize(Zaruri[1][2],0.499999,1.100000);
- TextDrawLetterSize(Zaruri[1][3],0.499999,1.100000);
- TextDrawLetterSize(Zaruri[1][4],0.499999,1.100000);
- TextDrawLetterSize(Zaruri[1][5],0.499999,1.200000);
- TextDrawLetterSize(Zaruri[1][6],0.499999,1.100000);
- TextDrawLetterSize(Zaruri[1][7],0.499999,1.200000);
- for(new i; i < sizeof(Zaruri[]); i++)
- {
- TextDrawFont(Zaruri[1][i],3);
- TextDrawSetShadow(Zaruri[1][i],1);
- TextDrawAlignment(Zaruri[1][i],0);
- TextDrawSetOutline(Zaruri[1][i],1);
- TextDrawSetProportional(Zaruri[1][i],1);
- TextDrawBackgroundColor(Zaruri[1][i],0x000000ff);
- if(!i) continue;
- TextDrawColor(Zaruri[1][i],0x000000ff);
- }
- // Lotery ( Lotto )
- LottoText[0] = TextDrawCreate(31.000000, 205.000000, "~g~~h~Lotto~n~~w~~h~Se extrage numarul ...");
- TextDrawBackgroundColor(LottoText[0], 255);
- TextDrawFont(LottoText[0], 3);
- TextDrawLetterSize(LottoText[0], 0.530000, 1.199999);
- TextDrawColor(LottoText[0], -65281);
- TextDrawSetOutline(LottoText[0], 0);
- TextDrawSetProportional(LottoText[0], 1);
- TextDrawSetShadow(LottoText[0], 4);
- LottoText[1] = TextDrawCreate(33.000000, 200.000000, "~r~~g~Lotto~n~~r~~h~RAGGA ~w~~h~a castigat 158.329~g~$ ~w~!");
- TextDrawBackgroundColor(LottoText[1], 255);
- TextDrawFont(LottoText[1], 3);
- TextDrawLetterSize(LottoText[1], 0.539999, 1.300000);
- TextDrawColor(LottoText[1], -1);
- TextDrawSetOutline(LottoText[1], 0);
- TextDrawSetProportional(LottoText[1], 1);
- TextDrawSetShadow(LottoText[1], 4);
- // ManiacX Intro
- Intro[0] = TextDrawCreate(265.000000, 114.000000, "~b~~h~~h~ ManiacX~n~~w~~h~The GodFather");
- TextDrawBackgroundColor(Intro[0], 255);
- TextDrawFont(Intro[0], 0);
- TextDrawLetterSize(Intro[0], 0.679999, 1.700000);
- TextDrawColor(Intro[0], -1);
- TextDrawSetOutline(Intro[0], 0);
- TextDrawSetProportional(Intro[0], 1);
- TextDrawSetShadow(Intro[0], 1);
- TextDrawUseBox(Intro[0], 1);
- TextDrawBoxColor(Intro[0], 1852730931);
- TextDrawTextSize(Intro[0], 388.000000, 152.000000);
- Intro[1] = TextDrawCreate(175.000000, 149.000000, " ~n~ Multumim ca ai intrat pe server~n~Speram sa te ~p~distrezi ~w~!");
- TextDrawBackgroundColor(Intro[1], 255);
- TextDrawFont(Intro[1], 3);
- TextDrawLetterSize(Intro[1], 0.529999, 1.500000);
- TextDrawColor(Intro[1], -1);
- TextDrawSetOutline(Intro[1], 0);
- TextDrawSetProportional(Intro[1], 1);
- TextDrawSetShadow(Intro[1], 1);
- TextDrawUseBox(Intro[1], 1);
- TextDrawBoxColor(Intro[1], 1852730931);
- TextDrawTextSize(Intro[1], 489.000000, 163.000000);
- Intro[2] = TextDrawCreate(175.000000, 194.000000, " ~n~~r~ Nu uita de regulile serverului:");
- TextDrawBackgroundColor(Intro[2], 255);
- TextDrawFont(Intro[2], 3);
- TextDrawLetterSize(Intro[2], 0.529999, 1.500000);
- TextDrawColor(Intro[2], -1);
- TextDrawSetOutline(Intro[2], 0);
- TextDrawSetProportional(Intro[2], 1);
- TextDrawSetShadow(Intro[2], 1);
- TextDrawUseBox(Intro[2], 1);
- TextDrawBoxColor(Intro[2], 1852730931);
- TextDrawTextSize(Intro[2], 489.000000, 157.000000);
- Intro[3] = TextDrawCreate(80.000000, 225.000000, "~y~1) ~w~Folosirea ~g~hack-urilor~n~~w~- de bani~n~- de teleport~n~- de arme~n~- de viata/armura~n~~n~~w~Se pedepseste ban !");
- TextDrawBackgroundColor(Intro[3], 255);
- TextDrawFont(Intro[3], 1);
- TextDrawLetterSize(Intro[3], 0.440000, 1.100000);
- TextDrawColor(Intro[3], -1);
- TextDrawSetOutline(Intro[3], 0);
- TextDrawSetProportional(Intro[3], 1);
- TextDrawSetShadow(Intro[3], 1);
- TextDrawUseBox(Intro[3], 1);
- TextDrawBoxColor(Intro[3], 1852730931);
- TextDrawTextSize(Intro[3], 591.000000, 164.000000);
- Intro[4] = TextDrawCreate(326.000000, 225.000000, "~y~2) ~w~Nu ai voie sa:~n~- pretinzi ca esti ~b~admin ~w~/ ~b~gm~n~~w~- pretinzi ca esti ~b~coordonator ~w~/ ~b~vip~n~~n~~w~daca nu indeplinesti o asemenea~n~~y~~h~~h~functie");
- TextDrawBackgroundColor(Intro[4], 255);
- TextDrawFont(Intro[4], 1);
- TextDrawLetterSize(Intro[4], 0.440000, 1.100000);
- TextDrawColor(Intro[4], -1);
- TextDrawSetOutline(Intro[4], 0);
- TextDrawSetProportional(Intro[4], 1);
- TextDrawSetShadow(Intro[4], 1);
- Intro[5] = TextDrawCreate(161.000000, 299.000000, "~n~~y~3) ~w~Nu ai voie sa abuzezi de gasirea unui ~r~~h~bug~w~~n~- imediat ce l-ai gasit , trebuie sa il postezi pe forum");
- TextDrawBackgroundColor(Intro[5], 255);
- TextDrawFont(Intro[5], 1);
- TextDrawLetterSize(Intro[5], 0.440000, 1.100000);
- TextDrawColor(Intro[5], -1);
- TextDrawSetOutline(Intro[5], 0);
- TextDrawSetProportional(Intro[5], 1);
- TextDrawSetShadow(Intro[5], 1);
- TextDrawUseBox(Intro[5], 1);
- TextDrawBoxColor(Intro[5], 1852730931);
- TextDrawTextSize(Intro[5], 511.000000, 164.000000);
- Intro[6] = TextDrawCreate(322.000000, 343.000000, "~g~~h~Site~w~: ~y~~h~http://~w~www.ManiacX.ro/gta");
- TextDrawBackgroundColor(Intro[6], 255);
- TextDrawFont(Intro[6], 1);
- TextDrawLetterSize(Intro[6], 0.440000, 1.100000);
- TextDrawColor(Intro[6], -1);
- TextDrawSetOutline(Intro[6], 0);
- TextDrawSetProportional(Intro[6], 1);
- TextDrawSetShadow(Intro[6], 1);
- TextDrawUseBox(Intro[6], 1);
- TextDrawBoxColor(Intro[6], 1852730931);
- TextDrawTextSize(Intro[6], 511.000000, 145.000000);
- // ==================================================================================================
- // ==================================================================================================
- // ==================================================================================================
- // Detective
- TJobs[0] = TextDrawCreate(32.000000,163.000000,"Job: ~y~Detective~n~~w~Comanda disponibila acestui job este ~g~/find [nume/id]~n~~w~Cu ajutorul acestei comenzi , poti vedea pe harta pozitia unui jucator pentru o scurta perioada de timp (in functie de skill)~n~Daca vrei sa fii detectiv, scrie ~r~/join");
- TextDrawUseBox(TJobs[0],1);
- TextDrawBoxColor(TJobs[0],0x000000ff);
- TextDrawTextSize(TJobs[0],280.000000,-2.000000);
- TextDrawAlignment(TJobs[0],0);
- TextDrawBackgroundColor(TJobs[0],0x000000ff);
- TextDrawFont(TJobs[0],3);
- TextDrawLetterSize(TJobs[0],0.299999,1.000000);
- TextDrawColor(TJobs[0],0xffffffff);
- TextDrawSetOutline(TJobs[0],1);
- TextDrawSetProportional(TJobs[0],1);
- // Lawyer
- TJobs[1] = TextDrawCreate(32.000000,163.000000,"Job: ~y~Lawyer~n~~w~Comanda disponibila acestui job este ~n~~g~/free [nume/id]~n~~w~Cu ajutorul acestei comenzi , poti scoate un player din jail , cu acordul unui politist~n~Daca vrei sa fii avocat, scrie ~r~/join");
- TextDrawUseBox(TJobs[1],1);
- TextDrawBoxColor(TJobs[1],0x000000ff);
- TextDrawTextSize(TJobs[1],280.000000,-2.000000);
- TextDrawAlignment(TJobs[1],0);
- TextDrawBackgroundColor(TJobs[1],0x000000ff);
- TextDrawFont(TJobs[1],3);
- TextDrawLetterSize(TJobs[1],0.299999,1.000000);
- TextDrawColor(TJobs[1],0xffffffff);
- TextDrawSetOutline(TJobs[1],1);
- TextDrawSetProportional(TJobs[1],1);
- // Drugs Dealer
- TJobs[3] = TextDrawCreate(32.000000,163.000000,"Job: ~y~Drugs Dealer~n~~w~Comenzile disponibile acestui job sunt:~n~~g~/getdrugs [cantitate] ~w~(de la Crack House) si ~g~/selldrugs [nume][cantitate][pret]~n~~w~Daca vrei sa fii traficant de droguri, scrie ~r~/join");
- TextDrawUseBox(TJobs[3],1);
- TextDrawBoxColor(TJobs[3],0x000000ff);
- TextDrawTextSize(TJobs[3],280.000000,-2.000000);
- TextDrawAlignment(TJobs[3],0);
- TextDrawBackgroundColor(TJobs[3],0x000000ff);
- TextDrawFont(TJobs[3],3);
- TextDrawLetterSize(TJobs[3],0.299999,1.000000);
- TextDrawColor(TJobs[3],0xffffffff);
- TextDrawSetOutline(TJobs[3],1);
- TextDrawSetProportional(TJobs[3],1);
- // Car Jacker
- TJobs[4] = TextDrawCreate(32.000000,163.000000,"Job: ~y~Car Jacker~n~~w~Comanda disponibila acestui job este ~n~~g~/dropcar ~w~(va aparea un checkpoint pe harta) - crane-ul este in Los Santos~n~~w~Daca vrei sa fii un hot de masini, scrie ~r~/join");
- TextDrawUseBox(TJobs[4],1);
- TextDrawBoxColor(TJobs[4],0x000000ff);
- TextDrawTextSize(TJobs[4],280.000000,-2.000000);
- TextDrawAlignment(TJobs[4],0);
- TextDrawBackgroundColor(TJobs[4],0x000000ff);
- TextDrawFont(TJobs[4],3);
- TextDrawLetterSize(TJobs[4],0.299999,1.000000);
- TextDrawColor(TJobs[4],0xffffffff);
- TextDrawSetOutline(TJobs[4],1);
- TextDrawSetProportional(TJobs[4],1);
- // Car Mechanic
- /*TJobs[5] = TextDrawCreate(32.000000,163.000000,"Job: ~y~Car Mechanic~n~~w~Comenzile disponibile acestui job sunt:~n~~g~/repair [nume/id] [suma] , /refill [nume/id] [suma] , /duty~n~~w~Daca vrei sa fii un mecanic, scrie ~r~/join");
- TextDrawUseBox(TJobs[5],1);
- TextDrawBoxColor(TJobs[5],0x000000ff);
- TextDrawTextSize(TJobs[5],280.000000,-2.000000);
- TextDrawAlignment(TJobs[5],0);
- TextDrawBackgroundColor(TJobs[5],0x000000ff);
- TextDrawFont(TJobs[5],3);
- TextDrawLetterSize(TJobs[5],0.299999,1.000000);
- TextDrawColor(TJobs[5],0xffffffff);
- TextDrawSetOutline(TJobs[5],1);
- TextDrawSetProportional(TJobs[5],1);*/
- // Arms Dealer
- TJobs[7] = TextDrawCreate(32.000000,163.000000,"Job: ~y~Arms Dealer~n~~w~Comenzile disponibile acestui job sunt:~n~~g~/material get [cantitate], /materials deliver, /sellgun [nume] [nume arma]~n~~w~Poti vinde doar deagle, shotgun si spistol~n~Daca vrei sa fii un vanzator de arme, scrie ~r~/join");
- TextDrawUseBox(TJobs[7],1);
- TextDrawBoxColor(TJobs[7],0x000000ff);
- TextDrawTextSize(TJobs[7],280.000000,-2.000000);
- TextDrawAlignment(TJobs[7],0);
- TextDrawBackgroundColor(TJobs[7],0x000000ff);
- TextDrawFont(TJobs[7],3);
- TextDrawLetterSize(TJobs[7],0.299999,1.000000);
- TextDrawColor(TJobs[7],0xffffffff);
- TextDrawSetOutline(TJobs[7],1);
- TextDrawSetProportional(TJobs[7],1);
- /*
- // Trucker
- TJobs[10] = TextDrawCreate(32.000000,163.000000,"Job: ~y~Trucker~n~~w~Comenzile disponibile acestui job sunt:~n~~g~/buyprods [numar produse], /sellprods~n~~w~Productele se vand la (s)biz-urile de pe harta~n~Daca vrei sa fii un camionagiu,scrie ~r~/join");
- TextDrawUseBox(TJobs[10],1);
- TextDrawBoxColor(TJobs[10],0x000000ff);
- TextDrawTextSize(TJobs[10],280.000000,-2.000000);
- TextDrawAlignment(TJobs[10],0);
- TextDrawBackgroundColor(TJobs[10],0x000000ff);
- TextDrawFont(TJobs[10],3);
- TextDrawLetterSize(TJobs[10],0.299999,1.000000);
- TextDrawColor(TJobs[10],0xffffffff);
- TextDrawSetOutline(TJobs[10],1);
- TextDrawSetProportional(TJobs[10],1); */
- // Trucker
- TJobs[10] = TextDrawCreate(32.000000,163.000000,"Job: ~y~Trucker~n~~w~Comenzile disponibile acestui job sunt:~n~~g~/buyprods /sellprods /load~n~~w~Productele se vand la afacerile existente~n~Daca vrei sa fii un camionagiu,scrie ~r~/join");
- TextDrawUseBox(TJobs[10],1);
- TextDrawBoxColor(TJobs[10],0x000000ff);
- TextDrawTextSize(TJobs[10],280.000000,-2.000000);
- TextDrawAlignment(TJobs[10],0);
- TextDrawBackgroundColor(TJobs[10],0x000000ff);
- TextDrawFont(TJobs[10],3);
- TextDrawLetterSize(TJobs[10],0.299999,1.000000);
- TextDrawColor(TJobs[10],0xffffffff);
- TextDrawSetOutline(TJobs[10],1);
- TextDrawSetProportional(TJobs[10],1);
- // Taxi
- TJobs[12] = TextDrawCreate(32.000000,163.000000,"Job: ~y~Taximetrist~n~~w~Comenzile disponibile acestui job sunt:~n~~g~/fare [bani], /startround~n~~w~Daca vrei sa fii un taximetrist,scrie ~r~/join");
- TextDrawUseBox(TJobs[12],1);
- TextDrawBoxColor(TJobs[12],0x000000ff);
- TextDrawTextSize(TJobs[12],280.000000,-2.000000);
- TextDrawAlignment(TJobs[12],0);
- TextDrawBackgroundColor(TJobs[12],0x000000ff);
- TextDrawFont(TJobs[12],3);
- TextDrawLetterSize(TJobs[12],0.299999,1.000000);
- TextDrawColor(TJobs[12],0xffffffff);
- TextDrawSetOutline(TJobs[12],1);
- TextDrawSetProportional(TJobs[12],1);
- // Conductor tren
- TJobs[13] = TextDrawCreate(32.000000,163.000000,"Job: ~y~Conductor de tren~n~~w~Comenzile disponibile acestui job sunt:~n~~g~/startcursa~n~~w~Daca vrei sa fii un conductor de tren,scrie ~r~/join");
- TextDrawUseBox(TJobs[13],1);
- TextDrawBoxColor(TJobs[13],0x000000ff);
- TextDrawTextSize(TJobs[13],280.000000,-2.000000);
- TextDrawAlignment(TJobs[13],0);
- TextDrawBackgroundColor(TJobs[13],0x000000ff);
- TextDrawFont(TJobs[13],3);
- TextDrawLetterSize(TJobs[13],0.299999,1.000000);
- TextDrawColor(TJobs[13],0xffffffff);
- TextDrawSetOutline(TJobs[13],1);
- TextDrawSetProportional(TJobs[13],1);
- // Gunoier
- TJobs[14] = TextDrawCreate(32.000000,163.000000,"Job: ~y~Gunoier~n~~w~Comenzile disponibile acestui job sunt:~n~~g~/startcolect si /recycle~n~~w~Daca vrei sa fii gunoier,scrie ~r~/join");
- TextDrawUseBox(TJobs[14],1);
- TextDrawBoxColor(TJobs[14],0x000000ff);
- TextDrawTextSize(TJobs[14],280.000000,-2.000000);
- TextDrawAlignment(TJobs[14],0);
- TextDrawBackgroundColor(TJobs[14],0x000000ff);
- TextDrawFont(TJobs[14],3);
- TextDrawLetterSize(TJobs[14],0.299999,1.000000);
- TextDrawColor(TJobs[14],0xffffffff);
- TextDrawSetOutline(TJobs[14],1);
- TextDrawSetProportional(TJobs[14],1);
- // =====================================================================================================
- // * Box Style *
- BoxStyle[0] = TextDrawCreate(28.000000,141.000000,"Stil de lupta: ~r~~h~box~n~~w~Acest stil de lupta are 3 lovituri noi~n~Pentru a le testa foloseste ~y~~h~CLICK 2 ~w~+ ~y~~h~f");
- BoxStyle[1] = TextDrawCreate(28.000000,184.000000,"Prima lovitura: ~y~~h~Click 2 ~w~+ ~y~~h~F~n~~w~ - croseu stanga, croseu dreapta");
- BoxStyle[2] = TextDrawCreate(29.000000,219.000000,"A doua lovitura: ~y~~h~Click 2 ~w~+ ~y~~h~F ~w~+ ~y~~h~F~n~~w~ - croseu dreapta, croseu stanga - in barba");
- BoxStyle[3] = TextDrawCreate(29.000000,259.000000,"A treia lovitura: ~y~~h~Click 2 ~w~+ ~y~~h~F ~w~+ ~y~~h~F ~w~+ ~y~~h~F~n~~w~ - croseu dreapta ( in barba ), croseu stanga");
- TextDrawUseBox(BoxStyle[0],1);
- TextDrawBoxColor(BoxStyle[0],0x00000099);
- TextDrawTextSize(BoxStyle[0],248.000000,6.000000);
- TextDrawUseBox(BoxStyle[1],1);
- TextDrawBoxColor(BoxStyle[1],0x00000088);
- TextDrawTextSize(BoxStyle[1],263.000000,0.000000);
- TextDrawUseBox(BoxStyle[2],1);
- TextDrawBoxColor(BoxStyle[2],0x00000077);
- TextDrawTextSize(BoxStyle[2],274.000000,0.000000);
- TextDrawUseBox(BoxStyle[3],1);
- TextDrawBoxColor(BoxStyle[3],0x00000066);
- TextDrawTextSize(BoxStyle[3],290.000000,0.000000);
- TextDrawAlignment(BoxStyle[0],0);
- TextDrawAlignment(BoxStyle[1],0);
- TextDrawAlignment(BoxStyle[2],0);
- TextDrawAlignment(BoxStyle[3],0);
- TextDrawBackgroundColor(BoxStyle[0],0x00000000);
- TextDrawBackgroundColor(BoxStyle[1],0x000000ff);
- TextDrawBackgroundColor(BoxStyle[2],0x000000ff);
- TextDrawBackgroundColor(BoxStyle[3],0x000000ff);
- TextDrawFont(BoxStyle[0],3);
- TextDrawLetterSize(BoxStyle[0],0.299999,1.000000);
- TextDrawFont(BoxStyle[1],3);
- TextDrawLetterSize(BoxStyle[1],0.299999,1.100000);
- TextDrawFont(BoxStyle[2],3);
- TextDrawLetterSize(BoxStyle[2],0.299999,1.200000);
- TextDrawFont(BoxStyle[3],3);
- TextDrawLetterSize(BoxStyle[3],0.299999,1.100000);
- TextDrawColor(BoxStyle[0],0xffffffff);
- TextDrawColor(BoxStyle[1],0xffffffff);
- TextDrawColor(BoxStyle[2],0xffffffff);
- TextDrawColor(BoxStyle[3],0xffffffff);
- TextDrawSetOutline(BoxStyle[0],1);
- TextDrawSetOutline(BoxStyle[1],1);
- TextDrawSetOutline(BoxStyle[2],1);
- TextDrawSetOutline(BoxStyle[3],1);
- TextDrawSetProportional(BoxStyle[0],1);
- TextDrawSetProportional(BoxStyle[1],1);
- TextDrawSetProportional(BoxStyle[2],1);
- TextDrawSetProportional(BoxStyle[3],1);
- TextDrawSetShadow(BoxStyle[0],6);
- TextDrawSetShadow(BoxStyle[1],1);
- TextDrawSetShadow(BoxStyle[2],1);
- TextDrawSetShadow(BoxStyle[3],1);
- // ** Kung FU Style **
- KungFUStyle[0] = TextDrawCreate(28.000000,141.000000,"Stil de lupta: ~g~~h~kung fu~n~~w~Acest stil de lupta are 3 lovituri noi~n~Pentru a le testa foloseste ~y~~h~CLICK 2 ~w~+ ~y~~h~f");
- KungFUStyle[1] = TextDrawCreate(28.000000,184.000000,"Prima lovitura: ~y~~h~Click 2 ~w~+ ~y~~h~F~n~~w~ - picior drept in stomac");
- KungFUStyle[2] = TextDrawCreate(29.000000,219.000000,"A doua lovitura: ~y~~h~Click 2 ~w~+ ~y~~h~F ~w~+ ~y~~h~F~n~~w~ - picior stang in fata");
- KungFUStyle[3] = TextDrawCreate(29.000000,259.000000,"A treia lovitura: ~y~~h~Click 2 ~w~+ ~y~~h~F ~w~+ ~y~~h~F ~w~+ ~y~~h~F~n~~w~ - picior in fata la 360g");
- TextDrawUseBox(KungFUStyle[0],1);
- TextDrawBoxColor(KungFUStyle[0],0x00000099);
- TextDrawTextSize(KungFUStyle[0],248.000000,6.000000);
- TextDrawUseBox(KungFUStyle[1],1);
- TextDrawBoxColor(KungFUStyle[1],0x00000088);
- TextDrawTextSize(KungFUStyle[1],263.000000,0.000000);
- TextDrawUseBox(KungFUStyle[2],1);
- TextDrawBoxColor(KungFUStyle[2],0x00000077);
- TextDrawTextSize(KungFUStyle[2],274.000000,0.000000);
- TextDrawUseBox(KungFUStyle[3],1);
- TextDrawBoxColor(KungFUStyle[3],0x00000066);
- TextDrawTextSize(KungFUStyle[3],290.000000,0.000000);
- TextDrawAlignment(KungFUStyle[0],0);
- TextDrawAlignment(KungFUStyle[1],0);
- TextDrawAlignment(KungFUStyle[2],0);
- TextDrawAlignment(KungFUStyle[3],0);
- TextDrawBackgroundColor(KungFUStyle[0],0x00000000);
- TextDrawBackgroundColor(KungFUStyle[1],0x000000ff);
- TextDrawBackgroundColor(KungFUStyle[2],0x000000ff);
- TextDrawBackgroundColor(KungFUStyle[3],0x000000ff);
- TextDrawFont(KungFUStyle[0],3);
- TextDrawLetterSize(KungFUStyle[0],0.299999,1.000000);
- TextDrawFont(KungFUStyle[1],3);
- TextDrawLetterSize(KungFUStyle[1],0.299999,1.100000);
- TextDrawFont(KungFUStyle[2],3);
- TextDrawLetterSize(KungFUStyle[2],0.299999,1.200000);
- TextDrawFont(KungFUStyle[3],3);
- TextDrawLetterSize(KungFUStyle[3],0.299999,1.100000);
- TextDrawColor(KungFUStyle[0],0xffffffff);
- TextDrawColor(KungFUStyle[1],0xffffffff);
- TextDrawColor(KungFUStyle[2],0xffffffff);
- TextDrawColor(KungFUStyle[3],0xffffffff);
- TextDrawSetOutline(KungFUStyle[0],1);
- TextDrawSetOutline(KungFUStyle[1],1);
- TextDrawSetOutline(KungFUStyle[2],1);
- TextDrawSetOutline(KungFUStyle[3],1);
- TextDrawSetProportional(KungFUStyle[0],1);
- TextDrawSetProportional(KungFUStyle[1],1);
- TextDrawSetProportional(KungFUStyle[2],1);
- TextDrawSetProportional(KungFUStyle[3],1);
- TextDrawSetShadow(KungFUStyle[0],6);
- TextDrawSetShadow(KungFUStyle[1],1);
- TextDrawSetShadow(KungFUStyle[2],1);
- TextDrawSetShadow(KungFUStyle[3],1);
- // *** Kneehead Style ***
- KneeheadStyle[0] = TextDrawCreate(28.000000,141.000000,"Stil de lupta: ~b~~h~Kneehead~n~~w~Acest stil de lupta are 2 lovituri noi~n~Pentru a le testa foloseste ~y~~h~CLICK 2 ~w~+ ~y~~h~f");
- KneeheadStyle[1] = TextDrawCreate(28.000000,184.000000,"Prima lovitura: ~y~~h~Click 2 ~w~+ ~y~~h~F~n~~w~ - picior drept in testicule");
- KneeheadStyle[2] = TextDrawCreate(29.000000,219.000000,"A doua lovitura: ~y~~h~Click 2 ~w~+ ~y~~h~F ~w~+ ~y~~h~F~n~~w~ - il prinde de cap si ii da cu genunchiul");
- TextDrawUseBox(KneeheadStyle[0],1);
- TextDrawBoxColor(KneeheadStyle[0],0x00000099);
- TextDrawTextSize(KneeheadStyle[0],248.000000,6.000000);
- TextDrawUseBox(KneeheadStyle[1],1);
- TextDrawBoxColor(KneeheadStyle[1],0x00000088);
- TextDrawTextSize(KneeheadStyle[1],263.000000,0.000000);
- TextDrawUseBox(KneeheadStyle[2],1);
- TextDrawBoxColor(KneeheadStyle[2],0x00000077);
- TextDrawTextSize(KneeheadStyle[2],274.000000,0.000000);
- TextDrawAlignment(KneeheadStyle[0],0);
- TextDrawAlignment(KneeheadStyle[1],0);
- TextDrawAlignment(KneeheadStyle[2],0);
- TextDrawBackgroundColor(KneeheadStyle[0],0x00000000);
- TextDrawBackgroundColor(KneeheadStyle[1],0x000000ff);
- TextDrawBackgroundColor(KneeheadStyle[2],0x000000ff);
- TextDrawFont(KneeheadStyle[0],3);
- TextDrawLetterSize(KneeheadStyle[0],0.299999,1.000000);
- TextDrawFont(KneeheadStyle[1],3);
- TextDrawLetterSize(KneeheadStyle[1],0.299999,1.100000);
- TextDrawFont(KneeheadStyle[2],3);
- TextDrawLetterSize(KneeheadStyle[2],0.299999,1.200000);
- TextDrawColor(KneeheadStyle[0],0xffffffff);
- TextDrawColor(KneeheadStyle[1],0xffffffff);
- TextDrawColor(KneeheadStyle[2],0xffffffff);
- TextDrawSetOutline(KneeheadStyle[0],1);
- TextDrawSetOutline(KneeheadStyle[1],1);
- TextDrawSetOutline(KneeheadStyle[2],1);
- TextDrawSetProportional(KneeheadStyle[0],1);
- TextDrawSetProportional(KneeheadStyle[1],1);
- TextDrawSetProportional(KneeheadStyle[2],1);
- TextDrawSetShadow(KneeheadStyle[0],6);
- TextDrawSetShadow(KneeheadStyle[1],1);
- TextDrawSetShadow(KneeheadStyle[2],1);
- // [< Tricks - garda + lovitura la pamant + lovitura extra >]
- TricksFight[0] = TextDrawCreate(28.000000,293.000000,"Pentru a te apara foloseste ~y~~h~CTRL ~w~+ ~y~~h~SPACE");
- TricksFight[1] = TextDrawCreate(28.000000,316.000000,"Atunci cand un player este la pamant, il poti lovi cu ~y~~h~CTRL ~w~+ ~y~~h~F");
- TricksFight[2] = TextDrawCreate(146.000000,376.000000,"Lovitura extra: tii apasat ~y~~h~W ~w~+ ~y~~h~CLICK 2 ~w~si apesi ~y~~h~F");
- TextDrawUseBox(TricksFight[0],1);
- TextDrawBoxColor(TricksFight[0],0x00000055);
- TextDrawTextSize(TricksFight[0],261.000000,0.000000);
- TextDrawUseBox(TricksFight[1],1);
- TextDrawBoxColor(TricksFight[1],0x00000044);
- TextDrawTextSize(TricksFight[1],369.000000,0.000000);
- TextDrawUseBox(TricksFight[2],1);
- TextDrawBoxColor(TricksFight[2],0x00000033);
- TextDrawTextSize(TricksFight[2],505.000000,0.000000);
- TextDrawAlignment(TricksFight[0],0);
- TextDrawAlignment(TricksFight[1],0);
- TextDrawAlignment(TricksFight[2],0);
- TextDrawBackgroundColor(TricksFight[0],0x000000ff);
- TextDrawBackgroundColor(TricksFight[1],0x000000ff);
- TextDrawBackgroundColor(TricksFight[2],0x00000000);
- TextDrawFont(TricksFight[0],3);
- TextDrawLetterSize(TricksFight[0],0.299999,1.100000);
- TextDrawFont(TricksFight[1],3);
- TextDrawLetterSize(TricksFight[1],0.299999,1.100000);
- TextDrawFont(TricksFight[2],3);
- TextDrawLetterSize(TricksFight[2],0.399999,1.000000);
- TextDrawColor(TricksFight[0],0xffffffff);
- TextDrawColor(TricksFight[1],0xffffffff);
- TextDrawColor(TricksFight[2],0xff000099);
- TextDrawSetOutline(TricksFight[0],1);
- TextDrawSetOutline(TricksFight[1],1);
- TextDrawSetOutline(TricksFight[2],1);
- TextDrawSetProportional(TricksFight[0],1);
- TextDrawSetProportional(TricksFight[1],1);
- TextDrawSetProportional(TricksFight[2],1);
- TextDrawSetShadow(TricksFight[0],1);
- TextDrawSetShadow(TricksFight[1],1);
- // =================================================================================================
- LogWait[0] = TextDrawCreate(221+1.000000,144.000000," ~n~");
- LogWait[1] = TextDrawCreate(223+1.000000,146.000000," ~n~");
- TextDrawUseBox(LogWait[0],1);
- TextDrawBoxColor(LogWait[0],0x000000ff);
- TextDrawTextSize(LogWait[0],420.000000,0.000000);
- TextDrawUseBox(LogWait[1],1);
- TextDrawBoxColor(LogWait[1],0xffff0066);
- TextDrawTextSize(LogWait[1],417.000000,0.000000);
- TextDrawAlignment(LogWait[0],0);
- TextDrawAlignment(LogWait[1],0);
- TextDrawBackgroundColor(LogWait[0],0x000000ff);
- TextDrawBackgroundColor(LogWait[1],0x000000ff);
- TextDrawFont(LogWait[0],3);
- TextDrawLetterSize(LogWait[0],1.700000,0.799999);
- TextDrawFont(LogWait[1],3);
- TextDrawLetterSize(LogWait[1],1.400000,0.399999);
- TextDrawColor(LogWait[0],0xffffffff);
- TextDrawColor(LogWait[1],0xffffffff);
- TextDrawSetOutline(LogWait[0],1);
- TextDrawSetOutline(LogWait[1],1);
- TextDrawSetProportional(LogWait[0],1);
- TextDrawSetProportional(LogWait[1],1);
- TextDrawSetShadow(LogWait[0],1);
- TextDrawSetShadow(LogWait[1],1);
- for(new i; i < MAX_PLAYERS; i++)
- {
- LogPlayerWait[i] = TextDrawCreate(223+1.000000,146.000000," ~n~");
- TextDrawUseBox(LogPlayerWait[i],1);
- TextDrawBoxColor(LogPlayerWait[i],0xFFFF00FF);
- TextDrawTextSize(LogPlayerWait[i],218.000000,0.000000); // Finish - x: 417.000
- TextDrawAlignment(LogPlayerWait[i],0);
- TextDrawBackgroundColor(LogPlayerWait[i],0x000000ff);
- TextDrawFont(LogPlayerWait[i],3);
- TextDrawLetterSize(LogPlayerWait[i],1.000000,0.399999);
- TextDrawColor(LogPlayerWait[i],0xffffffff);
- TextDrawSetOutline(LogPlayerWait[i],1);
- TextDrawSetProportional(LogPlayerWait[i],1);
- TextDrawSetShadow(LogPlayerWait[i],1);
- }
- // =================================================================================================
- // ***** Inside Track - Horse Races ******
- HorseRaces[0] = TextDrawCreate(434.000000,181.000000," ~n~ ~n~ ~n~");
- HorseRaces[1] = TextDrawCreate(193.000000,220.000000," ~n~ ~n~");
- HorseRaces[2] = TextDrawCreate(434.000000,263.000000," ~n~ ~n~");
- HorseRaces[3] = TextDrawCreate(312.000000,182.000000," ~n~ ~n~");
- HorseRaces[4] = TextDrawCreate(318.000000,305.000000,"~b~~h~Inside Track~n~ ~y~~h~Horse ~w~~h~races");
- HorseRaces[5] = TextDrawCreate(196.000000,184.000000,"1");
- HorseRaces[6] = TextDrawCreate(231.000000,191.000000,"5.75"); // Cota 1
- HorseRaces[7] = TextDrawCreate(196.000000,226.000000,"2");
- HorseRaces[8] = TextDrawCreate(231.000000,232.000000,"3.40"); // Cota 2
- HorseRaces[9] = TextDrawCreate(196.000000,271.000000,"3");
- HorseRaces[10] = TextDrawCreate(231.000000,278.000000,"9.00"); // Cota 3
- HorseRaces[11] = TextDrawCreate(319.000000,184.000000,"4");
- HorseRaces[12] = TextDrawCreate(353.000000,189.000000,"2.25"); // Cota 4
- HorseRaces[13] = TextDrawCreate(319.000000,226.000000,"5");
- HorseRaces[14] = TextDrawCreate(353.000000,233.000000,"6.70"); // Cota 5
- HorseRaces[15] = TextDrawCreate(319.000000,269.000000,"6");
- HorseRaces[16] = TextDrawCreate(351.000000,277.000000,"10.50"); // Cota 6
- HorseRaces[17] = TextDrawCreate(193.000000,166.000000,"Urmatoarea cursa incepe in:");
- HorseRaces[18] = TextDrawCreate(396.000000,166.000000,"~y~~h~3:20");
- HorseRaces[19] = TextDrawCreate(195.000000,306.000000,"Cursa: 18");
- TextDrawUseBox(HorseRaces[0],1);
- TextDrawBoxColor(HorseRaces[0],0x00000066);
- TextDrawTextSize(HorseRaces[0],188.000000,0.000000);
- TextDrawUseBox(HorseRaces[1],1);
- TextDrawBoxColor(HorseRaces[1],0xffffff99);
- TextDrawTextSize(HorseRaces[1],429.000000,0.000000);
- TextDrawUseBox(HorseRaces[2],1);
- TextDrawBoxColor(HorseRaces[2],0xffffff99);
- TextDrawTextSize(HorseRaces[2],188.000000,0.000000);
- TextDrawUseBox(HorseRaces[3],1);
- TextDrawBoxColor(HorseRaces[3],0xffffff99);
- TextDrawTextSize(HorseRaces[3],311.000000,0.000000);
- TextDrawUseBox(HorseRaces[5],1);
- TextDrawBoxColor(HorseRaces[5],0xff000099);
- TextDrawTextSize(HorseRaces[5],217.000000,0.000000);
- TextDrawUseBox(HorseRaces[7],1);
- TextDrawBoxColor(HorseRaces[7],0x0000ff99);
- TextDrawTextSize(HorseRaces[7],216.000000,60.000000);
- TextDrawUseBox(HorseRaces[9],1);
- TextDrawBoxColor(HorseRaces[9],0xffff0099);
- TextDrawTextSize(HorseRaces[9],216.000000,0.000000);
- TextDrawUseBox(HorseRaces[11],1);
- TextDrawBoxColor(HorseRaces[11],0x00ffff66);
- TextDrawTextSize(HorseRaces[11],341.000000,0.000000);
- TextDrawUseBox(HorseRaces[13],1);
- TextDrawBoxColor(HorseRaces[13],0xff00ff66);
- TextDrawTextSize(HorseRaces[13],340.000000,0.000000);
- TextDrawUseBox(HorseRaces[15],1);
- TextDrawBoxColor(HorseRaces[15],0x00ff0099);
- TextDrawTextSize(HorseRaces[15],339.000000,0.000000);
- TextDrawBackgroundColor(HorseRaces[0],0x000000ff);
- TextDrawBackgroundColor(HorseRaces[1],0x000000ff);
- TextDrawBackgroundColor(HorseRaces[2],0x000000ff);
- TextDrawBackgroundColor(HorseRaces[3],0x000000ff);
- TextDrawBackgroundColor(HorseRaces[4],0x000000cc);
- TextDrawBackgroundColor(HorseRaces[5],0x000000ff);
- TextDrawBackgroundColor(HorseRaces[6],0x00ff0033);
- TextDrawBackgroundColor(HorseRaces[7],0x000000ff);
- TextDrawBackgroundColor(HorseRaces[8],0x00ff0033);
- TextDrawBackgroundColor(HorseRaces[9],0x000000ff);
- TextDrawBackgroundColor(HorseRaces[10],0x00ff0033);
- TextDrawBackgroundColor(HorseRaces[11],0x000000ff);
- TextDrawBackgroundColor(HorseRaces[12],0x00ff0033);
- TextDrawBackgroundColor(HorseRaces[13],0x000000ff);
- TextDrawBackgroundColor(HorseRaces[14],0x00ff0033);
- TextDrawBackgroundColor(HorseRaces[15],0x000000ff);
- TextDrawBackgroundColor(HorseRaces[16],0x00ff0033);
- TextDrawBackgroundColor(HorseRaces[17],0x000000ff);
- TextDrawBackgroundColor(HorseRaces[18],0x000000ff);
- TextDrawBackgroundColor(HorseRaces[19],0x000000ff);
- TextDrawFont(HorseRaces[0],3);
- TextDrawLetterSize(HorseRaces[0],9.099999,5.000000);
- TextDrawFont(HorseRaces[1],3);
- TextDrawLetterSize(HorseRaces[1],1.800000,-0.100000);
- TextDrawFont(HorseRaces[2],3);
- TextDrawLetterSize(HorseRaces[2],1.100000,-0.100000);
- TextDrawFont(HorseRaces[3],3);
- TextDrawLetterSize(HorseRaces[3],1.000000,7.399999);
- TextDrawFont(HorseRaces[4],0);
- TextDrawLetterSize(HorseRaces[4],0.699999,1.300000);
- TextDrawFont(HorseRaces[5],3);
- TextDrawLetterSize(HorseRaces[5],1.100000,3.099999);
- TextDrawFont(HorseRaces[6],1);
- TextDrawLetterSize(HorseRaces[6],0.799999,1.700000);
- TextDrawFont(HorseRaces[7],3);
- TextDrawLetterSize(HorseRaces[7],1.000000,2.999999);
- TextDrawFont(HorseRaces[8],1);
- TextDrawLetterSize(HorseRaces[8],0.799999,1.700000);
- TextDrawFont(HorseRaces[9],3);
- TextDrawLetterSize(HorseRaces[9],1.000000,2.899999);
- TextDrawFont(HorseRaces[10],1);
- TextDrawLetterSize(HorseRaces[10],0.799999,1.700000);
- TextDrawFont(HorseRaces[11],3);
- TextDrawLetterSize(HorseRaces[11],1.000000,2.899999);
- TextDrawFont(HorseRaces[12],1);
- TextDrawLetterSize(HorseRaces[12],0.799999,1.900000);
- TextDrawFont(HorseRaces[13],3);
- TextDrawLetterSize(HorseRaces[13],1.000000,3.099999);
- TextDrawFont(HorseRaces[14],1);
- TextDrawLetterSize(HorseRaces[14],0.799999,1.700000);
- TextDrawFont(HorseRaces[15],3);
- TextDrawLetterSize(HorseRaces[15],1.000000,3.299998);
- TextDrawFont(HorseRaces[16],1);
- TextDrawLetterSize(HorseRaces[16],0.799999,1.900000);
- TextDrawFont(HorseRaces[17],2);
- TextDrawLetterSize(HorseRaces[17],0.299999,1.000000);
- TextDrawFont(HorseRaces[18],1);
- TextDrawLetterSize(HorseRaces[18],0.599999,1.000000);
- TextDrawFont(HorseRaces[19],1);
- TextDrawLetterSize(HorseRaces[19],0.399999,1.000000);
- for(new i; i < sizeof(HorseRaces); i++)
- {
- TextDrawSetOutline(HorseRaces[i],1);
- TextDrawSetProportional(HorseRaces[i],1);
- TextDrawColor(HorseRaces[i],0xffffffff);
- TextDrawAlignment(HorseRaces[i],0);
- }
- TextDrawSetShadow(HorseRaces[0],1);
- TextDrawSetShadow(HorseRaces[1],1);
- TextDrawSetShadow(HorseRaces[2],1);
- TextDrawSetShadow(HorseRaces[3],1);
- TextDrawSetShadow(HorseRaces[4],3);
- TextDrawSetShadow(HorseRaces[5],1);
- TextDrawSetShadow(HorseRaces[6],1);
- TextDrawSetShadow(HorseRaces[7],1);
- TextDrawSetShadow(HorseRaces[8],1);
- TextDrawSetShadow(HorseRaces[9],1);
- TextDrawSetShadow(HorseRaces[10],1);
- TextDrawSetShadow(HorseRaces[11],1);
- TextDrawSetShadow(HorseRaces[12],1);
- TextDrawSetShadow(HorseRaces[13],1);
- TextDrawSetShadow(HorseRaces[14],1);
- TextDrawSetShadow(HorseRaces[15],1);
- TextDrawSetShadow(HorseRaces[16],1);
- TextDrawSetShadow(HorseRaces[17],1);
- TextDrawSetShadow(HorseRaces[18],1);
- // 10 seconds
- HorseTimeLeft = TextDrawCreate(309.000000,118.000000,"9");
- TextDrawAlignment(HorseTimeLeft,0);
- TextDrawBackgroundColor(HorseTimeLeft,0x00000099);
- TextDrawFont(HorseTimeLeft,0);
- TextDrawLetterSize(HorseTimeLeft,1.200000,3.299998);
- TextDrawColor(HorseTimeLeft,0xffffffff);
- TextDrawSetProportional(HorseTimeLeft,1);
- TextDrawSetShadow(HorseTimeLeft,1);
- // Clasament
- HorseWinner[0] = TextDrawCreate(313.000000,131.000000,"1");
- HorseWinner[1] = TextDrawCreate(291.000000,153.000000,"2");
- HorseWinner[2] = TextDrawCreate(335.000000,152.000000,"3");
- HorseWinner[3] = TextDrawCreate(264.000000,178.000000,"4");
- HorseWinner[4] = TextDrawCreate(312.000000,178.000000,"5");
- HorseWinner[5] = TextDrawCreate(357.000000,177.000000,"6");
- HorseWinner[6] = TextDrawCreate(314.000000,114.000000,"L1");
- HorseWinner[7] = TextDrawCreate(290.000000,132.000000,"L2");
- HorseWinner[8] = TextDrawCreate(337.000000,130.000000,"L3");
- HorseWinner[9] = TextDrawCreate(266.000000,204.000000,"L4");
- HorseWinner[10] = TextDrawCreate(314.000000,203.000000,"L5");
- HorseWinner[11] = TextDrawCreate(359.000000,202.000000,"L6");
- TextDrawUseBox(HorseWinner[0],1);
- TextDrawBoxColor(HorseWinner[0],0x0000ff66);
- TextDrawTextSize(HorseWinner[0],329.000000,0.000000);
- TextDrawUseBox(HorseWinner[1],1);
- TextDrawBoxColor(HorseWinner[1],0xff000066);
- TextDrawTextSize(HorseWinner[1],308.000000,2.000000);
- TextDrawUseBox(HorseWinner[2],1);
- TextDrawBoxColor(HorseWinner[2],0x00ff0066);
- TextDrawTextSize(HorseWinner[2],352.000000,-1.000000);
- TextDrawUseBox(HorseWinner[3],1);
- TextDrawBoxColor(HorseWinner[3],0xffff0066);
- TextDrawTextSize(HorseWinner[3],284.000000,120.000000);
- TextDrawUseBox(HorseWinner[4],1);
- TextDrawBoxColor(HorseWinner[4],0xff00ff66);
- TextDrawTextSize(HorseWinner[4],332.000000,-1.000000);
- TextDrawUseBox(HorseWinner[5],1);
- TextDrawBoxColor(HorseWinner[5],0x00ffff66);
- TextDrawTextSize(HorseWinner[5],376.000000,0.000000);
- TextDrawAlignment(HorseWinner[0],0);
- TextDrawAlignment(HorseWinner[1],0);
- TextDrawAlignment(HorseWinner[2],0);
- TextDrawAlignment(HorseWinner[3],0);
- TextDrawAlignment(HorseWinner[4],0);
- TextDrawAlignment(HorseWinner[5],0);
- TextDrawAlignment(HorseWinner[6],0);
- TextDrawAlignment(HorseWinner[7],0);
- TextDrawAlignment(HorseWinner[8],0);
- TextDrawAlignment(HorseWinner[9],0);
- TextDrawAlignment(HorseWinner[10],0);
- TextDrawAlignment(HorseWinner[11],0);
- TextDrawBackgroundColor(HorseWinner[0],0x000000ff);
- TextDrawBackgroundColor(HorseWinner[1],0x000000ff);
- TextDrawBackgroundColor(HorseWinner[2],0x000000ff);
- TextDrawBackgroundColor(HorseWinner[3],0x000000ff);
- TextDrawBackgroundColor(HorseWinner[4],0x000000ff);
- TextDrawBackgroundColor(HorseWinner[5],0x000000ff);
- TextDrawBackgroundColor(HorseWinner[6],0x000000ff);
- TextDrawBackgroundColor(HorseWinner[7],0x000000ff);
- TextDrawBackgroundColor(HorseWinner[8],0x000000ff);
- TextDrawBackgroundColor(HorseWinner[9],0x000000ff);
- TextDrawBackgroundColor(HorseWinner[10],0x000000ff);
- TextDrawBackgroundColor(HorseWinner[11],0x000000ff);
- TextDrawFont(HorseWinner[0],3);
- TextDrawLetterSize(HorseWinner[0],0.699999,1.900000);
- TextDrawFont(HorseWinner[1],3);
- TextDrawLetterSize(HorseWinner[1],0.799999,2.200000);
- TextDrawFont(HorseWinner[2],3);
- TextDrawLetterSize(HorseWinner[2],0.799999,2.200000);
- TextDrawFont(HorseWinner[3],3);
- TextDrawLetterSize(HorseWinner[3],0.899999,2.100000);
- TextDrawFont(HorseWinner[4],3);
- TextDrawLetterSize(HorseWinner[4],0.899999,2.200000);
- TextDrawFont(HorseWinner[5],3);
- TextDrawLetterSize(HorseWinner[5],0.899999,2.299999);
- TextDrawFont(HorseWinner[6],1);
- TextDrawLetterSize(HorseWinner[6],0.399999,1.200000);
- TextDrawFont(HorseWinner[7],1);
- TextDrawLetterSize(HorseWinner[7],0.399999,1.400000);
- TextDrawFont(HorseWinner[8],1);
- TextDrawLetterSize(HorseWinner[8],0.399999,1.500000);
- TextDrawFont(HorseWinner[9],1);
- TextDrawLetterSize(HorseWinner[9],0.399999,1.300000);
- TextDrawFont(HorseWinner[10],1);
- TextDrawLetterSize(HorseWinner[10],0.399999,1.400000);
- TextDrawFont(HorseWinner[11],1);
- TextDrawLetterSize(HorseWinner[11],0.399999,1.400000);
- for(new i; i < sizeof(HorseWinner); i++)
- {
- TextDrawColor(HorseWinner[i],0xffffffff);
- TextDrawSetOutline(HorseWinner[i],1);
- TextDrawSetProportional(HorseWinner[i],1);
- TextDrawSetShadow(HorseWinner[i],1);
- }
- // White Horse Moving in 10 seconds
- new val = 210;
- format(specialtoken,sizeof(specialtoken),"%c",92);
- format(specialtoken2,sizeof(specialtoken2)," %c",92);
- HorseMoving[0] = TextDrawCreate(184.000000-val,200.000000,specialtoken2); // Picior Spate 1
- HorseMoving[1] = TextDrawCreate(167.000000-val,200.000000,specialtoken); // Picior Spate 2
- HorseMoving[2] = TextDrawCreate(203.000000-val,201.000000,specialtoken2); // Picior Fata 1
- HorseMoving[3] = TextDrawCreate(183.000000-val,202.000000," /"); // Picior Fata 2
- HorseMoving[4] = TextDrawCreate(156.000000-val,190.000000," ~n~"); // Corpul
- HorseMoving[5] = TextDrawCreate(121.000000-val,183.000000," /"); // Coada
- HorseMoving[6] = TextDrawCreate(179.000000-val,180.000000," /"); // Gatul
- HorseMoving[7] = TextDrawCreate(241.000000-val,181.000000,specialtoken); // Capul
- HorseMoving[8] = TextDrawCreate(251.000000-val,187.000000,"o"); // Ochiul
- TextDrawUseBox(HorseMoving[4],1);
- TextDrawBoxColor(HorseMoving[4],0xffffffcc);
- TextDrawTextSize(HorseMoving[4],229.000000-val,0.000000);
- TextDrawAlignment(HorseMoving[0],0);
- TextDrawAlignment(HorseMoving[1],0);
- TextDrawAlignment(HorseMoving[2],0);
- TextDrawAlignment(HorseMoving[3],0);
- TextDrawAlignment(HorseMoving[4],0);
- TextDrawAlignment(HorseMoving[5],0);
- TextDrawAlignment(HorseMoving[6],0);
- TextDrawAlignment(HorseMoving[7],0);
- TextDrawAlignment(HorseMoving[8],0);
- TextDrawBackgroundColor(HorseMoving[0],0xffffffaa);
- TextDrawBackgroundColor(HorseMoving[1],0xffffffaa);
- TextDrawBackgroundColor(HorseMoving[2],0xffffffaa);
- TextDrawBackgroundColor(HorseMoving[3],0xffffffaa);
- TextDrawBackgroundColor(HorseMoving[4],0xffffffcc);
- TextDrawBackgroundColor(HorseMoving[5],0xffffffaa);
- TextDrawBackgroundColor(HorseMoving[6],0xffffffaa);
- TextDrawBackgroundColor(HorseMoving[7],0xffffffaa);
- TextDrawBackgroundColor(HorseMoving[8],0x0000ff33);
- TextDrawFont(HorseMoving[0],3);
- TextDrawLetterSize(HorseMoving[0],-1.300001,2.900000);
- TextDrawFont(HorseMoving[1],3);
- TextDrawLetterSize(HorseMoving[1],1.100000,2.899999);
- TextDrawFont(HorseMoving[2],3);
- TextDrawLetterSize(HorseMoving[2],1.200000,2.699999);
- TextDrawFont(HorseMoving[3],3);
- TextDrawLetterSize(HorseMoving[3],1.100000,2.599999);
- TextDrawFont(HorseMoving[4],3);
- TextDrawLetterSize(HorseMoving[4],0.599999,1.900000);
- TextDrawFont(HorseMoving[5],3);
- TextDrawLetterSize(HorseMoving[5],1.200000,2.699999);
- TextDrawFont(HorseMoving[6],3);
- TextDrawLetterSize(HorseMoving[6],2.499999,1.400000);
- TextDrawFont(HorseMoving[7],3);
- TextDrawLetterSize(HorseMoving[7],1.800000,1.600000);
- TextDrawFont(HorseMoving[8],3);
- TextDrawLetterSize(HorseMoving[8],0.099999,0.299999);
- TextDrawColor(HorseMoving[0],0xffffffaa);
- TextDrawColor(HorseMoving[1],0xffffffaa);
- TextDrawColor(HorseMoving[2],0xffffffaa);
- TextDrawColor(HorseMoving[3],0xffffffaa);
- TextDrawColor(HorseMoving[4],0xffffffcc);
- TextDrawColor(HorseMoving[5],0xffffffaa);
- TextDrawColor(HorseMoving[6],0xffffffaa);
- TextDrawColor(HorseMoving[7],0xffffffaa);
- TextDrawColor(HorseMoving[8],0x0000ff33);
- TextDrawSetOutline(HorseMoving[8],1);
- TextDrawSetProportional(HorseMoving[0],1);
- TextDrawSetProportional(HorseMoving[1],1);
- TextDrawSetProportional(HorseMoving[2],1);
- TextDrawSetProportional(HorseMoving[3],1);
- TextDrawSetProportional(HorseMoving[4],1);
- TextDrawSetProportional(HorseMoving[5],1);
- TextDrawSetProportional(HorseMoving[6],1);
- TextDrawSetProportional(HorseMoving[7],1);
- TextDrawSetProportional(HorseMoving[8],1);
- TextDrawSetShadow(HorseMoving[0],1);
- TextDrawSetShadow(HorseMoving[1],1);
- TextDrawSetShadow(HorseMoving[2],1);
- TextDrawSetShadow(HorseMoving[3],1);
- TextDrawSetShadow(HorseMoving[4],1);
- TextDrawSetShadow(HorseMoving[5],1);
- TextDrawSetShadow(HorseMoving[6],1);
- TextDrawSetShadow(HorseMoving[7],1);
- TextDrawSetShadow(HorseMoving[8],1);
- // Potcoave
- HorseMoving[9] = TextDrawCreate(148.000000-val,222.000000,". ."); // Potcoava Picior Spate 1
- HorseMoving[10] = TextDrawCreate(176.000000-val,222.000000,". ."); // Potcoava Picior Spate 2
- HorseMoving[11] = TextDrawCreate(201.000000-val,221.000000,". ."); // Potcoava Picior Fata 1
- HorseMoving[12] = TextDrawCreate(232.000000-val,221.000000,". ."); // Potcoava Picior Fata 2
- TextDrawAlignment(HorseMoving[9],0);
- TextDrawAlignment(HorseMoving[10],0);
- TextDrawAlignment(HorseMoving[11],0);
- TextDrawAlignment(HorseMoving[12],0);
- TextDrawBackgroundColor(HorseMoving[9],0x000000ff);
- TextDrawBackgroundColor(HorseMoving[10],0x000000ff);
- TextDrawBackgroundColor(HorseMoving[11],0x000000ff);
- TextDrawBackgroundColor(HorseMoving[12],0x000000ff);
- TextDrawFont(HorseMoving[9],3);
- TextDrawLetterSize(HorseMoving[9],0.199999,1.000000);
- TextDrawFont(HorseMoving[10],3);
- TextDrawLetterSize(HorseMoving[10],0.199999,1.000000);
- TextDrawFont(HorseMoving[11],3);
- TextDrawLetterSize(HorseMoving[11],0.199999,1.000000);
- TextDrawFont(HorseMoving[12],3);
- TextDrawLetterSize(HorseMoving[12],0.199999,1.000000);
- TextDrawColor(HorseMoving[9],0x000000ff);
- TextDrawColor(HorseMoving[10],0x000000ff);
- TextDrawColor(HorseMoving[11],0x000000ff);
- TextDrawColor(HorseMoving[12],0x000000ff);
- TextDrawSetOutline(HorseMoving[9],1);
- TextDrawSetOutline(HorseMoving[10],1);
- TextDrawSetOutline(HorseMoving[11],1);
- TextDrawSetOutline(HorseMoving[12],1);
- TextDrawSetProportional(HorseMoving[9],1);
- TextDrawSetProportional(HorseMoving[10],1);
- TextDrawSetProportional(HorseMoving[11],1);
- TextDrawSetProportional(HorseMoving[12],1);
- TextDrawSetShadow(HorseMoving[9],1);
- TextDrawSetShadow(HorseMoving[10],1);
- TextDrawSetShadow(HorseMoving[11],1);
- TextDrawSetShadow(HorseMoving[12],1);
- // ManiacX Text On Horse
- HorseMoving[13] = TextDrawCreate(155.000000-val,197.000000,"ManiacX");
- TextDrawAlignment(HorseMoving[13],0);
- TextDrawBackgroundColor(HorseMoving[13],0x190707AA);
- TextDrawFont(HorseMoving[13],0);
- TextDrawLetterSize(HorseMoving[13],0.499999,1.200000);
- TextDrawColor(HorseMoving[13],0xD82323AA);
- TextDrawSetProportional(HorseMoving[13],1);
- TextDrawSetShadow(HorseMoving[13],0);
- TextDrawSetOutline(HorseMoving[13],0);
- // =================================================================================================
- WantedT[0] = TextDrawCreate(28.000000,111+15.000000,"] Wanted List ]");
- WantedT[1] = TextDrawCreate(29.000000,122+15.000000,"RA");
- TextDrawAlignment(WantedT[0],0);
- TextDrawAlignment(WantedT[1],0);
- TextDrawBackgroundColor(WantedT[0],0x000000ff);
- TextDrawBackgroundColor(WantedT[1],0x000000ff);
- TextDrawLetterSize(WantedT[0],0.299999,1.000000);
- TextDrawLetterSize(WantedT[1],0.299999,1.000000);
- TextDrawFont(WantedT[0],2);
- TextDrawFont(WantedT[1],1);
- TextDrawColor(WantedT[0],0x0000ffff);
- TextDrawColor(WantedT[1],0xffffffff);
- TextDrawSetOutline(WantedT[0],1);
- TextDrawSetOutline(WantedT[1],1);
- TextDrawSetProportional(WantedT[0],1);
- TextDrawSetProportional(WantedT[1],1);
- TextDrawSetShadow(WantedT[0],1);
- TextDrawSetShadow(WantedT[1],1);
- Box1 = TextDrawCreate(2.000000,1.000000,"DAAAAAAAAA");
- TextDrawUseBox(Box1,1);
- TextDrawBoxColor(Box1,0x000000FF);
- TextDrawTextSize(Box1,718.000000,-77.000000);
- TextDrawAlignment(Box1,0);
- TextDrawBackgroundColor(Box1,0x000000FF);
- TextDrawFont(Box1,3);
- TextDrawLetterSize(Box1,0.800000,12.000000);
- TextDrawColor(Box1,0x000000FF);
- TextDrawSetOutline(Box1,1);
- TextDrawSetProportional(Box1,1);
- TextDrawSetShadow(Box1,1);
- Box2 = TextDrawCreate(1.000000,305.000000,"RE SALUT !!!");
- TextDrawUseBox(Box2,1);
- TextDrawBoxColor(Box2,0x000000FF);
- TextDrawTextSize(Box2,710.000000,-300.000000);
- TextDrawAlignment(Box2,0);
- TextDrawBackgroundColor(Box2,0x000000FF);
- TextDrawFont(Box2,3);
- TextDrawLetterSize(Box2,1.000000,16.900003);
- TextDrawColor(Box2,0x000000FF);
- TextDrawSetOutline(Box2,1);
- TextDrawSetProportional(Box2,1);
- TextDrawSetShadow(Box2,1);
- Players = TextDrawCreate(12.000000,314.000000,"--");
- TextDrawAlignment(Players,0);
- TextDrawBackgroundColor(Players,0x000000ff);
- TextDrawFont(Players,3);
- TextDrawLetterSize(Players,0.499999,1.900000);
- TextDrawColor(Players,0xffff00ff);
- TextDrawSetOutline(Players,1);
- TextDrawSetProportional(Players,1);
- TextDrawSetShadow(Players,1);
- /*
- TwoStars = TextDrawCreate(411.000000,150.000000,"]");
- TextDrawAlignment(TwoStars,0);
- TextDrawBackgroundColor(TwoStars,0x00ff0099);
- TextDrawFont(TwoStars,2);
- TextDrawLetterSize(TwoStars,0.799999,1.200000);
- TextDrawColor(TwoStars,0x00ff0066);
- TextDrawSetProportional(TwoStars,1);
- TextDrawSetShadow(TwoStars,6);
- BoxAndStarsForPlayers = TextDrawCreate(9.000000,310.000000,"]~n~~n~");
- TextDrawUseBox(BoxAndStarsForPlayers,1);
- TextDrawBoxColor(BoxAndStarsForPlayers,0x00000066);
- TextDrawTextSize(BoxAndStarsForPlayers,279.000000,4.000000);
- TextDrawAlignment(BoxAndStarsForPlayers,0);
- TextDrawBackgroundColor(BoxAndStarsForPlayers,0x000000ff);
- TextDrawFont(BoxAndStarsForPlayers,2);
- TextDrawLetterSize(BoxAndStarsForPlayers,0.399999,1.400000);
- TextDrawColor(BoxAndStarsForPlayers,0xff0000cc);
- TextDrawSetOutline(BoxAndStarsForPlayers,1);
- TextDrawSetProportional(BoxAndStarsForPlayers,1);
- TextDrawSetShadow(BoxAndStarsForPlayers,1);
- */
- new vers[24];
- format(vers,sizeof(vers),"%s",Vers);
- Version = TextDrawCreate(450.000000,104.000000,vers);
- TextDrawAlignment(Version,0);
- TextDrawBackgroundColor(Version,0xffffff33);
- TextDrawFont(Version,3);
- TextDrawLetterSize(Version,0.799999,1.300000);
- TextDrawColor(Version,0xff0000cc);
- TextDrawSetOutline(Version,1);
- TextDrawSetProportional(Version,1);
- TextDrawSetShadow(Version,10);
- for(new i; i < MAX_PLAYERS/*GetMaxPlayers()*/; i++) // Textdraws for players
- {
- VehicleName[i] = TextDrawCreate(335.000000,315.000000,"--");
- TextDrawAlignment(VehicleName[i],0);
- TextDrawBackgroundColor(VehicleName[i],0x000000FF);
- TextDrawFont(VehicleName[i],3);
- TextDrawLetterSize(VehicleName[i],1.000000,2.100000);
- TextDrawColor(VehicleName[i],0x0000ff99);
- TextDrawSetOutline(VehicleName[i],1);
- TextDrawSetProportional(VehicleName[i],1);
- TextDrawSetShadow(VehicleName[i],1);
- MyName[i] = TextDrawCreate(83.000000,430.000000,"SADWYHKOLQWE");
- TextDrawUseBox(MyName[i],1);
- TextDrawBoxColor(MyName[i],0x00000066);
- TextDrawTextSize(MyName[i],0.000000,81.000000);
- TextDrawAlignment(MyName[i],2);
- TextDrawBackgroundColor(MyName[i],0x00000066);
- TextDrawFont(MyName[i],1);
- TextDrawLetterSize(MyName[i],0.300000,0.899999);
- TextDrawColor(MyName[i],0xff0000ff);
- TextDrawSetProportional(MyName[i],1);
- TextDrawSetShadow(MyName[i],1);
- /*
- LeaderName[i] = TextDrawCreate(214.000000,96.000000,"__");
- TextDrawAlignment(LeaderName[i],0);
- TextDrawBackgroundColor(LeaderName[i],0x000000ff);
- TextDrawFont(LeaderName[i],3);
- TextDrawLetterSize(LeaderName[i],1.100000,1.550000);
- TextDrawColor(LeaderName[i],0x00ffffff);
- TextDrawSetProportional(LeaderName[i],1);
- TextDrawSetShadow(LeaderName[i],1);*/
- /*
- JailTime[i] = TextDrawCreate(6.000000,429.000000,"__");
- TextDrawAlignment(JailTime[i],0);
- TextDrawBackgroundColor(JailTime[i],0xffffffff);
- TextDrawFont(JailTime[i],3);
- TextDrawLetterSize(JailTime[i],0.699999,1.100000);
- TextDrawColor(JailTime[i],0x000000ff);
- TextDrawSetOutline(JailTime[i],1);
- TextDrawSetProportional(JailTime[i],1);
- TextDrawSetShadow(JailTime[i],1);
- */
- CarStatics[i] = TextDrawCreate(480.000000,100.000000,"--");
- TextDrawAlignment(CarStatics[i],0);
- TextDrawBackgroundColor(CarStatics[i],0x00000099);
- TextDrawFont(CarStatics[i],3);
- TextDrawLetterSize(CarStatics[i],0.399999,1.500000);
- TextDrawColor(CarStatics[i],0xffffffff);
- TextDrawSetProportional(CarStatics[i],1);
- TextDrawSetShadow(CarStatics[i],1);
- }
- /*
- for(new s; s < 20; s++)
- {
- Suspects[s] = TextDrawCreate(19.000000,115.000000,"Empty");
- TextDrawAlignment(Suspects[s],0);
- TextDrawBackgroundColor(Suspects[s],0x000000ff);
- TextDrawFont(Suspects[s],3);
- TextDrawLetterSize(Suspects[s],0.299999,1.000000);
- TextDrawColor(Suspects[s],0xffffffff);
- TextDrawSetOutline(Suspects[s],1);
- TextDrawSetProportional(Suspects[s],1);
- TextDrawSetShadow(Suspects[s],1);
- }
- */
- // 11245 -- U.S.A Flag
- #if ALLOWOBJ == true
- pddoor[0] = CreateObject(1495,244.954681,72.615653,1002.574707,0.000000,0.000000,0.00000000);// LSPD Door1
- pddoor[1] = CreateObject(1495,247.963623,72.613250,1002.583557,0.000000,0.000000,179.000000);// LSPD Door2
- prison[0] = CreateObject(971,283.205810,1869.440185,7.912408,0.000000,0.000000,270.207855);// Gate1
- prison[1] = CreateObject(971,299.426757,1818.559448,3.618726,-90.000000,0.000000,0.000000);// Gate2
- prison[2] = CreateObject(976,233.369400,1825.317626,6.154933,0.000000,0.000000,271.090240);// Gate3
- prison[3] = CreateObject(971,262.818817,1823.760131,3.635765,-90.000000,0.00000,267.98022);// Gate4
- BarrierJail[0] = CreateObject(968, -79.6025, -899.4627, 16.4795, 0.0000, 91.099, 329.919); // barrier jail
- BarrierJail[1] = CreateObject(968, -79.4493, -899.5439, 16.4618, 0.0000, 90.240, 152.016); // barrier jail
- BarrierLV[0] = CreateObject(971,1737.5898, 532.0406, 28.0392, 0.0000, 0.0000, 338.51412);// Gate LV
- BarrierLV[1] = CreateObject(971, 1745.7736, 528.9124, 28.1731, 0.8586, 0.0000, 159.7513);// Gate LV
- Barrier[0] = CreateObject(968, 63.6763, -1524.5901, 4.8701, 0.0000, 89.3806, 265.46200);// barrier ls
- Barrier[1] = CreateObject(968, 61.4356, -1542.2638, 4.8818, 0.0000, 269.8623, 264.6025);// barrier ls
- Barrier[2] = CreateObject(3666, 63.3291, -1527.8508, 4.4423, 0.0000, 0.0000, 0.0000);// bec barrier ls
- Barrier[3] = CreateObject(3666, 61.7065, -1538.9080, 4.4715, 0.0000, 0.0000, 0.0000);// bec barrier ls
- pdgate = CreateObject(980, 1586.75, -1638.38, 14, 0.0000, 0.0000, 0);// LSPD OPEN
- fbigate = CreateObject(968, 2238.276855, 2450.279785, 10.625000, -90.2408527331, 0.000000, 0.000000); //
- fbigate2 = CreateObject(969, 2329.04, 2432.42, 4.90, 0.00, 0.00, 62.23);
- // Eric
- CreateDynamicObject(1703,1824.80004883,-1305.00000000,119.27999878,0.00000000,0.00000000,90.36724854); //object(kb_couch02) (1)
- CreateDynamicObject(1703,1824.80004883,-1309.00000000,119.27999878,0.00000000,0.00000000,90.36254883); //object(kb_couch02) (2)
- CreateDynamicObject(1703,1824.80004883,-1301.00000000,119.27999878,0.00000000,0.00000000,90.36254883); //object(kb_couch02) (3)
- CreateDynamicObject(1703,1828.30004883,-1295.80004883,119.27999878,0.00000000,0.00000000,0.47921753); //object(kb_couch02) (4)
- CreateDynamicObject(1703,1830.29980469,-1313.89941406,119.30000305,0.00000000,0.00000000,178.19824219); //object(kb_couch02) (5)
- CreateDynamicObject(1827,1826.40002441,-1311.59997559,119.30000305,0.00000000,0.00000000,0.00000000); //object(man_sdr_tables) (1)
- CreateDynamicObject(2184,1832.39941406,-1303.00000000,119.30000305,0.00000000,0.00000000,272.64221191); //object(med_office6_desk_2) (1)
- CreateDynamicObject(1827,1826.40002441,-1297.00000000,119.30000305,0.00000000,0.00000000,0.00000000); //object(man_sdr_tables) (2)
- CreateDynamicObject(1708,1834.19995117,-1303.50000000,119.30000305,0.00000000,0.00000000,269.63305664); //object(kb_chair02) (1)
- CreateDynamicObject(2239,1825.59960938,-1295.50000000,119.30000305,0.00000000,0.00000000,0.00000000); //object(cj_mlight16) (1)
- CreateDynamicObject(2239,1825.58996582,-1312.90002441,119.30000305,0.00000000,0.00000000,0.00000000); //object(cj_mlight16) (2)
- CreateDynamicObject(1649,1833.50000000,-1287.00000000,120.90000153,0.00000000,0.00000000,0.00000000); //object(wglasssmash) (1)
- CreateDynamicObject(1649,1833.50000000,-1287.00000000,124.19999695,0.00000000,0.00000000,0.00000000); //object(wglasssmash) (2)
- CreateDynamicObject(1649,1826.29980469,-1287.00000000,120.90000153,0.00000000,0.00000000,0.00000000); //object(wglasssmash) (3)
- CreateDynamicObject(1649,1826.30004883,-1287.00000000,124.19999695,0.00000000,0.00000000,0.00000000); //object(wglasssmash) (4)
- CreateDynamicObject(1649,1830.00000000,-1287.03002930,124.19999695,0.00000000,0.00000000,0.00000000); //object(wglasssmash) (5)
- CreateDynamicObject(2240,1834.69995117,-1312.80004883,119.80000305,0.00000000,0.00000000,0.00000000); //object(plant_pot_8) (1)
- CreateDynamicObject(2240,1831.90002441,-1317.40002441,119.80000305,0.00000000,0.00000000,0.00000000); //object(plant_pot_8) (2)
- CreateDynamicObject(2010,1828.30004883,-1287.50000000,119.30000305,0.00000000,0.00000000,0.00000000); //object(nu_plant3_ofc) (1)
- CreateDynamicObject(2010,1831.50000000,-1287.50000000,119.30000305,0.00000000,0.00000000,0.00000000); //object(nu_plant3_ofc) (2)
- CreateDynamicObject(2194,1832.59997559,-1305.00000000,120.40000153,0.00000000,0.00000000,0.00000000); //object(plant_pot_2) (1)
- CreateDynamicObject(3534,1829.90002441,-1292.50000000,123.00000000,0.00000000,180.00000000,0.00000000); //object(trdlamp01) (1)
- CreateDynamicObject(3534,1829.90002441,-1300.19995117,123.00000000,0.00000000,179.99450684,0.00000000); //object(trdlamp01) (2)
- CreateDynamicObject(3534,1829.59997559,-1308.09997559,123.00000000,0.00000000,179.99450684,0.00000000); //object(trdlamp01) (3)
- CreateDynamicObject(14582,1817.50000000,-1300.00000000,122.50000000,0.00000000,0.00000000,46.68981934); //object(mafiacasinobar1) (1)
- CreateDynamicObject(1649,1813.80004883,-1284.50000000,120.90000153,0.00000000,0.00000000,152.11804199); //object(wglasssmash) (3)
- CreateDynamicObject(1649,1813.80004883,-1284.50000000,124.19999695,0.00000000,0.00000000,152.11669922); //object(wglasssmash) (3)
- CreateDynamicObject(1649,1817.59997559,-1286.50000000,124.19999695,0.00000000,0.00000000,152.11669922); //object(wglasssmash) (3)
- CreateDynamicObject(2224,1808.40002441,-1299.90002441,119.30000305,0.00000000,0.00000000,323.85308838); //object(cj_sphere_tv) (1)
- CreateDynamicObject(1707,1809.90002441,-1300.90002441,119.09999847,0.00000000,0.00000000,180.73425293); //object(kb_couch01) (2)
- CreateDynamicObject(2723,1816.90002441,-1294.30004883,119.59999847,0.00000000,0.00000000,0.00000000); //object(lm_stripstool) (1)
- CreateDynamicObject(2723,1815.09997559,-1294.80004883,119.59999847,0.00000000,0.00000000,0.00000000); //object(lm_stripstool) (2)
- CreateDynamicObject(338,1835.94531250,-1281.45996094,105.49706268,0.00000000,0.00000000,0.00000000); //object(1)
- CreateDynamicObject(2778,1817.90002441,-1290.40002441,119.30000305,0.00000000,0.00000000,271.10144043); //object(cj_coin_op_1) (1)
- CreateDynamicObject(2778,1817.90002441,-1291.69995117,119.30000305,0.00000000,0.00000000,271.09863281); //object(cj_coin_op_1) (2)
- CreateDynamicObject(3472,1813.40002441,-1298.19995117,125.00000000,180.00000000,90.00000000,129.56237793); //object(circuslampost03) (1)
- CreateDynamicObject(14805,1808.30004883,-1292.19995117,120.09999847,0.00000000,0.00000000,219.93084717); //object(bdupsnew_int) (1)
- CreateDynamicObject(2604,1774.69995117,-1307.59997559,120.00000000,0.00000000,0.00000000,153.62420654); //object(cj_police_counter) (1)
- CreateDynamicObject(2183,1780.50000000,-1305.09997559,119.30000305,0.00000000,0.00000000,90.36727905); //object(med_office3_desk_09) (1)
- CreateDynamicObject(2184,1774.19995117,-1300.40002441,119.30000305,0.00000000,0.00000000,25.60406494); //object(med_office6_desk_2) (2)
- CreateDynamicObject(1714,1774.19995117,-1298.40002441,119.30000305,0.00000000,0.00000000,25.60409546); //object(kb_swivelchair1) (1)
- CreateDynamicObject(3534,1780.19995117,-1303.40002441,123.00000000,0.00000000,180.00000000,0.00000000); //object(trdlamp01) (4)
- CreateDynamicObject(3534,1774.90002441,-1303.50000000,123.00000000,0.00000000,179.99450684,0.00000000); //object(trdlamp01) (5)
- CreateDynamicObject(1649,1781.50000000,-1309.69995117,120.90000153,0.00000000,0.00000000,243.98986816); //object(wglasssmash) (3)
- CreateDynamicObject(1649,1781.50000000,-1309.68994141,124.19999695,0.00000000,0.00000000,243.98437500); //object(wglasssmash) (3)
- CreateDynamicObject(1649,1783.40002441,-1305.80004883,124.19999695,0.00000000,0.00000000,243.98437500); //object(wglasssmash) (3)
- CreateDynamicObject(1649,1783.40002441,-1305.80004883,120.90000153,0.00000000,0.00000000,243.98437500); //object(wglasssmash) (3)
- CreateDynamicObject(2927,1786.69995117,-1301.90002441,121.00000000,0.00000000,0.00000000,0.00000000); //object(a51_blastdoorr) (1)
- //Eric 2
- CreateDynamicObject(10009,1115.90002441,1016.59997559,14.60000038,0.00000000,0.00000000,180.00000000); //object(fer_cars3_sfe) (1)
- CreateDynamicObject(10009,1112.50000000,1019.89941406,22.39999962,0.00000000,0.00000000,299.99816895); //object(fer_cars3_sfe) (2)
- CreateDynamicObject(3037,1117.88000488,1012.50000000,25.56999969,0.00000000,90.00000000,30.00000000); //object(warehouse_door2b) (1)
- CreateDynamicObject(1215,1120.00000000,1013.00000000,26.20000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (1)
- CreateDynamicObject(1215,1119.30004883,1014.20001221,26.20000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (2)
- CreateDynamicObject(1215,1118.68005371,1015.29998779,26.20000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (3)
- CreateDynamicObject(1215,1117.98999023,1016.50000000,26.20000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (4)
- CreateDynamicObject(1215,1114.30004883,1014.59997559,26.20000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (5)
- CreateDynamicObject(1215,1115.00000000,1013.40002441,26.20000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (6)
- CreateDynamicObject(1215,1116.19995117,1011.29998779,26.20000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (7)
- CreateDynamicObject(1215,1115.59997559,1012.29998779,26.20000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (8)
- CreateDynamicObject(7096,1032.89941406,985.29980469,44.50000000,0.00000000,0.00000000,143.89892578); //object(vrockstairs) (1)
- CreateDynamicObject(5822,1084.69995117,980.00000000,34.00000000,0.00000000,0.00000000,195.00000000); //object(lhroofst14) (1)
- CreateDynamicObject(1698,1032.00000000,990.90002441,46.59999847,0.00000000,30.00000000,325.00000000); //object(esc_step8) (2)
- CreateDynamicObject(1215,1099.69995117,1005.29998779,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (10)
- CreateDynamicObject(1215,1096.09997559,1005.09997559,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (11)
- CreateDynamicObject(1215,1114.80004883,1010.29998779,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (12)
- CreateDynamicObject(1215,1111.00000000,1008.69921875,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1107.50000000,1007.09997559,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (14)
- CreateDynamicObject(1215,1103.90002441,1005.50000000,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (15)
- CreateDynamicObject(1215,1092.39941406,1004.89941406,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (16)
- CreateDynamicObject(10009,1026.40002441,1005.29998779,51.70000076,0.00000000,0.00000000,15.00000000); //object(fer_cars3_sfe) (2)
- CreateDynamicObject(18257,1003.59997559,1025.19995117,47.09999847,0.00000000,0.00000000,0.00000000); //object(crates) (1)
- CreateDynamicObject(18257,993.40002441,1014.90002441,47.09999847,0.00000000,0.00000000,0.00000000); //object(crates) (2)
- CreateDynamicObject(5262,1012.50000000,1035.40002441,50.09999847,0.00000000,0.00000000,130.00000000); //object(las2dkwar04) (1)
- CreateDynamicObject(5132,985.20001221,1043.19995117,49.00000000,0.00000000,0.00000000,130.00000000); //object(las2dkwar107) (1)
- CreateDynamicObject(984,1025.40002441,1015.79998779,47.79999924,0.00000000,0.00000000,130.00000000); //object(fenceshit2) (5)
- CreateDynamicObject(984,1015.59997559,1007.59997559,47.79999924,0.00000000,0.00000000,129.99572754); //object(fenceshit2) (6)
- CreateDynamicObject(984,1000.40002441,994.79998779,47.79999924,0.00000000,0.00000000,129.99572754); //object(fenceshit2) (7)
- CreateDynamicObject(3524,1010.59997559,1003.40002441,50.00000000,0.00000000,0.00000000,315.00000000); //object(skullpillar01_lvs) (1)
- CreateDynamicObject(3524,1005.40002441,999.00000000,50.00000000,0.00000000,0.00000000,126.00000000); //object(skullpillar01_lvs) (2)
- CreateDynamicObject(3796,1005.00000000,1057.59997559,47.09999847,0.00000000,0.00000000,270.00000000); //object(acbox1_sfs) (1)
- CreateDynamicObject(3576,978.59997559,1023.00000000,48.59999847,0.00000000,0.00000000,0.00000000); //object(dockcrates2_la) (1)
- CreateDynamicObject(6865,1022.29998779,977.00000000,41.40000153,0.00000000,0.00000000,100.00000000); //object(steerskull) (1)
- CreateDynamicObject(6865,1035.69995117,996.79998779,41.40000153,0.00000000,0.00000000,99.99755859); //object(steerskull) (2)
- CreateDynamicObject(3877,995.70001221,991.40002441,48.79999924,0.00000000,0.00000000,40.00000000); //object(sf_rooflite) (1)
- CreateDynamicObject(3877,972.50000000,1022.09997559,48.79999924,0.00000000,0.00000000,40.00000000); //object(sf_rooflite) (2)
- CreateDynamicObject(3877,977.20001221,1066.09997559,48.79999924,0.00000000,0.00000000,0.00000000); //object(sf_rooflite) (3)
- CreateDynamicObject(3877,1009.40002441,1066.69995117,48.79999924,0.00000000,0.00000000,0.00000000); //object(sf_rooflite) (4)
- CreateDynamicObject(3877,1029.30004883,1020.00000000,48.79999924,0.00000000,0.00000000,0.00000000); //object(sf_rooflite) (5)
- CreateDynamicObject(3877,1015.40002441,1040.90002441,48.79999924,0.00000000,0.00000000,0.00000000); //object(sf_rooflite) (6)
- CreateDynamicObject(982,987.90002441,1001.00000000,47.79999924,0.00000000,0.00000000,36.89999390); //object(fenceshit) (1)
- CreateDynamicObject(984,976.40002441,1016.29998779,47.79999924,0.00000000,0.00000000,36.89999390); //object(fenceshit2) (8)
- CreateDynamicObject(982,973.00000000,1034.69995117,47.79999924,0.00000000,0.00000000,353.40002441); //object(fenceshit) (2)
- CreateDynamicObject(982,975.20001221,1054.00000000,47.79999924,0.00000000,0.00000000,353.39721680); //object(fenceshit) (3)
- CreateDynamicObject(982,996.29998779,1067.00000000,47.79999924,0.00000000,0.00000000,91.00000000); //object(fenceshit) (4)
- CreateDynamicObject(983,980.29998779,1066.69995117,47.79999924,0.00000000,0.00000000,91.00000000); //object(fenceshit3) (1)
- CreateDynamicObject(982,1012.79998779,1053.80004883,47.79999924,0.00000000,0.00000000,13.00000000); //object(fenceshit) (5)
- CreateDynamicObject(982,1023.09997559,1030.30004883,47.79999924,0.00000000,0.00000000,34.00000000); //object(fenceshit) (6)
- CreateDynamicObject(1215,1088.59997559,1004.70001221,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (16)
- CreateDynamicObject(1215,1084.59997559,1004.40002441,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (16)
- CreateDynamicObject(1215,1080.30004883,1004.20001221,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (16)
- CreateDynamicObject(1215,1079.09997559,994.70001221,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (16)
- CreateDynamicObject(1215,1079.69995117,999.79998779,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (16)
- CreateDynamicObject(1215,1122.00000000,1009.00000000,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1123.19995117,1006.40002441,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1120.80004883,1011.00000000,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1119.40002441,1004.70001221,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1115.59997559,1003.00000000,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1112.00000000,1001.40002441,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1108.19995117,999.59997559,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1104.09997559,998.79998779,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1099.00000000,998.50000000,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1094.19995117,998.29998779,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1089.50000000,997.70001221,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1088.69995117,993.59997559,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1084.09997559,992.59997559,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1081.59997559,993.70001221,26.50000000,0.00000000,0.00000000,0.00000000); //object(bollardlight) (16)
- CreateDynamicObject(1215,1081.59997559,979.00000000,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1080.90002441,983.00000000,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1080.19995117,986.90002441,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1079.40002441,991.09997559,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1076.09997559,995.20001221,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1072.40002441,996.29998779,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1068.50000000,997.40002441,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1064.40002441,998.59997559,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1078.69995117,994.40002441,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1060.50000000,999.79998779,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1057.00000000,1000.79998779,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1052.90002441,1002.00000000,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1079.40002441,978.40002441,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1076.50000000,978.59997559,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1073.30004883,978.70001221,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1069.19995117,978.50000000,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1063.69995117,978.29998779,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1058.69995117,977.79998779,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1053.90002441,977.29998779,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1050.00000000,978.90002441,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1045.69995117,980.29998779,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1041.00000000,983.50000000,39.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1030.40002441,989.90002441,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1032.50000000,992.90002441,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1035.00000000,996.40002441,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1037.50000000,1000.00000000,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1028.19995117,990.00000000,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1024.80004883,990.00000000,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1019.90002441,989.79998779,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1015.50000000,989.20001221,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1012.29998779,990.50000000,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1009.00000000,994.40002441,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1005.90002441,998.40002441,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1011.00000000,1002.90002441,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1014.29998779,998.70001221,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1017.50000000,996.20001221,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1023.50000000,996.40002441,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1027.40002441,998.40002441,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(1215,1029.80004883,1000.50000000,47.70000076,0.00000000,0.00000000,0.00000000); //object(bollardlight) (13)
- CreateDynamicObject(2692,1012.09997559,1052.00000000,47.90000153,0.00000000,0.00000000,290.00000000); //object(cj_banner10) (1)
- CreateDynamicObject(2693,989.09997559,1002.70001221,47.79999924,0.00000000,0.00000000,130.00000000); //object(cj_banner11) (1)
- CreateDynamicObject(3798,1015.09997559,1022.20001221,47.09999847,0.00000000,0.00000000,0.00000000); //object(acbox3_sfs) (1)
- CreateDynamicObject(3134,978.09997559,1029.50000000,47.59999847,0.00000000,0.00000000,0.00000000); //object(quarry_barrel) (1)
- CreateDynamicObject(3134,979.09997559,1029.50000000,47.59999847,0.00000000,0.00000000,0.00000000); //object(quarry_barrel) (2)
- CreateDynamicObject(3134,979.70001221,1027.69995117,47.59999847,0.00000000,0.00000000,0.00000000); //object(quarry_barrel) (3)
- CreateDynamicObject(3046,1022.70001221,1023.59997559,47.50000000,90.00000000,0.00000000,0.00000000); //object(kb_barrel) (1)
- CreateDynamicObject(3046,1023.70001221,1022.20001221,47.50000000,90.00000000,0.00000000,0.00000000); //object(kb_barrel) (2)
- CreateDynamicObject(3046,1021.79998779,1020.09997559,47.50000000,90.00000000,0.00000000,0.00000000); //object(kb_barrel) (3)
- CreateDynamicObject(3046,1021.20001221,1028.40002441,47.50000000,90.00000000,0.00000000,0.00000000); //object(kb_barrel) (4)
- CreateDynamicObject(3046,990.09997559,1007.70001221,47.50000000,90.00000000,0.00000000,0.00000000); //object(kb_barrel) (5)
- CreateDynamicObject(3046,987.79998779,1006.79998779,47.50000000,90.00000000,0.00000000,0.00000000); //object(kb_barrel) (6)
- CreateDynamicObject(3046,1005.79998779,1049.69995117,47.50000000,90.00000000,0.00000000,0.00000000); //object(kb_barrel) (7)
- CreateDynamicObject(3046,1006.90002441,1041.09997559,47.50000000,90.00000000,0.00000000,0.00000000); //object(kb_barrel) (8)
- CreateDynamicObject(3046,985.59997559,1063.59997559,47.50000000,90.00000000,0.00000000,0.00000000); //object(kb_barrel) (9)
- CreateDynamicObject(3046,981.40002441,1058.40002441,47.50000000,90.00000000,0.00000000,0.00000000); //object(kb_barrel) (10)
- CreateDynamicObject(3798,998.29998779,1004.90002441,47.09999847,0.00000000,0.00000000,0.00000000); //object(acbox3_sfs) (2)
- CreateDynamicObject(3798,997.29998779,1060.59997559,47.09999847,0.00000000,0.00000000,0.00000000); //object(acbox3_sfs) (3)
- CreateDynamicObject(3525,1030.50000000,1015.50000000,55.70000076,0.00000000,0.00000000,270.00000000); //object(exbrtorch01) (1)
- CreateDynamicObject(3525,1030.09997559,1012.59997559,55.70000076,0.00000000,0.00000000,265.00000000); //object(exbrtorch01) (2)
- CreateDynamicObject(3525,1033.00000000,1004.20001221,55.70000076,0.00000000,0.00000000,305.00000000); //object(exbrtorch01) (3)
- CreateDynamicObject(3525,1034.90002441,1002.20001221,55.70000076,0.00000000,0.00000000,325.00000000); //object(exbrtorch01) (4)
- CreateDynamicObject(1975,1030.90002441,1008.40002441,50.29999924,0.00000000,0.00000000,279.00000000); //object(e_test) (1)
- // House Bugs
- CreateObject(987,453.295318,511.294738,1000.327209,0.000000,0.000000,269.49758531); // House 5
- CreateObject(987,464.969360,511.641204,1000.220031,0.000000,0.000000,182.849594243); // House 5
- CreateObject(987,2528.533691,-1681.334716,1014.547058,0.000000,0.000000,178.7816462); // House 15
- CreateObject(16637,2530.910644,-1681.191894,1015.924316,0.000000,0.000000,-90.000000); // House 15
- CreateObject(16637,2255.541992,-1139.622070,1050.632812,0.000000,0.00000000,0.0000000); // House 31
- // Pay & Spray
- CreateObject(971,1025.279,-1029.229,32.1016,-0.0000,0.00000,0.000); // Pay & Spray LS ( Transfender )
- CreateObject(971,488.2341,-1735.459,11.1416,-0.0000,0.00000,174.0); // Pay & Spray LS ( Beach )
- CreateObject(971,2071.541,-1831.414,13.5469,-0.0000,0.00000,90.00); // Pay & Spray LS ( CJ )
- CreateObject(971,719.8199,-462.4768,16.3359,-0.0000,0.00000,0.000); // Pay & Spray LS ( Bikers )
- CreateObject(971,-1904.45,277.85783,42.3469,-0.0000,0.00000,0.000); // Pay & Spray SF ( Gara )
- CreateObject(971,-2425.99,1027.9487,52.0250,0.00000,0.00000,0.859); // Pay & Spray SF ( UST Tunning Place )
- CreateObject(971,-100.120,1111.6003,20.7249,0.00000,0.00000,0.859); // Pay & Spray LV ( Village )
- CreateObject(971,-1420.80,2590.9521,56.9499,0.00000,0.00000,0.859); // Pay & Spray LV ( Village )
- CreateObject(971,1968.450,2162.6752,12.4249,0.00000,0.00000,-90.2); //
- // Tunning
- CreateObject(980,2643.2492680,-2039.39343,13.806395,0.000000,0.000000,179.6223); // Locolow
- CreateObject(971,-2716.567627,217.2491760,5.7383620,0.000000,0.000000,90.24085); // WheelOfArch
- CreateObject(971,1042.9675290,-1025.82592,32.171432,0.000000,0.000000,0.000000); // Transfender LS
- CreateObject(971,-1935.786865,239.5840910,34.403557,0.000000,0.000000,0.000000); // Transfender SF
- CreateObject(971,2386.8430180,1043.664063,11.819407,0.000000,0.000000,0.000000); // Transfender LV
- // Petrol Station
- CreateObject(1676, -2026.294189, 156.737503, 29.61993, 0.0000, 0.0000, 90.3182); // Gas Station Gara
- CreateObject(1686, -2026.544189, 160.289169, 28.052366, 0.0000, 0.0000, 0.0000); // Gas Station Gara
- CreateObject(1686, -2026.471802, 153.156189, 28.052366, 0.0000, 0.0000, 0.0000); // Gas Station Gara
- CreateObject(969,266.3513,80.0618,999.6775,0.0,0.0,90.3297); // PD Cellulle
- #endif
- // Player Class's
- for(new i = 0; i <= sizeof(Peds)-1; i++)
- {
- AddPlayerClass(Peds[i][0],-1986.1221,138.4674,27.6875,269.1425,-1,-1,-1,-1,-1,-1);
- }
- // House Car Spawns [ 92 ]
- /*for(new h =0; h <92; h++)
- {
- AddStaticVehicleEx(HouseInfo[h+1][hVec], HouseVehicleSpawns[h][0], HouseVehicleSpawns[h][1], HouseVehicleSpawns[h][2], HouseVehicleSpawns[h][3], HouseInfo[h][hVcol1], HouseInfo[h][hVcol2], 6000);
- gCarLock[h+1] = true;
- }*/
- //** Police Cars **
- AddStaticVehicleEx(470,193.5700,1919.6129,18.0624,179.8795, 44, 86, 600);// Patriot 1 fost 93
- AddStaticVehicleEx(596,1558.392000,-1710.859000,5.466783,1.0, -1, -1, 600);//PD CAR 2 fost 94
- AddStaticVehicleEx(596,1569.639000,-1710.859000,5.466783,1.0, -1, -1, 600);//PD CAR 3 fost95
- AddStaticVehicleEx(596,-2139.1995,-2393.7671,30.3452,140.7012, 0, 0, 600);//PD CAR 4 fost 96
- AddStaticVehicleEx(425,364.1673,1974.1427,18.2080,89.8276, -1, -1, 600);// Hunter 5 fost 97
- AddStaticVehicleEx(425,363.8640,1958.9994,18.2127,90.2886, -1, -1, 600);// Hunter 6 fost 98
- AddStaticVehicleEx(596,1601.308000,-1621.916000,13.056540,90.0, -1, -1, 600);// PD CAR 7 fost 99
- AddStaticVehicleEx(596,1535.8275,-1678.0283,13.1680,359.9876, -1, -1, 600);// PD CAR 8 fost 100
- AddStaticVehicleEx(596,1561.8600,-1694.905000,6.139762,222.0,-1, -1, 600);// PD CAR 9 fost 101
- AddStaticVehicleEx(470,202.0057,1919.5775,18.0846,180.8648,-1, -1, 600);// Patriot 10 fost 102
- AddStaticVehicleEx(596,614.8,-588.5,17.4,240.0, -1, -1, 600);// PD CAR 11 fost 103
- AddStaticVehicleEx(596,635.1,-561.5,16.5,180.0, -1, -1, 600);// PD CAR 12 fost 104
- AddStaticVehicleEx(596,-2177.5759,-2362.5042,30.4296,141.0939, 0, 0, 600);// FBI Car 13 fost 105
- AddStaticVehicleEx(490,1539.392000,-1646.262000,6.274928,180.0, -1, -1, 600);// FBI Rancher 14 fost 106
- AddStaticVehicleEx(490,1531.254000,-1647.431000,6.274976,200.0, -1, -1, 600);// FBI Rancher 15 fost 107
- AddStaticVehicleEx(470,211.4965,1919.0715,18.0845,179.1727, -1, -1, 600);// Patriot 16 fost 108
- AddStaticVehicleEx(470,220.4342,1919.6682,18.0845,180.1344, -1, -1, 600);// Patriot 17 fost 109
- AddStaticVehicleEx(596,1535.8459,-1668.7560,13.2653,359.7447,-1, -1, 600);// PD Car 18 fost 110
- AddStaticVehicleEx(596,-2181.2766,-2375.6953,30.3405,231.7148, 0, 0, 600);// PD Car 19 fost 111
- AddStaticVehicleEx(596,1545.7845,-1684.4004,5.6342,271.1593, 89, 1, 600);// PD Car 20 fost 112
- AddStaticVehicleEx(596,1530.1611,-1676.0326,5.4563,231.7766, 89, 1, 600);// PD Car 21 fost 113
- AddStaticVehicleEx(497, 1517.8,-1656.1,13.7,0.0, -1, -1, 600); // Police Maverick 24 fost 116
- AddStaticVehicleEx(520,276.6668,2025.2490,18.4353,271.7099,44,86,600); // NG Hydra 35 fost 127
- AddStaticVehicleEx(520,279.3923,1990.9619,18.6126,269.4658,44,86,600); // NG Hydra 36 fost 128
- AddStaticVehicleEx(520,277.0095,1956.2455,18.6127,262.5306,44,86,600); // NG Hydra 37 fost 129
- AddStaticVehicleEx(523,1562.1340,-1610.3634,13.3828,3.3367,0,0,600); // HPV-1000 38 fost 130
- AddStaticVehicleEx(523,1556.3101,-1610.2759,13.3828,3.3367,0,0,600); // HPV-1000 39 fost 131
- AddStaticVehicleEx(523,1549.9553,-1609.5806,13.3828,1.7700,0,0,600); // HPV-1000 40 fost 132
- AddStaticVehicleEx(523,1544.3575,-1609.9597,13.3828,8.9768,0,0,600); // HPV-1000 41 fost 133
- AddStaticVehicleEx(599,1587.1846,-1711.3505,5.8906,358.4466,0,0,600); // Ranger 42 fost 134
- AddStaticVehicleEx(599,1578.6931,-1710.8131,5.8906,358.7599,0,0,600); // Ranger 43 fost 135
- AddStaticVehicleEx(427,1544.3488,-1676.2212,5.8906,86.4940,0,0,600); // Enforcer 44 fost 136
- AddStaticVehicleEx(601,1544.5266,-1667.8777,5.8906,91.5074,0,0,600); // S.W.A.T 45 fost 137
- //** F.B.I Cars **
- AddStaticVehicleEx(598,2268.7119,2477.5720,10.5665,178.7272,-1,-1,600); // FBI LV Car 46 fost 138
- AddStaticVehicleEx(598,2273.6460,2477.1335,10.4791,180.2935,-1,-1,600); // FBI LV Car 47 fost 139
- AddStaticVehicleEx(598,2269.0962,2441.9534,10.4824,2.5006,-1,-1,600); // FBI LV Car 48 fost 140
- AddStaticVehicleEx(599,2290.9231,2442.4475,10.4796,359.9225,-1,-1,600); // FBI LV Jeep 49 fost 141
- AddStaticVehicleEx(490,2251.5876,2477.2959,10.4803,180.5600,-1,-1,600); // FBI LV Rancher 50 fost 142
- AddStaticVehicleEx(490,2255.6436,2477.0852,10.4805,177.6526,-1,-1,600); // FBI LV Rancher 51 fost 143
- //** Ambulance **
- AddStaticVehicleEx(416,1616.9563,1848.1759,10.9696,0.5098,1,3, 600); // Ambulance LV
- AddStaticVehicleEx(416,1597.9854,1848.9298,10.9694,1.5078,1,3,600); // Ambulance LV
- AddStaticVehicleEx(416,2038.0109,-1424.0649,17.2183,359.7682,1,3,600); // Ambulance LS
- AddStaticVehicleEx(416,2000.6448,-1402.4238,17.9006,180.3276,1,3,600); // Ambulance LS
- AddStaticVehicleEx(416,2032.6937,-1435.8408,17.3602,359.3553,1,3,600); // Ambulance LS
- AddStaticVehicleEx(416,2012.0630,-1413.9065,17.1418,88.9125,1,3,600); // Ambulance LS
- AddStaticVehicleEx(487,2032.5870,-1375.2585,48.5129,91.9659,1,3,600); // Ambulance Maverick LS 191 fost 283
- AddStaticVehicleEx(563,1608.2484,1769.9596,38.1294,355.2872,1,3,600); // Raindance Ambulance LV 251 fost 343
- AddStaticVehicleEx(416,1572.3369,1769.7777,10.9439,359.9148,1,3,600); // Ambulance LV 252 fost 344
- AddStaticVehicleEx(416,1624.5332,1848.1274,10.9685,357.1336,1,3,600); // Ambulance LV 253 fost 345
- AddStaticVehicleEx(416,1590.5463,1848.8760,10.9697,359.3622,1,3,600); // Ambulance LV 254 fost 346
- //** Bus **
- AddStaticVehicleEx(431,1172.5,-1795.5,13.1,0.0, -1, -1, 600); // Bus 57 fost 149
- AddStaticVehicleEx(431,1182.1,-1795.9,13.1,0.0, -1, -1, 600); // Bus 58 fost 150
- //** Hitman **
- hitman[0] = AddStaticVehicleEx(480,1067.1295,-295.5681,73.7826,179.6040, 0, 11,600); // Hitman Comet 59 fost 151
- hitman[1] = AddStaticVehicleEx(480,1077.3829,-295.1148,73.7812,180.2754, 0, 11,600); // Hitman Comet 60 fost 152
- hitman[2] = AddStaticVehicleEx(480,1071.9189,-294.9166,73.7250,178.9444,0, 11, 600); // Hitman Comet 61 fost 153
- hitman[3] = AddStaticVehicleEx(579,1061.7003,-288.2412,73.7883,177.9397,0, 11, 600); // Hitman Huntley 62 fost 154
- hitman[4] = AddStaticVehicleEx(480,1093.0847,-348.2287,73.7412,3.6096,0, 11, 600); // Hitman Comet 62 fost 154
- hitman[5] = AddStaticVehicleEx(480,1083.2328,-288.6374,73.7610,176.2622,0, 11, 600); // Hitman Comet 62 fost 154
- hitman[6] = AddStaticVehicleEx(468,1110.1337,-323.0595,73.6613,4.4238,0, 11, 600); // Hitman Sanchez 62 fost 154
- hitman[7] = AddStaticVehicleEx(468,1109.8127,-317.8372,73.6587,0.8899,0, 11, 600); // Hitman Sanchez 62 fost 154
- hitman[8] = AddStaticVehicleEx(487,1110.3405,-342.4811,74.1683,76.3667,0, 11, 600); // Hitman Maverick 62 fost 154
- AddStaticVehicleEx(487,1088.1736,-294.8004,73.7886,134.9237, 0, 1, 600); // Hitman Maverick 63 fost 155
- //** RentCar **
- AddStaticVehicleEx(477,551.7929,-1285.5260,16.9303,0.4147,-1, -1, 600); // Rentcar1 Hotknife = 67 fost 159
- AddStaticVehicleEx(429,536.9888,-1286.5275,16.9993,359.170,-1, -1,600); // Rentcar1 Bandito = 68 fost 160
- AddStaticVehicleEx(477,544.1793,-1286.1422,16.9492,7.3116,-1, -1, 600); // Rentcar1 Hotknife = 69 fost161
- AddStaticVehicleEx(494,2461.6155,1345.9406,10.5993,0.8061,-1,-1,600); // Rentcar3 HotRing = 73 fost 165
- AddStaticVehicleEx(494,2455.3821,1345.7545,10.5935,358.8680,-1,-1,600); // Rentcar3 HotRing = 74 fost 166
- AddStaticVehicleEx(494,2458.6045,1357.7837,10.5940,178.6183,-1,-1,600); // Rentcar3 HotRing = 75 fost 167
- AddStaticVehicleEx(602,2186.8711,1975.0543,10.5474,90.7251,-1,-1,600); // Rentcar4 Alpha = 76 fost 168
- AddStaticVehicleEx(587,2187.1919,1979.0654,10.5474,90.8341,-1,-1,600); // Rentcar4 Euros = 77 fost 169
- AddStaticVehicleEx(462,2186.9993,1983.2961,10.5474,89.8172,-1,-1,600); // Rentcar4 Faggio = 78 fost 170
- AddStaticVehicleEx(463,2186.7693,2000.0936,10.4199,87.0232,1,1,600); // Rentcar4 Freeway = 79 fost 171
- AddStaticVehicleEx(463,2186.2205,2004.2377,10.4202,87.0992,1,1,600); // Rentcar4 Freeway = 80 fost 172
- //** Truck **
- AddStaticVehicleEx(456,2795.2,-2417.8,13.4,90.8,-1,-1,600); // Yankee Truck 81 fost 173
- AddStaticVehicleEx(456,2783.9,-2417.9,13.4,90.8,-1,-1,600); // Yankee Truck 82 fost 174
- AddStaticVehicleEx(440,2794.1,-2455.9,13.4,90.8,-1,-1,600); // Rumpo Truck 83 fost 175
- AddStaticVehicleEx(440,2782.9,-2455.6,13.4,90.8,-1,-1,600); // Rumpo Truck 84 fost 176
- //** Taxi **
- AddStaticVehicleEx(438,865.6914,-1245.1394,14.7892,269.1735,-1, -1,600); // Taxi LosSantos 89 fost 181
- AddStaticVehicleEx(438,865.3687,-1255.6124,14.7817,268.1724,-1, -1,600); // Taxi LosSantos 90 fost 182
- AddStaticVehicleEx(438,901.5668,-1206.6836,16.8616,177.6462,-1, -1,600); // Taxi LosSantos 91 fost 183
- AddStaticVehicleEx(438,867.0346,-1206.3966,16.8560,179.7161,-1, -1,600); // Taxi LosSantos 92 fost 184
- AddStaticVehicleEx(438,830.9613,-1206.1549,16.8562,179.0937,-1, -1,600); // Taxi LosSantos 93 fost 185
- AddStaticVehicleEx(438,915.8976,-1258.4429,15.5447,91.59330,-1, -1,600); // Taxi LosSantos 94 fost 186
- //** Boat **
- AddStaticVehicleEx(452,720.1521,-1694.0643,-0.4433,179.4012,-1,-1,600); // Fishboat LS Speeder 95 fost 187
- AddStaticVehicleEx(452,721.2764,-1629.4221,-0.4865,180.9544,-1,-1,600); // Fishboat LS Speeder 96 fost 188
- AddStaticVehicleEx(452,739.5831,-1670.5876,-0.6983,177.5343,-1,-1,600); // Fishboat LS Speeder 97 fost 189
- AddStaticVehicleEx(452,-1474.4949,693.01692,0.1996,0.075132,-1,-1,600); // Fishboat SF Speeder 98 fost 190
- AddStaticVehicleEx(452,-1720.071,1439.6176,-0.4916,357.6785,-1,-1,600); // Fishboat SF Speeder 99 fost 191
- //** Plane **
- AddStaticVehicleEx(593,382.5172,2536.9561,16.5338,179.7261,-1,-1,600); // Flying School Dodo 103 fost 195
- AddStaticVehicleEx(513,348.3660,2536.9792,16.7418,178.8195,-1,-1,600); // Flying School Stuntplane 104 fost 196
- AddStaticVehicleEx(487,365.4068,2537.0327,16.6645,181.9959,-1,-1,600); // Flying School Maverick 105 fost 197
- AddStaticVehicleEx(593,-1429.2843,-505.8203,13.7824,205.7709,-1,-1,600); // Dodo SF 106 fost 198
- AddStaticVehicleEx(593,-1462.4779,-524.2803,13.7832,204.8137,-1,-1,600); // Dodo SF 107 fost 199
- AddStaticVehicleEx(593,1907.7614,-2624.4097,13.5416,53.1810,-1,-1,600); // Dodo LS 108 fost 200
- AddStaticVehicleEx(593,1887.0736,-2627.6543,13.5394,52.6116,-1,-1,600); // Dodo LS 109 fost 201
- AddStaticVehicleEx(513,-1354.3270,-466.5467,13.7827,162.0134,-1,-1,600); // Stuntplane SF 110 fost 202
- AddStaticVehicleEx(513,-1390.3510,-482.7985,13.7883,250.3124,-1,-1,600); // Stuntplane SF 111 fost 203
- AddStaticVehicleEx(513,1835.3215,-2624.1938,13.5405,56.0569,-1,-1,600); // Stuntplane LS 112 fost 204
- AddStaticVehicleEx(513,1813.2893,-2625.6296,13.5394,53.2858,-1,-1,600); // Stuntplane LS 113 fost 205
- //** Kart **
- AddStaticVehicleEx(571,2286.2141,-2354.5000,12.8306,225.8705,-1,-1,600); // Kart 114 fost 206
- AddStaticVehicleEx(571,2279.9412,-2348.4141,12.8312,225.8585,-1,-1,600); // Kart 115 fost 207
- AddStaticVehicleEx(571,2291.7932,-2345.5356,12.8305,227.3060,-1,-1,600); // Kart 116 fost 208
- AddStaticVehicleEx(571,2287.5615,-2341.6433,12.8306,226.5350,-1,-1,600); // Kart 117 fost 209
- AddStaticVehicleEx(571,2299.6785,-2338.3186,12.8307,224.3563,-1,-1,600); // Kart 118 fost 210
- AddStaticVehicleEx(571,2295.3887,-2334.9448,12.8307,227.9102,-1,-1,600); // Kart 119 fost 211
- // ** Varrios Los Aztecas **
- AddStaticVehicleEx(439,1877.3265,-2026.0518,13.3554,178.6372,12,12,600); // Reminghton VLA 120 fost 212
- AddStaticVehicleEx(534,1866.8478,-2007.7920,13.2717,271.2039,12,12,600); // Reminghton VLA 121 fost 213
- AddStaticVehicleEx(439,1888.5287,-2025.9575,13.3567,177.4978,12,12,600); // Stallion VLA 122 fost 214
- AddStaticVehicleEx(534,1898.7299,-2008.0093,13.2703,90.4571,12,12,600); // Stallion VLA 123 fost 215
- AddStaticVehicleEx(474,1892.6691,-1988.5638,13.3094,87.7219,12,12,600); // Nebula VLA 277 fost 369
- AddStaticVehicleEx(474,1864.6956,-2031.4658,13.3101,269.1198,12,12,600); // Nebula VLA 278 fost 370
- AddStaticVehicleEx(413,1883.3684,-1981.7252,13.6235,180.5845,12,12,600); // Nebula VLA 278 fost 370
- // ** The Mafia **
- AddStaticVehicle(445,1245.5089,-2010.2103,59.6212,269.4513,6,6); //
- AddStaticVehicle(445,1246.3070,-2017.0653,59.6979,269.1388,6,6); //
- AddStaticVehicle(409,1262.9076,-2008.8411,59.1402,270.0141,6,6); //
- AddStaticVehicle(579,1275.9252,-2033.0796,58.8661,89.7391,6,6); //
- AddStaticVehicle(579,1276.2572,-2041.6498,59.0088,88.4086,6,6); //
- AddStaticVehicleEx(487,1116.3110,-2017.2957,74.6088,268.3470,6,6,600); // The Mafia Maverick 124 fost 216
- AddStaticVehicleEx(507,1276.6506,-2026.1736,58.7976,88.6351,6,6,600); // The Mafia Elegant 126 fost 218
- AddStaticVehicleEx(507,1245.6709,-2024.0789,59.6610,270.8922,6,6,600); // The Mafia Elegant 127 fost 219
- AddStaticVehicleEx(507,1276.6097,-2017.8344,58.7494,87.9496,6,6,600); // The Mafia Stafford 128 fost 220
- // ** The Triads **
- AddStaticVehicleEx(487,2631.0313,1647.5546,18.9859,3.7547,239,0,600); // The Triads Maverick 129 fost 221
- AddStaticVehicleEx(579,2631.4641,1700.6051,10.7505,90.2344,239,0,600); // The Triads Limousin 130 fost 222
- AddStaticVehicleEx(409,2617.8618,1717.0972,10.6203,179.2354,239,0,600); // The Triads Huntley 131 fost 223
- AddStaticVehicleEx(445,2610.5334,1694.0565,10.6953,90.6424,239,0,600); // The Triads Admiral 132 fost 224
- AddStaticVehicleEx(445,2610.6067,1684.5203,10.6953,87.7819,239,0,600); // The Triads Admiral 133 fost 225
- AddStaticVehicleEx(445,2610.6277,1674.8352,10.6952,90.5200,239,0,600); // Medic Maverick 134 fost 226
- AddStaticVehicleEx(579,2630.1021,1731.8156,10.7510,90.4264,239,0,600); // Mayor Limousin 135 fost 227
- //=============================[ Civil Cars ]=====================================
- //* Truck & trailer *
- CreateVehicle(514,-77.5039,-1108.1729,1.6683,161.8915,-1,-1,600); // Tanker Truck 136 fost 228
- CreateVehicle(514,-72.3507,-1109.7822,1.6670,161.7769,-1,-1,600); // Tanker Truck 137 fost 229
- CreateVehicle(514,-67.0126,-1111.7156,1.6688,160.4800,-1,-1,600); // Tanker Truck 138 fost 230
- CreateVehicle(435,-51.0638,-1135.2831,1.0781,68.33205,-1,-1,600); // Article Trailer 139 fost 231
- CreateVehicle(435,-53.6230,-1139.7546,1.0781,67.56043,-1,-1,600); // Article Trailer 140 fost 232
- CreateVehicle(435,-55.0517,-1144.3676,0.8018,68.13471,-1,-1,600); // Article Trailer 141 fost 233
- //* BMX *
- CreateVehicle(481,-2401.7227,-2202.2542,33.2891,218.2438,1,1,600); // BMX 142 fost 234
- CreateVehicle(481,-2399.8787,-2207.5820,33.2891,270.8843,2,2,600); // BMX 143 fost 235
- CreateVehicle(481,-2395.7117,-2214.1428,33.2891,300.6512,3,3,600); // BMX 144 fost 236
- CreateVehicle(481,-2388.0615,-2211.9849,33.2891,349.2184,4,4,600); // BMX 145 fost 237
- CreateVehicle(481,-2382.7910,-2205.6538,33.2891,358.9318,5,5,600); // BMX 146 fost 238
- CreateVehicle(481,-2385.1838,-2197.0833,33.2891,65.67241,6,6,600); // BMX 147 fost 239
- //* Motobikes *
- CreateVehicle(581,-1970.1254,243.4451,35.1794,182.0065,3,3,600); // BF-400 148 fost 240
- CreateVehicle(581,-1989.1968,260.0560,35.1794,86.8721,5,5,600); // BF-400 149 fost 241
- CreateVehicle(461,205.0448,-1443.9286,13.1000,318.9232,3,3,600); // PCJ-600 150 fost 242
- CreateVehicle(461,-1990.8774,251.2864,35.1719,90.9455,6,6,600); // PCJ-600 151 fost 243
- CreateVehicle(461,1443.3827,-1725.7461,13.1378,87.9476,1,1,600); // PCJ-600 152 fost 244
- CreateVehicle(461,2045.1113,-1647.5618,13.3431,181.1888,0,0,600); // PCJ-600 153 fost 245
- CreateVehicle(521,1466.7874,-1049.2238,23.8281,220.7635,7,7,600); // FCR-900 154 fost 246
- CreateVehicle(521,782.9773,-1633.8195,13.1789,268.7446,0,0,600); // FCR-900 155 fost 247
- CreateVehicle(521,1090.2136,-1377.2802,13.5800,180.3074,0,0,600); // FCR-900 156 fost 248
- CreateVehicle(521,491.0436,-1514.5249,20.2320,4.2931,0,0,600); // FCR-900 157 fost 249
- //* Civil Cars*
- CreateVehicle(471,-2348.9866,-1637.0385,483.7031,258.6741,3,3,600); // Quad 161 fost 253
- CreateVehicle(471,-2337.1233,-1656.6635,483.7031,288.4410,4,4,600); // Quad 162 fost 254
- CreateVehicle(557,-2337.4502,-1601.7953,483.7184,229.5338,1,1,600); // Monster 163 fost 255
- CreateVehicle(557,-2346.5315,-1618.2314,483.6501,225.7738,2,2,600); // Monster 164 fost 256
- CreateVehicle(424,-2321.3096,-1677.2441,482.5717,256.9604,5,5,600); // BFInjection 165 fost 257
- CreateVehicle(424,-2307.9956,-1688.1525,482.1075,308.8079,6,6,600); // BFInjection 166 fost 258
- //* Shamal*
- AddStaticVehicleEx(519,1573.9484,-2452.1448,14.4735,215.7558,-1,-1,650); // Shamal LS 167 fost 259
- AddStaticVehicleEx(519,-1371.1978,-220.6567,15.0702,319.3653,-1,-1,650); // Shamal SF 168 fost 260
- AddStaticVehicleEx(519,1575.88921,1170.46401,11.7292,358.56981,1,1,650); // Shamal LV 169 fost 261
- //* Planes*
- AddStaticVehicleEx(593,1274.9116,1323.6177,11.2799,267.4203,73,2,650); // Dodo LV 170 fost 262
- AddStaticVehicleEx(593,1556.3368,1430.9535,11.2985,91.41761,73,2,650); // Dodo LV 171 fost 263
- AddStaticVehicleEx(513,1559.8375,1602.9932,11.3739,145.9146,0,73,650); // Stunt LV 172 fost 264
- AddStaticVehicleEx(511,-1371.8981,-475.488,14.1776,205.164,-1,-1,600); // Beagle SF 173 fost 265
- AddStaticVehicleEx(511,-1443.1537,-520.071,15.5487,205.612,-1,-1,600); // Beagle SF 174 fost 266
- // ** POLICE Cars **
- AddStaticVehicleEx(415,2251.6621,2442.6177,10.5912,181.7612,0,0,600); // FBI Cheetah 175 fost 267
- AddStaticVehicleEx(415,2256.1450,2442.9287,10.5907,179.4720,0,0,600); // FBI Cheetah 176 fost 268
- AddStaticVehicleEx(432,133.9595,1928.77671,19.2201,90.60521,0,0,600); // Rhino NG 177 fost 269
- AddStaticVehicleEx(563,364.7334,1931.0182,18.3215,86.6098,51,51,600); // Raindance NG 178 fost 270
- AddStaticVehicleEx(563,364.7847,1922.0477,18.3468,89.1551,51,51,600); // Raindance NG 179 fost 271
- AddStaticVehicleEx(433,132.5967,1853.3658,18.1486,89.9233,0,0,600); // Barracks NG 180 fost 272
- AddStaticVehicleEx(433,132.5713,1847.1095,18.0674,90.0584,0,0,600); // Barracks NG 181 fost 273
- AddStaticVehicleEx(430,793.2160,-1900.0811,-0.2901,163.3168,0,1,600); // Boat Cop 182 fost 274
- AddStaticVehicleEx(430,808.6468,-1901.2188,-0.1664,151.1769,1,0,600); // Boat Cop 183 fost 275
- // ** News Reporter **
- AddStaticVehicleEx(582,1791.8176,-1256.2275,13.6591,86.94291,-1,-1,600); // Newsvan 196 fost 288
- AddStaticVehicleEx(582,1780.0956,-1267.8094,13.5825,129.5956,-1,-1,600); // Newsvan 197 fost 289
- AddStaticVehicleEx(582,1801.2539,-1256.4326,13.6952,90.8497,-1,-1,600); // NEWSVAN LS
- AddStaticVehicleEx(582,1764.5341,-1279.7587,13.6846,125.1153,-1,-1,600); // NEWSVAN LS
- AddStaticVehicleEx(488,1776.4551,-1254.2085,35.4351,358.3543,-1,-1,600); // Newschopper 198 fost 290
- AddStaticVehicleEx(560,1813.1631,-1277.4374,13.3709,93.0507,198,198,600); // SULTAN NR
- AddStaticVehicleEx(589,1813.2891,-1282.3059,13.2810,92.2400,198,198,600); // CLUB NR
- // ** F.B.I Maverick
- AddStaticVehicleEx(497,2271.5034,2471.8928,38.8604,88.1724,0,1,600); // FBI Maverick 199 fost 291
- AddStaticVehicleEx(469,-1679.4886,1342.7416,17.2616,312.0392,12,12,600); // Seasparrow VLA 203 fost 295
- // ** BMX Civil Spawns **
- CreateVehicle(481,490.3490,-1493.8690,19.8392,304.4067,-1,-1,600); // BMX LS 204 fost 296
- CreateVehicle(481,490.4756,-1494.9635,19.8610,303.4651,-1,-1,600); // BMX LS 205 fost 297
- CreateVehicle(481,490.5801,-1496.5018,19.9048,301.4372,-1,-1,600); // BMX LS 206 fost 298
- CreateVehicle(481,-1958.9396,112.3572,27.1978,51.16111,-1,-1,600); // BMX SF 207 fost 299
- CreateVehicle(481,-1958.9685,122.9695,27.2014,47.32571,-1,-1,600); // BMX SF 208 fost 300
- CreateVehicle(481,-1959.4143,134.4464,27.2015,48.19841,-1,-1,600); // BMX SF 209 fost 301
- CreateVehicle(481,2163.4502,2129.9309,10.3374,0.000111,-1,-1,600); // BMX LV 210 fost 302
- CreateVehicle(481,2166.3052,2129.8564,10.3355,0.004511,-1,-1,600); // BMX LV 211 fost 303
- CreateVehicle(481,2164.8889,2129.9580,10.3365,8.472011,-1,-1,600); // BMX LV 212 fost 304
- // ** Grove **
- AddStaticVehicleEx(469,2528.5413,-1677.3627,19.9424,91.5052,86,0,600); // Seasparrow Grove 213 fost 305
- AddStaticVehicleEx(536,2499.0017,-1682.6312,13.1139,277.2674,86,0,600); // Blade Grove 214 fost 306
- AddStaticVehicleEx(536,2498.2375,-1654.9397,13.1461,84.6431,86,0,600); // Blade Grove 215 fost 307
- AddStaticVehicleEx(567,2475.6289,-1680.7622,13.2233,53.8626,86,0,600); // Savanna Grove 216 fost 308
- AddStaticVehicleEx(567,2509.0198,-1672.1045,13.2730,160.8650,86,0,600); // Savanna Grove 217 fost 309
- AddStaticVehicleEx(419,2510.3867,-1687.3541,13.3596,46.0594,86,0,600); // Esperanto Grove 218 fost 310
- // ** Police Motobikes
- AddStaticVehicleEx(523,-1612.6919,749.3687,-5.6866,359.8960,-1,-1,600); // HPV-1000 219 fost 311
- AddStaticVehicleEx(523,-1608.3711,749.4628,-5.6757,358.6932,-1,-1,600); // HPV-1000 220 fost 312
- // ** Ballas **
- AddStaticVehicleEx(412,2133.7761,-1466.2197,23.7205,358.9128,22,0,600); // Voodoo Ballas 221 fost 313
- AddStaticVehicleEx(412,2134.2517,-1483.9615,23.7320,357.7049,22,0,600); // Voodoo Ballas 222 fost 314
- AddStaticVehicleEx(576,2145.8159,-1454.6805,24.4267,90.4966,22,0,600); // Tornado Ballas 223 fost 315
- AddStaticVehicleEx(575,2134.0195,-1439.5952,23.4951,359.7731,22,0,600); // Broadway Ballas 224 fost 316
- AddStaticVehicleEx(517,2134.2280,-1421.4436,23.7585,1.0347,22,0,600); // Majetstic Ballas 225 fost 317
- AddStaticVehicleEx(469,2165.9976,-1466.8641,25.5510,177.5456,22,0,600); // Seasparrow Ballas 226 fost 318
- // ** Da Nang Boys **
- AddStaticVehicleEx(469,1734.7518,2361.4688,10.8655,168.5977,0,0,600); // Sparrow Da Nang Boys 227 fost 319
- AddStaticVehicleEx(500,1678.6627,2302.9358,10.1152,271.5135,0,0,600); // Mesa Da Nang Boys 228 fost 320
- AddStaticVehicleEx(500,1679.3887,2312.3240,10.1755,271.2741,0,0,600); // Mesa Da Nang Boys 229 fost 321
- AddStaticVehicleEx(550,1680.2195,2340.0259,9.9545,270.8526,0,0,600); // Sunrise Da Nang Boys 230 fost 322
- AddStaticVehicleEx(550,1679.7888,2358.8682,10.6332,89.3593,0,0,600); // Sunrise Da Nang Boys 231 fost 323
- AddStaticVehicleEx(579,1697.4791,2368.3999,10.7561,188.8717,0,0,600); // Huntley Da Nang Boys 231 fost 323
- AddStaticVehicleEx(579,1691.6949,2368.4368,10.7555,186.4408,0,0,600); // Huntley Da Nang Boys 231 fost 323
- // ** Bikers **
- AddStaticVehicleEx(463,694.7216,-467.6019,15.8989,267.6923,0,3,600); // Bikers Freeway 232 fost 324
- AddStaticVehicleEx(463,694.6569,-464.5618,15.9007,269.5941,0,6,600); // Bikers Freeway 233 fost 325
- AddStaticVehicleEx(463,694.8253,-460.7556,15.9007,270.720,0,86,600); // Bikers Freeway 234 fost 326
- // ** Vagos **
- AddStaticVehicleEx(469,2779.9604,-2019.1779,13.5638,259.9146,65,65,600); // Seasparrow LS Vagos 235 fost 327
- AddStaticVehicleEx(540,2764.9866,-1964.2820,13.2827,1.633711,65,65,600); // Vincet LS Vagos 236 fost 328
- AddStaticVehicleEx(600,2774.2668,-1943.7361,13.1272,359.8239,65,65,600); // Picador LS Vagos 237 fost 329
- AddStaticVehicleEx(600,2764.0603,-1929.7633,13.1233,180.0758,65,65,600); // Picador LS Vagos 238 fost 330
- AddStaticVehicleEx(536,2774.3098,-1972.3323,13.1773,0.576911,65,65,600); // Blade LS Vagos 239 fost 331
- AddStaticVehicleEx(536,2764.9299,-1981.6079,13.1956,0.918422,65,65,600); // Blade LS Vagos 240 fost 332
- // ** Andromada NG **
- AddStaticVehicleEx(592,310.4634,1826.3918,18.8375,358.7200,44,86,600); // Andromada NG 241 fost 333
- // ** Mountain **
- CreateVehicle(468,-2272.4790,-1703.7285,479.0294,1.3553,-1,-1,600); // Sanchez Mountain 242 fost 334
- CreateVehicle(468,-2275.4565,-1703.0236,478.9691,355.09,-1,-1,600); // Sanchez Mountain 243 fost 335
- CreateVehicle(468,-2269.7668,-1704.9734,478.9505,1.0885,-1,-1,600); // Sanchez Mountain 244 fost 336
- // ** Boats **
- CreateVehicle(452,2290.2334,517.7753,-0.4725,230.4991,-1,-1,600); // Boat Speeder LV 245 fost 337
- CreateVehicle(452,2301.0303,518.7872,-0.4623,250.2834,-1,-1,600); // Boat Speeder LV 246 fost 338
- CreateVehicle(452,2350.3938,517.4700,-0.3920,226.4115,-1,-1,600); // Boat Speeder LV 247 fost 339
- CreateVehicle(452,2366.8193,518.5878,-0.5802,248.1708,-1,-1,600); // Boat Speeder LV 248 fost 340
- // ** Bikers **
- AddStaticVehicleEx(463,708.7255,-461.2739,15.8763,91.1016,30,-1,600); // Bikers Freeway 249 fost 341
- AddStaticVehicleEx(463,708.7103,-458.1518,15.8759,90.5761,30,-1,600); // Bikers Freeway 250 fost 342
- // ** Bikers **
- AddStaticVehicleEx(463,708.7369,-473.8468,15.8759,86.56471,30,-1,600); // Bikers Freeway 255 fost 347
- AddStaticVehicleEx(463,695.4272,-473.1288,15.8758,265.9048,30,-1,600); // Bikers Freeway 256 fost 348
- // ** Bus **
- CreateVehicle(431,1352.4794,2694.4949,10.5474,179.5058,-1,-1,600); // Bus 257 fost 349
- CreateVehicle(431,1363.3900,2692.0295,10.5474,178.9541,-1,-1,600); // Bus 258 fost 350
- CreateVehicle(431,1405.4573,2683.2537,10.5188,191.9084,-1,-1,600); // Bus 259 fost 351
- CreateVehicle(431,-1989.8342,208.8374,27.7895,27.7895,-1,-1,600); // Bus 260 fost 352
- // ** Rent Bike **
- AddStaticVehicleEx(481,-2526.5176,1220.8651,36.9435,154.6512,-1,-1,600); // BMX 261 fost 353
- AddStaticVehicleEx(481,-2527.8401,1220.9231,36.9433,150.9711,-1,-1,600); // BMX 262 fost 354
- AddStaticVehicleEx(509,-2530.5525,1220.9573,36.9390,153.1163,-1,-1,600); // Bike 263 fost 355
- AddStaticVehicleEx(509,-2532.2534,1220.7909,36.9372,150.1045,-1,-1,600); // Bike 264 fost 356
- AddStaticVehicleEx(510,-2534.7798,1221.1517,37.0299,144.6667,-1,-1,600); // Mountain 265 fost 357
- AddStaticVehicleEx(510,-2536.5823,1221.0753,37.0302,148.0442,-1,-1,600); // Mountain 266 fost 358
- // ** Mechanic **
- CreateVehicle(525,-1922.0474,302.9011,40.9252,359.4592,-1,-1,600); // Towtruck Wang Cars 270 fost 362
- CreateVehicle(525,-1912.9247,302.6211,40.9236,357.7550,-1,-1,600); // Towtruck Wang Cars 271 fost 363
- CreateVehicle(525,-1917.4465,302.6474,40.9217,357.6144,-1,-1,600); // Towtruck Wang Cars 272 fost 364
- // ** Bikers **
- AddStaticVehicleEx(463,694.4566,-470.1603,16.335,270.9140,61,0,600); // Bikers Freeway 273 fost 365
- AddStaticVehicleEx(463,709.4951,-455.6684,16.3359,87.3224,61,0,600); // Bikers Freeway 274 fost 366
- AddStaticVehicleEx(463,708.2472,-467.6176,16.3359,93.9024,61,1,600); // Bikers Freeway 275 fost 367
- AddStaticVehicleEx(463,694.2884,-453.1652,16.3359,269.9740,61,1,600); // Bikers Freeway 276 fost 368
- // ** F.B.I **
- AddStaticVehicleEx(497,2254.1814,2473.0476,38.8663,359.3810,0,1,600); // Heli FBI 279 fost 371
- AddStaticVehicleEx(497,2314.1804,2472.2500,38.8652,359.6594,0,1,600); // Heli FBI 280 fost 372
- AddStaticVehicleEx(598,2277.8291,2459.5007,10.5676,359.0719,0,1,600); // LVPD FBI 281 fost 373
- AddStaticVehicleEx(598,2282.4822,2459.3838,10.5650,359.1759,0,1,600); // LVPD FBI 282 fost 374
- AddStaticVehicleEx(598,2273.1899,2459.8677,10.5653,0.466921,0,1,600); // LVPD FBI 283 fost 375
- AddStaticVehicleEx(427,2241.4741,2435.9512,10.9522,359.5928,0,1,600); // Enforcer FBI 284 fost 376
- AddStaticVehicleEx(427,2241.3904,2488.9575,10.9522,179.7725,0,1,600); // Enforcer FBI 285 fost 377
- AddStaticVehicleEx(490,2260.4214,2461.6311,10.9471,178.1260,0,0,600); // FBI RANCHER 286 fost 378
- AddStaticVehicleEx(490,2252.0864,2461.6375,10.9486,179.2926,0,0,600); // FBI RANCHER 287 fost 379
- AddStaticVehicleEx(599,2295.0417,2442.4758,11.0103,358.7737,0,1,600); // FBI Police Ranger 288 fost 380
- // ** Hitman **
- AddStaticVehicleEx(579,1057.2595,-288.7177,73.9293,179.9227,0,11,600); // Hitman Rancher 289 fost 381
- AddStaticVehicleEx(579,1105.2676,-347.4644,73.9160,304.3709,0,11,600); // Hitman Rancher 290 fost 382
- // ** Grove **
- AddStaticVehicleEx(566,2483.6934,-1653.7161,13.1702,89.2415,86,0,600); // Grove Tahoma 291 fost 383
- // ** Ballas **
- AddStaticVehicleEx(566,2127.4771,-1476.0751,23.6630,0.387521,22,0,600); // Ballas Tahoma 292 fost 384
- AddStaticVehicleEx(566,2127.3479,-1447.3892,23.6886,359.8710,22,0,600); // Ballas Tahoma 293 fost 385
- // ** Vagos **
- AddStaticVehicleEx(529,2774.5188,-1958.4218,13.0472,0.6003,65,65,600); // Vagos Williard 294 fost 386
- // ** Taxi **
- AddStaticVehicleEx(420,1444.9919,2668.2305,10.5221,268.5434,-1,-1,600); // Taxi LV 295 fost 387
- AddStaticVehicleEx(420,1420.8901,2668.3076,10.5213,271.1986,-1,-1,600); // Taxi LV 296 fost 388
- AddStaticVehicleEx(438,1424.5302,2678.3591,10.7460,270.2159,-1,-1,600); // Cabbie LV 297 fost 389
- AddStaticVehicleEx(438,1440.5712,2678.3188,10.7464,269.7746,-1,-1,600); // Cabbie LV 298 fost 390
- // Bayside
- CreateVehicle(415,-2443.6816,2242.3323,4.5467,0.033178,-1,-1,600); // Cheetah 299 fost 391
- CreateVehicle(429,-2449.7104,2225.6172,4.5708,358.8543,-1,-1,600); // Banshee 300 fost 392
- CreateVehicle(451,-2464.7317,2225.2048,4.5708,178.8691,-1,-1,600); // Turismo 301 fost 393
- CreateVehicle(477,-2470.6465,2225.7749,4.5708,179.2950,-1,-1,600); // ZR-350 302 fost 394
- CreateVehicle(506,-2482.5022,2242.0820,4.5708,179.8239,-1,-1,600); // Super GT 303 fost 395
- CreateVehicle(541,-2253.3860,2303.0889,4.5396,269.0196,-1,-1,600); // Bullet 304 fost 396
- CreateVehicle(559,-2271.4033,2291.3772,4.5473,89.58712,-1,-1,600); // Jester 305 fost 397
- CreateVehicle(560,-2270.7522,2324.2236,4.5453,90.61733,-1,-1,600); // Sultan 306 fost 398
- CreateVehicle(562,-2250.9734,2342.4353,4.6181,234.0061,-1,-1,600); // Elegy 307 fost 399
- CreateVehicle(565,-2252.8254,2285.1211,4.5473,88.77095,-1,-1,600); // Flash 308 fost 400
- // ** F.B.I Trucks **
- AddStaticVehicleEx(528,2277.9370,2442.4224,10.8660,179.6972,146,146,600); // FBI TRUCK 313 fost 405
- AddStaticVehicleEx(528,2282.1909,2476.9934,10.8642,359.4120,146,146,600); // FBI TRUCK 314 fost 406
- AddStaticVehicleEx(528,2290.8518,2477.4055,10.8613,179.8465,146,146,600); // FBI TRUCK 315 fost 407
- // ** The Mayor - Hustler **
- AddStaticVehicleEx(545,1470.3578,-1737.3560,13.2707,88.3523,0,0,600); // Mayor Hustler 316 fost 408
- AddStaticVehicleEx(545,1493.0259,-1737.1886,13.2705,89.9193,0,0,600); // Mayor Hustler 317 fost 409
- // ** Da Nang Boys Gang **
- AddStaticVehicleEx(550,1739.4883,2317.9214,10.6385,319.3819,0,0,600); // Sunrise DNB 319 fost 411
- AddStaticVehicleEx(550,1735.5780,2318.4600,10.6380,320.5042,0,0,600); // Sunrise DNB 320 fost 412
- // ** Rent a boat **
- AddStaticVehicleEx(473,141.7589,-1803.5632,-0.1285,89.349,-1,-1,600); // Dinghy 321 fost 413
- AddStaticVehicleEx(484,111.1590,-1896.4058,0.1801,91.0837,-1,-1,600); // Marqus 322 fost 414
- AddStaticVehicleEx(454,112.1609,-1909.4956,0.1275,89.5540,-1,-1,600); // Luxboat 323 fost 415
- AddStaticVehicleEx(454,112.1557,-1919.4021,0.1103,90.5800,-1,-1,600); // Luxboat 324 fost 416
- AddStaticVehicleEx(493,132.0355,-1844.0142,-0.0679,2.2239,-1,-1,600); // Jetmax 325 fost 417
- AddStaticVehicleEx(595,111.6133,-1930.8163,0.2191,89.2681,-1,-1,600); // Launch 326 fost 418
- // ** Vortex **
- CreateVehicle(539,-1641.1372,-2250.7427,30.7882,356.4230,-1,-1,600); // Vortex 327 fost 419
- CreateVehicle(539,-1644.0044,-2250.8281,30.8132,3.061932,-1,-1,600); // Vortex 328 fost 420
- CreateVehicle(539,-1638.4039,-2250.6094,30.7780,345.1090,-1,-1,600); // Vortex 329 fost 421
- // ** Bikers **
- AddStaticVehicleEx(568,708.7681,-441.9645,16.1991,358.8962,0,0,600); // Bikers Bandito 330 fost 422
- AddStaticVehicleEx(568,704.7482,-442.4292,16.1992,359.0950,0,0,600); // Bikers Bandito 331 fost 423
- AddStaticVehicleEx(568,700.8762,-442.4273,16.2024,359.7759,0,0,600); // Bikers Bandito 332 fost 424
- AddStaticVehicleEx(568,697.2432,-442.7552,16.2003,3.295934,0,0,600); // Bikers Bandito 333 fost 425
- // ** Las Venturas Santier **
- AddStaticVehicleEx(552,570.7491,885.3215,-43.6587,226.6258,-1,-1,600); // Car 1 334 fost 426
- AddStaticVehicleEx(552,597.9237,836.3155,-43.6789,183.8172,-1,-1,600); // Car 2 335 fost 427
- AddStaticVehicleEx(524,690.1791,858.6473,-41.7972,358.2533,-1,-1,600); // Car 3 336 fost 428
- AddStaticVehicleEx(524,580.9735,932.2292,-41.9923,137.2811,-1,-1,600); // Car 4 337 fost 429
- AddStaticVehicleEx(406,471.6939,879.1040,-27.8795,278.9864,-1,-1,600); // Car 5 338 fost 430
- AddStaticVehicleEx(406,497.8787,799.8251,-20.4354,87.2982,-1,-1,600); // Car 6 339 fost 431
- AddStaticVehicleEx(455,716.9700,915.5699,-18.4559,25.2270,-1,-1,600); // Car 7 340 fost 432
- AddStaticVehicleEx(455,469.3525,913.3253,-18.2620,171.9360,-1,-1,600); // Car 8 341 fost 433
- // ** Airports Sweeper **
- AddStaticVehicleEx(574,1750.7435,-2434.4851,13.2796,34.0734,-1,-1,600); // airportls sweeper 342 fost 434
- AddStaticVehicleEx(574,1663.9827,-2444.7170,13.2798,273.9669,-1,-1,600); // airportls sweeper 343 fost 435
- AddStaticVehicleEx(574,1629.7799,1344.3049,10.5349,89.8018,-1,-1,600); // airportlv sweeper 344 fost 436
- AddStaticVehicleEx(574,1311.1141,1503.7286,10.5455,195.6875,-1,-1,600); // airportlv sweeper 345 fost 437
- AddStaticVehicleEx(574,-1389.1554,-533.1702,13.8737,195.0991,-1,-1,600); // airportsf sweeper 346 fost 438
- AddStaticVehicleEx(574,-1330.1011,-423.9188,13.8732,206.7205,-1,-1,600); // airportsf sweeper 347 fost 439
- // ** LS-PD Helicopters
- AddStaticVehicleEx(497,1557.4653,-1644.9938,28.5788,84.6944,0,1,600); // Police Maverick 348 fost 440
- AddStaticVehicleEx(497,1566.1428,-1658.8191,28.5943,270.8177,0,1,600); // Police Maverick 349 fost 441
- // ** Taxi Cab **
- AddStaticVehicleEx(409,884.6487,-1199.0398,16.7766,175.0990,6,6,600); // Taxi Cab Limousine LS 350 fost 442
- // ** Admin Mavericks **
- AddStaticVehicleEx(487,-257.3543,-2227.6606,28.8054,209.9296,-1,-1,600); // Maverick 351 fost 443
- AddStaticVehicleEx(487,-276.0382,-2189.5984,28.9018,202.8569,-1,-1,600); // Maverick 352 fost 444
- AddStaticVehicleEx(487,-275.2984,-2144.6799,28.7774,53.68785,-1,-1,600); // Maverick 353 fost 445
- AddStaticVehicleEx(487,-264.6791,-2161.7092,29.0682,178.3704,-1,-1,600); // Maverick 354 fost 446
- // ** Tanker LS Products
- AddStaticVehicleEx(514,-69.8432,-1134.1937,1.6642,204.1180,-1,-1,600); // Tanker LS 355 fost 447
- AddStaticVehicleEx(514,-80.6720,-1130.7057,1.6662,201.4848,-1,-1,600); // Tanker LS 356 fost 448
- //** DTrack - motorete Sanchez
- V_DTrack[0] = AddStaticVehicleEx(468,2614.6096,2806.3862,10.8203,14.0908,-1,-1,600); // 357 fost 449
- V_DTrack[1] = AddStaticVehicleEx(468,2614.2124,2809.2673,10.8203,7.8241,-1,-1,600); // 358 fost 450
- V_DTrack[2] = AddStaticVehicleEx(468,2613.7139,2812.8882,10.8203,7.8241,-1,-1,600); // 359 fost 451
- V_DTrack[3] = AddStaticVehicleEx(468,2613.2146,2816.5249,10.8203,7.8241,-1,-1,600); // 360 fost 452
- V_DTrack[4] = AddStaticVehicleEx(468,2610.1228,2813.4456,10.8203,193.0059,-1,-1,600); // 361 fost 453
- V_DTrack[5] = AddStaticVehicleEx(468,2610.1936,2810.0022,10.8203,181.0991,-1,-1,600); // 362 fost 454
- V_DTrack[6] = AddStaticVehicleEx(468,2610.4712,2806.7485,10.8203,181.0991,-1,-1,600); // 363 fost 455
- V_DTrack[7] = AddStaticVehicleEx(468,2606.5164,2805.8057,10.8203,352.0124,-1,-1,600); // 364 fost 456
- V_DTrack[8] = AddStaticVehicleEx(468,2606.5750,2808.2153,10.8203,357.7974,-1,-1,600); // 365 fost 457
- V_DTrack[9] = AddStaticVehicleEx(468,2606.6943,2811.2888,10.8203,357.7974,-1,-1,600); // 366 fost 458
- V_DTrack[10] = AddStaticVehicleEx(468,2604.8662,2815.3469,10.8203,357.7974,-1,-1,600); // 367 fost 459
- V_DTrack[11] = AddStaticVehicleEx(468,2602.5635,2815.5283,10.8203,90.5449,-1,-1,600); // 368 fost 460
- V_DTrack[12] = AddStaticVehicleEx(468,2599.5483,2815.3179,10.8203,93.9916,-1,-1,600); // 369 fost 461
- V_DTrack[13] = AddStaticVehicleEx(468,2597.0442,2815.1418,10.8203,93.9916,-1,-1,600); // 370 fost 462
- V_DTrack[14] = AddStaticVehicleEx(468,2600.4624,2819.1694,10.8203,358.7374,-1,-1,600); // 371 fost 463
- //** BBowl event cars
- V_BBowl[0] = AddStaticVehicleEx(504,2593.6492,2807.7295,10.8203,6.9075, -1, -1, 600); // 372 fost 464
- V_BBowl[1] = AddStaticVehicleEx(504,2589.1077,2807.8608,10.8203,89.9416, -1, -1, 600); // 373 fost 465
- V_BBowl[2] = AddStaticVehicleEx(504,2584.7822,2807.8635,10.8203,89.9416, -1, -1, 600); // 374 fost 466
- V_BBowl[3] = AddStaticVehicleEx(504,2579.9880,2807.8665,10.8203,89.9416, -1, -1, 600); // 375 fost 467
- V_BBowl[4] = AddStaticVehicleEx(504,2576.0498,2807.8689,10.8203,89.9416, -1, -1, 600); // 376 fost 468
- V_BBowl[5] = AddStaticVehicleEx(504,2576.3196,2813.1360,10.8203,352.8073, -1, -1, 600); // 377 fost 469
- V_BBowl[6] = AddStaticVehicleEx(504,2579.9048,2813.6619,10.8203,276.0400, -1, -1, 600); // 378 fost 470
- V_BBowl[7] = AddStaticVehicleEx(504,2583.4780,2814.0415,10.8203,276.0400, -1, -1, 600); // 379 fost 471
- V_BBowl[8] = AddStaticVehicleEx(504,2587.2649,2814.4426,10.8203,276.0400, -1, -1, 600); // 380 fost 472
- V_BBowl[9] = AddStaticVehicleEx(504,2582.4180,2819.8093,10.8203,96.2084, -1, -1, 600); // 381 fost 473
- //** Track8 event cars
- V_Track8[0] = AddStaticVehicleEx(494,2576.2468,2846.4795,10.8203,186.7625,-1,-1,600); // 382 fost 474
- V_Track8[1] = AddStaticVehicleEx(494,2577.1150,2840.5857,10.8203,186.4492,-1,-1,600); // 383 fost 475
- V_Track8[2] = AddStaticVehicleEx(494,2581.0007,2840.5134,10.8203,271.9900,-1,-1,600); // 384 fost 476
- V_Track8[3] = AddStaticVehicleEx(502,2582.2734,2845.5354,10.8203,4.4242,-1,-1,600); // 385 fost 477
- V_Track8[4] = AddStaticVehicleEx(502,2571.3162,2837.2639,10.8203,183.6526,-1,-1,600); // 386 fost 478
- V_Track8[5] = AddStaticVehicleEx(502,2566.6086,2835.0457,10.8203,97.7984,-1,-1,600); // 387 fost 479
- V_Track8[6] = AddStaticVehicleEx(503,2562.4346,2830.6863,10.8203,179.8691,-1,-1,600); // 388 fost 480
- V_Track8[7] = AddStaticVehicleEx(503,2556.8293,2829.8867,10.8203,184.8825,-1,-1,600); // 389 fost 481
- V_UST[0] = AddStaticVehicleEx(560,1681.0690,999.8740,10.5257,0.7496, 186, 186, 600); // UST Sultan
- V_UST[1] = AddStaticVehicleEx(565,1677.8730,988.1996,10.4449,180.9984, 186, 186, 600); // UST Flash
- V_UST[2] = AddStaticVehicleEx(559,1674.5775,998.9966,10.4766,0.3561, 186, 186, 600); // UST Jester
- V_UST[3] = AddStaticVehicleEx(562,1671.4681,988.6517,10.4789,179.3761, 186, 186, 600); // UST Elegy
- V_UST[4] = AddStaticVehicleEx(402,1668.1072,999.0596,10.6520,0.7536, 186, 186, 600); // UST Buffalo
- V_UST[5] = AddStaticVehicleEx(535,1664.9171,988.5919,10.5828,180.2264, 186, 186, 600); // UST Slamvan
- V_UST[6] = AddStaticVehicleEx(566,1704.5383,996.6983,10.6010,96.7785, 186, 186, 600); // UST Tahoma
- V_UST[7] = AddStaticVehicleEx(567,1632.5193,962.0474,10.6740,272.9806, 186, 186, 600); // UST Savanna
- V_UST[8] = AddStaticVehicleEx(451,1680.2109,917.7190,10.4531,3.6658, 186, 186, 600); // UST Turismo
- V_UST[9] = AddStaticVehicleEx(541,1696.8011,917.2631,10.4405,1.4382, 186, 186, 600); // UST Bullet
- V_UST[10] = AddStaticVehicleEx(503,1717.9851,985.3851,10.7145,129.8985, 186, 186, 600); // UST Hotring Racer
- V_UST[11] = AddStaticVehicleEx(502,1719.8531,969.8856,10.7127,60.8592, 186, 186, 600); // UST Hotring Racer
- V_UST[12] = AddStaticVehicleEx(412,1711.6760,931.4478,10.6573,90.1344, 186, 186, 600); // UST Voodoo
- // SandKing si Dune
- AddStaticVehicleEx(495,-794.3069,2442.7075,157.3990,170.9436,79,79,600); // SandKing 420
- AddStaticVehicleEx(495,-786.9500,2440.6169,157.4241,153.0552,81,81,600); // SandKing 421
- AddStaticVehicleEx(495,-780.5237,2437.9917,157.4428,147.3032,80,80,600); // SandKing 422
- AddStaticVehicleEx(573,-774.4126,2433.4268,157.7290,124.6794,79,79,600); // Dune 423
- AddStaticVehicleEx(573,-768.8818,2409.5466,157.6957,37.2447,81,81,600); // Dune 424
- // Sandking fost Bandito
- AddStaticVehicleEx(495,2369.3052,-655.5664,127.7680,309.5698,0,0,600); // Bandito 425
- AddStaticVehicleEx(495,2367.5908,-650.3987,127.5183,279.1202,0,0,600); // Bandito 426
- AddStaticVehicleEx(495,2368.0369,-645.3251,127.5622,256.6401,0,0,600); // Bandito 427
- // Trenuri
- AddStaticVehicleEx(538,-1935.3259,232.0728,25.4458,168.8172,0,0,600); // Brownstreak 434
- AddStaticVehicleEx(537,742.5784,1768.4866,7.1836,180.2394,0,0,600); // Freight 435
- // ** Rent Car
- AddStaticVehicleEx(555,563.9341,-1274.7941,16.9379,108.2973,7,7,600); // ls rent car 436
- AddStaticVehicleEx(555,562.8211,-1270.0297,16.9374,108.7808,7,7,600); // ls rent car 437
- AddStaticVehicleEx(518,2178.7534,1970.6619,10.4880,359.2025,6,6,600); // rent car lv 438
- AddStaticVehicleEx(518,2172.9753,1970.5260,10.4912,359.5725,7,7,600); // rent car lv 439
- // ** Tow PD
- AddStaticVehicleEx(427,1529.87316895,-1687.79357910,5.88062477,270.00000000,125,0,1); //Enforcer PD
- AddStaticVehicleEx(427,1529.81201172,-1684.15527344,5.88062477,270.00000000,125,0,1); //Enforcer PD
- // Sport Cars - Modificat in bike-uri de rent @Tavi
- AddStaticVehicleEx(500,1413.6184,787.7853,10.8203,358.7444,152,0, 600); // 444
- AddStaticVehicleEx(500,1413.7646,784.5135,10.8203,88.7444,153,1, 600); // 445
- AddStaticVehicleEx(580,1443.8623,764.3538,10.8203,96.9146,154,4, 600); //
- AddStaticVehicleEx(509,-271.1190,1551.6124,74.9512,129.6277,155,6, 600); //
- AddStaticVehicleEx(509,-274.1629,1553.6929,74.9512,136.7717,156,0, 600); //
- AddStaticVehicleEx(510,-276.6191,1556.3916,75.1071,134.8056,151,0, 600); //
- AddStaticVehicleEx(510,-279.2088,1558.9963,75.1073,139.5883,152,0, 600); //
- AddStaticVehicleEx(510,-281.3005,1561.6346,75.0920,138.6868,153,0, 600); //
- AddStaticVehicleEx(510,-284.3945,1563.6266,75.1071,136.3653,154,0, 600); //
- AddStaticVehicleEx(510,-286.6110,1565.9127,75.1048,132.4517,155,0, 600); //
- AddStaticVehicleEx(521,-289.3142,1568.2959,75.1049,132.8039,156,0, 600); //
- AddStaticVehicleEx(521,-291.9514,1570.8689,75.1071,138.2727,157,0, 600); //
- AddStaticVehicleEx(521,-293.5956,1573.4811,75.1071,136.7626,158,0, 600); //
- AddStaticVehicleEx(581,-296.9716,1575.5033,75.0681,136.4113,159,0, 600); //
- AddStaticVehicleEx(581,-345.9280,1513.9819,75.0940,358.6518,151,1, 600); //
- AddStaticVehicleEx(581,-342.9838,1513.7279,75.0955,358.4877,131,1, 600); //
- AddStaticVehicleEx(461,-339.7004,1513.7311,75.0932,355.1886,181,1, 600); //
- AddStaticVehicleEx(461,-336.6385,1514.1401,75.1001,357.3165,152,1, 600); //
- AddStaticVehicleEx(461,-333.4041,1513.8295,75.0888,2.4917,153,1, 600); //
- AddStaticVehicleEx(461,-330.1677,1513.7179,75.0893,0.4408,154,1, 600); //
- AddStaticVehicleEx(461,-327.0828,1514.0406,75.0137,5.6882,155,1, 600); //
- AddStaticVehicleEx(461,-323.9569,1514.0394,75.0995,1.1002,156,1, 600); //
- AddStaticVehicleEx(468,-320.8865,1513.9849,75.0921,1.1196,157,1, 600); //
- AddStaticVehicleEx(468,-317.6474,1514.5974,75.1055,2.6097,158,1, 600); //
- AddStaticVehicleEx(468,-314.6445,1514.8912,74.9401,354.3329,151,6, 600); //
- //fost NRG-500
- AddStaticVehicleEx(522,-892.2671,2001.4296,60.4791,127.4625,151,1, 600); //
- AddStaticVehicleEx(522,-894.4138,2003.5054,60.4773,127.4624,152,1, 600); //
- AddStaticVehicleEx(522,-895.8375,2006.3514,60.4775,128.2570,153,1, 600); //
- AddStaticVehicleEx(522,-898.0710,2008.6217,60.4775,127.4623,154,1, 600); //
- AddStaticVehicleEx(522,-899.7077,2011.2308,60.4774,130.6376,155,1, 600); //
- AddStaticVehicleEx(522,-901.6752,2013.6556,60.4775,133.4156,156,1, 600); //
- AddStaticVehicleEx(522,-903.9107,2016.0557,60.4773,134.2095,157,1, 600); //
- AddStaticVehicleEx(522,-905.8643,2018.3031,60.4861,126.6639,158,0, 600); //
- AddStaticVehicleEx(522,-908.4020,2020.8414,60.4824,133.0177,159,0, 600); //
- AddStaticVehicleEx(522,-910.8670,2023.5771,60.4860,133.4146,160,0, 600); //
- AddStaticVehicleEx(522,-912.8957,2025.8680,60.4775,128.2561,161,0, 600); //
- AddStaticVehicleEx(522,-915.5560,2028.7900,60.4773,134.2095,162,0, 600); //
- AddStaticVehicleEx(522,-918.0766,2030.8195,60.4774,130.2407,163,0, 600); //
- AddStaticVehicleEx(522,-920.0549,2033.8671,60.4769,135.4002,164,1, 600); //
- AddStaticVehicleEx(522,-922.4995,2036.1056,60.4773,129.0504,0,0, 600); //
- AddStaticVehicleEx(522,-925.0872,2038.7826,60.4773,132.2249,0,6, 600); //
- AddStaticVehicleEx(409,1481.3287,-1737.7688,13.2600,91.4629,0,0, 600); //
- //==========================================OBIECTE=====================================================//
- //* Porti masini even-turi DTrack, BBowl, Track8
- CreateObject(10246, 2616.40625, 2831.0886230469, 11.557998657227, 0, 0, 0);
- CreateObject(10246, 2616.40625, 2831.0886230469, 15, 0, 0, 0);
- CreateObject(10246, 2539.3608398438, 2823.4135742188, 11.557998657227, 0, 0, 180);
- CreateObject(10246, 2539.3608398438, 2823.4135742188, 15, 0, 0, 180);
- /*
- ________________________
- 165 - Civil Vehicles |
- ======================= |
- 360 - Faction Vehicles |
- ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
- */
- for(new h = 1; h <= totalhouses; h++) // = Houses =
- {
- if(HouseInfo[h][hOwned] == 0)
- {
- AddStaticPickup(1273, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]/*,ALL_VIRTUAL_WORLDS*/);
- /*format(string,sizeof(string),"[ID: %d]\nAceasta casa este de vanzare\n\tPret: %s$",h,GroupDigit(HouseInfo[h][hBuyPrice]));
- HouseLabel[h] = Create3DTextLabel(string,0xE64F4FAA, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez], 25.0, 0, 1);*/
- }
- else
- {
- AddStaticPickup(1314, 1, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez]/*,ALL_VIRTUAL_WORLDS*/);
- /*format(string,sizeof(string),"[ID: %d]\nAceasta casa ii apartine lui %s",h,HouseInfo[h][hOwner]);
- HouseLabel[h] = Create3DTextLabel(string, 0xF5F56FAA, HouseInfo[h][hEntrancex], HouseInfo[h][hEntrancey], HouseInfo[h][hEntrancez], 25.0, 0, 1);*/
- }
- }
- for(new bb = 1; bb <= totalbizz; bb++) // == Buissiness ==
- {
- if(BizzInfo[bb][bOwned] == 0)
- {
- if(bb == 1) continue; // The LS Bank
- AddStaticPickup(1272, 1, BizzInfo[bb][bEntranceX], BizzInfo[bb][bEntranceY], BizzInfo[bb][bEntranceZ]/*,ALL_VIRTUAL_WORLDS*/);
- format(string,sizeof(string),"[ID: %d]\nAcest bizz este de vanzare\n\tPret: %s$",bb,GroupDigit(BizzInfo[bb][bBuyPrice]));
- BizzLabel[bb] = Create3DTextLabel(string,0xB09FD1AA, BizzInfo[bb][bEntranceX], BizzInfo[bb][bEntranceY], BizzInfo[bb][bEntranceZ], 25.0, 0, 1);
- }
- else
- {
- if(bb == 1) continue; // The LS Bank
- AddStaticPickup(1239, 1, BizzInfo[bb][bEntranceX], BizzInfo[bb][bEntranceY], BizzInfo[bb][bEntranceZ]/*,ALL_VIRTUAL_WORLDS*/);
- format(string,sizeof(string),"[ID: %d]\nAcest bizz ii apartine lui %s",bb,BizzInfo[bb][bOwner]);
- BizzLabel[bb] = Create3DTextLabel(string, 0xA0D784AA, BizzInfo[bb][bEntranceX], BizzInfo[bb][bEntranceY], BizzInfo[bb][bEntranceZ], 25.0, 0, 1);
- }
- }
- for(new s = 1; s <= totalsbizz; s++) // === SBuissiness ===
- {
- if(SBizzInfo[s][sbOwned] == 0)
- { // Plate Numbers LV
- if(s == 14) { AddStaticPickup(1318, 1, SBizzInfo[14][sbEntranceX],SBizzInfo[14][sbEntranceY],SBizzInfo[14][sbEntranceZ],ALL_VIRTUAL_WORLDS); continue; }
- AddStaticPickup(1272, 2, SBizzInfo[s][sbEntranceX], SBizzInfo[s][sbEntranceY], SBizzInfo[s][sbEntranceZ],ALL_VIRTUAL_WORLDS);
- format(string,sizeof(string),"[ID: %d]\nAcest sbizz este de vanzare\n\tPret: %s$",s,GroupDigit(SBizzInfo[s][sbBuyPrice]));
- SBizzLabel[s] = Create3DTextLabel(string,0x8CE2E8AA, SBizzInfo[s][sbEntranceX], SBizzInfo[s][sbEntranceY], SBizzInfo[s][sbEntranceZ], 25.0, 0, 1);
- }
- else
- { // Plate Numbers LV
- if(s == 14) { AddStaticPickup(1318, 1, SBizzInfo[14][sbEntranceX],SBizzInfo[14][sbEntranceY],SBizzInfo[14][sbEntranceZ],ALL_VIRTUAL_WORLDS); continue; }
- AddStaticPickup(1239, 1, SBizzInfo[s][sbEntranceX], SBizzInfo[s][sbEntranceY], SBizzInfo[s][sbEntranceZ],ALL_VIRTUAL_WORLDS);
- format(string,sizeof(string),"[ID: %d]\nAcest sbizz ii apartine lui %s",s,SBizzInfo[s][sbOwner]);
- SBizzLabel[s] = Create3DTextLabel(string, 0xF38963AA, SBizzInfo[s][sbEntranceX], SBizzInfo[s][sbEntranceY], SBizzInfo[s][sbEntranceZ], 25.0, 0, 1);
- }
- }
- // == MODEL ==
- // 1239 - i
- // 1240 - Heart
- // 1274 - $
- // 1313 - Two skulls
- // 1314 - Two red men
- // 1318 - Arrow
- // 1279 - Package White
- // 1575 - Package White-Black
- // 1576 - Package Orange
- // 1577 - Package Yellow
- // 1578 - Package Green
- // 1579 - Package Blue
- // 1580 - Package Red
- // == TYPE ==
- // 1 - Without respawn
- // 2 - With respawn
- AddStaticPickup(1239,1, 246.9308,1930.5734,17.6481);// Airport
- AddStaticPickup(1239,1, 249.9578,1935.3212,17.6406);// si Base pentru NG
- AddStaticPickup(1239,1, 1786.5703,-1301.0165,13.6712); // Scoala LS
- AddStaticPickup(1239,1, -1703.1191,16.9075,3.5547);
- AddStaticPickup(1239,1, 1671.2185,716.8229,10.8203);
- AddStaticPickup(1318,1,-2111.2754,-444.699,38.734); // Track8 San Fiero
- AddStaticPickup(1318,1,1088.2983,1602.9866,5.8203); // DTrack Las Venturas
- AddStaticPickup(1318,1,2057.2795,-1907.8834,13.5469); // LS Getlicense
- AddStaticPickup(1239,1,822.1855,1.8713,1004.1797); // Inside Track - Horse Races Place - Buy Ticket(s)
- AddStaticPickup(1239,1,1706.7139,949.9765,10.8203); // Underground Street Tunning - Interior Place
- AddStaticPickup(1239,1,1045.5585,-1028.7587,32.1016); // Underground Street Tunning - Tunning Place LS
- AddStaticPickup(1239,1,1634.1382,982.5402,10.8203); // Underground Street Tunning - Tunning Place LV
- AddStaticPickup(1239,1,1765.3002,-2286.4575,26.7960); // Underground Street Tunning - heli service
- AddStaticPickup(1239,1,1685.7465,-2334.3564,13.5469); // Airport LS
- AddStaticPickup(1239,1,-1421.8843,-287.8965,14.1484); // Airport SF
- AddStaticPickup(1239,1,1664.4711,1423.5420,10.78412); // Airport LV
- AddStaticPickup(1318,1,765.9430,14.6624,1000.7002); // Los Santos - Fight style: Box
- AddStaticPickup(1318,1,768.0906,-30.2064,1000.5859); // San Fiero - Fight style: Kung Fu
- AddStaticPickup(1318,1,771.9702,-65.3627,1000.7184); // Las Venturas - Fight style: Kneehead
- AddStaticPickup(1313,1,1106.6821,-2026.9039,69.0078); // The Mafia - Train
- AddStaticPickup(1313,1,2633.5879,1721.4146,11.0234); // The Triads - Train
- AddStaticPickup(1313,1,1081.1581,-344.5117,73.9822); // Hitman - Train
- AddStaticPickup(1313,1,1865.9910,-1997.7725,13.5469); // VLA - Train
- AddStaticPickup(1313,1,2486.2959,-1645.4482,14.077); // Grove - Train
- AddStaticPickup(1313,1,2158.3071,-1470.1859,25.539); // Ballas - Train
- AddStaticPickup(1313,1,1685.4620,2295.9883,10.8203); // DNB - Train
- AddStaticPickup(1313,1,2786.5393,-1926.1018,13.546); // LSV - Train
- AddStaticPickup(1313,1,687.1786,-444.91701,16.3359); // Bikers - Train
- AddStaticPickup(1239,1,-2052.2212,453.0614,35.1719); // News reporters SF
- AddStaticPickup(1239,1,-1115.5614,335.0945,1.9609); // Climb1
- AddStaticPickup(1239,1,-1182.3754,60.5838,1.9609); // Climb2
- AddStaticPickup(1239,1,-1081.4314,-207.8419,1.9609); // Climb3
- AddStaticPickup(1239,1,-1153.9714,-476.8108,1.9609); // Climb4
- AddStaticPickup(1239,1,-1361.0776,-696.7604,1.9609); // Climb5
- AddStaticPickup(1239,1,-1603.2706,-696.9283,1.9609); // Climb6
- AddStaticPickup(1239,1,-1164.9543,370.2143,1.9609); // Climb7
- AddStaticPickup(1239,1,-1444.8612,90.7011,1.9609); // Climb8
- AddStaticPickup(1239,1,-1619.2595,-83.4996,1.9609); // Climb9
- AddStaticPickup(1239,1,-1736.8163,-445.8732,1.9609); // Climb10
- AddStaticPickup(1239,1,293.6826,188.2749,1007.1719); // FBI - LS Jail
- AddStaticPickup(1239,1,366.6560,158.8689,1008.3828); // Elevator -Mayor- DOWN
- AddStaticPickup(1239,1,350.0871,177.6458,1019.9844); // Elevator -Mayor- UP
- AddStaticPickup(1239,1,-2719.6226,-318.8026,7.8438); // Church LS - SF
- AddStaticPickup(1239,1,-1988.7532,1117.9116,54.472); // Church SF
- AddStaticPickup(1239,1,2489.7893,918.6391,11.02346); // Church LV
- AddStaticPickup(1239,1,1873.0673,-1996.4823,13.5544); // Varrios Los Aztecas Weapons
- AddStaticPickup(1239,1,2519.4146,-1673.2747,14.496); // Grove Weapons
- AddStaticPickup(1239,1,2145.8481,-1473.4209,25.546); // Ballas Weapons
- AddStaticPickup(1239,1,1698.6931,2298.9539,10.8203); // Da Nang Boys Weapons
- AddStaticPickup(1239,1,2752.2817,-1962.4196,13.546); // Vagos Weapons
- AddStaticPickup(1239,1,694.7906,-455.8949,16.33598); // Bikers Weapons
- AddStaticPickup(1274,1,207.5078,-100.7485,1005.2578); // Binco SHOP
- AddStaticPickup(1274,1,203.8472,-43.6700,1001.80471); // Suburban SHOP
- AddStaticPickup(1274,1,206.5535,-7.8922,1001.210932); // Victim SHOP
- AddStaticPickup(1274,1,161.4350,-83.7294,1001.80471); // ZIP Shop
- AddStaticPickup(1274,1,204.3705,-159.7757,1000.5234); // DS Shop
- AddStaticPickup(1239,1,1925.2296,-2111.1348,-19.3109); // Medic Injections
- AddStaticPickup(1579,1,1860.3630,-1995.9014,13.5469); // VLA Package /matswithdraw
- AddStaticPickup(1578,1,2493.1099,-1710.6869,1014.74); // Grove Package /matswithdraw
- AddStaticPickup(1580,1,2142.9460,-1463.5748,25.5391); // Ballas Package /matswithdraw
- AddStaticPickup(1575,1,1677.3822,2335.6309,10.8203); // Da Nang Boys Package /matswithdraw
- AddStaticPickup(1577,1,2750.6045,-1941.8109,13.5469); // Vagos Package /matswithdraw
- AddStaticPickup(1576,1,-223.0208,1411.1342,27.77347); // Bikers Package /matswithdraw
- AddStaticPickup(1239,1,1473.6998,-1615.2374,-1.3292); // UST Seif /retrage
- AddStaticPickup(1239, 1, 681.5233,-473.6631,16.53638); // Bikers HQ
- AddStaticPickup(1581, 1, 1530.1610,-1665.4686,6.2188); // /repaircar
- AddStaticPickup(1239, 1, -1904.3218,273.9896,41.0469); // /repairmycar SF
- AddStaticPickup(1239, 1, 1025.1198,-1032.1824,31.9284); // /repairmycar LS
- AddStaticPickup(1239, 1, 1965.0742,2163.0256,10.8203); // /repairmycar LV
- AddStaticPickup(371, 2, 315.9138,974.6494,1961.2938,ALL_VIRTUAL_WORLDS); // Andromada Parachute
- AddStaticPickup(1318, 1, -2034.6047,148.5186,28.8359); // 24-7 Gara
- AddStaticPickup(1240, 2, 1930.9253,-2103.2505,-18.3252); // Heart Hospital
- AddStaticPickup(1239, 1, 1173.2563,-1323.3102,15.3943); // Los Santos Hospital /enter
- AddStaticPickup(1239, 1, -2655.0415,639.6581,14.4545); // San Fiero Hospital /enter
- AddStaticPickup(1274, 1, 1463.1312,-1013.5607,26.843); // Los Santos Bank
- AddStaticPickup(1274, 1, 2474.565,1024.0625,10.8203); // Las Venturas Bank
- AddStaticPickup(1239, 1, 1607.5793,1816.2894,10.8203); // goup Medic LV
- AddStaticPickup(1239, 1, 1583.6154,1768.9753,10.8203); // goup Medic LV
- AddStaticPickup(1239, 1, 1607.2870,1815.5591,30.4688); // godown Medic LV
- AddStaticPickup(1239, 1, 2017.0452,1007.7471,39.0911); // godown Mafia
- AddStaticPickup(1239, 1, 2277.5891,2459.1016,38.6837); // godown FBI
- AddStaticPickup(1239, 1, 2295.9319,2451.6865,10.8203); // FBI Armoury
- CreateDynamicPickup(1239, 23, 1568.8281,-1690.3094,5.8906, -1, -1,-1,100.0);//sapa
- AddStaticPickup(1239, 1, 241.2012,109.0566,1003.2188); // PD EXIT ARMOURY
- AddStaticPickup(1239, 1, 2296.4434,2468.6506,10.8203); // FBI /goup
- AddStaticPickup(1239, 1, 1123.3037,-2036.8541,69.8934); // Mafia Interior & go up
- AddStaticPickup(1239, 1, 2633.6328,1716.5708,11.0234); // Triads Interior
- AddStaticPickup(1239, 1, 356.7138,173.5667,1008.3821); // DMV
- AddStaticPickup(1239, 1, 1525.2076,-1677.9250,5.8906);// /civskin & /dutyskin & /elevator LS
- AddStaticPickup(1239, 1, -1606.2512,672.2787,-5.2422);// /eleveator SF
- AddStaticPickup(1239, 1, 87.5896,1921.0145,17.8577);// /inside NG
- AddStaticPickup(1239, 1, 107.8239,1920.8734,18.5447);// /outside NG
- AddStaticPickup(1239, 1, 1780.3608,-1258.8300,14.9148);// goup at News Reporter
- AddStaticPickup(1239, 1, 1767.7200,-1242.7799,35.2531);// /godown at News Reporter
- AddStaticPickup(1239, 1, 2024.3469,-1404.3801,17.2012);// /goup Ambulance
- AddStaticPickup(1239, 1, 242.0377,1861.4764,14.0840);// /armour for NG
- AddStaticPickup(1239, 1, 211.4691,1812.0636,21.8594);// /camera for NG
- AddStaticPickup(358, 1, 251.6591,117.5315,1003.2188);// Sniper for F.B.I
- AddStaticPickup(1242, 1, 250.7494,107.9755,1003.2188); // Swat Armour Armory
- AddStaticPickup(1239, 1, 72.8898,-1524.8215,4.7746); // Barrier 1
- AddStaticPickup(1239, 1, 46.2385,-1540.5121,5.1934); // Barrier 2
- AddStaticPickup(1239, 1, -79.4910,-889.6276,15.8130); // Barrier Jail 1 ls
- AddStaticPickup(1239, 1, -80.6891,-910.2766,17.5131); // Barrier Jail 2 sf
- AddStaticPickup(1239, 1, 1740.4738,540.8184,26.8948); // Barrier LS-LV 1
- AddStaticPickup(1239, 1, 1742.9250,520.4514,27.9801); // Barrier LV-LS 2
- AddStaticPickup(1239, 1, 1009.0114,-929.9988,42.3281); // ATM LS
- AddStaticPickup(1239, 1, -1973.1016,117.8849,27.6875); // ATM SF
- AddStaticPickup(1239, 1, 2053.5166,2097.2778,11.0579); // ATM LV
- AddStaticPickup(1239, 1, 1756.2936,-1944.6252,13.565); // ATM Unity Station
- AddStaticPickup(1239, 1, 2405.2649,-1239.4272,23.812); // ATM Pig Pen
- AddStaticPickup(1239, 1, 648.7203,-520.1447,16.33595); // ATM Village
- AddStaticPickup(1239, 1, -2518.7200,2340.0867,4.9844); // ATM Bayside
- AddStaticPickup(1247, 1, -972.3929,1060.9846,1345.6688); // Train Battelfield Exit I
- AddStaticPickup(1247, 1, -1132.7623,1057.8795,1346.410); // Train Battelfield Exit II
- AddStaticPickup(1247, 1, 240.8511,112.9492,1003.218823); // Train Battelfield
- AddStaticPickup(1239, 1, 359.5408,206.7693,1008.38281); // Detective Registration
- AddStaticPickup(1239, 1, 347.7374,193.7241,1014.18752); // Lawyer Registration
- AddStaticPickup(1239, 1, 2501.0537,-1759.1688,13.5061); // CarJacker Registration
- AddStaticPickup(1239, 1, 1366.4325,-1275.2096,13.5469); // ArmsDealer Registration
- AddStaticPickup(1239, 1, 2772.8992,-2411.1289,13.6316); // Trucker Registration
- AddStaticPickup(1239, 1, -2058.3813,459.8389,35.17192); // News Reporter Registration
- AddStaticPickup(1239, 1, 915.3094,-1235.2273,17.2109); // Taximetrist Registration
- AddStaticPickup(1239, 1, 323.0342,1118.5804,1083.8828); // Getting Drugs for DrugDealers
- AddStaticPickup(1239, 1, -1968.7349,162.2776,27.6875); // Conductor de tren Registration (get job)
- AddStaticPickup(1239, 1, 1153.2047,-1769.7202,16.4354); // Gunoier Registration (get job)
- AddStaticPickup(1239, 1, 2029.5945,-1404.6426,17.251); // Hospital 2 near speedway
- AddStaticPickup(1239, 1, 253.9280,69.6094,1003.64063); // Clear icon in Police Station
- AddStaticPickup(1239, 1, 1480.9496,-1770.4620,18.795); // City Hall
- AddStaticPickup(1239, 1, 1381.0413,-1088.8511,27.390); // Bill Board (old Job Department)
- AddStaticPickup(1239, 1, -2153.9172,-252.7036,36.5156); // Materials Package get San Fiero
- AddStaticPickup(1239, 1, 959.1522,2142.3850,1011.019); // Materials Package deliver San Fiero
- AddStaticPickup(1239, 1, 1073.0619,-344.5148,73.9922); // Hitman Agency entrance
- AddStaticPickup(1239, 1, 1476.2972,2247.6304,11.0234); // Pickup hockey
- AddStaticPickup(1239, 1, 2490.0393,2064.4536,10.8203); // /ad point Las Venturas
- AddStaticPickup(371, 2, 1544.2,-1353.4,329.4,ALL_VIRTUAL_WORLDS); //LS towertop
- AddStaticPickup(371, 2, 1536.0, -1360.0, 1150.0,ALL_VIRTUAL_WORLDS); //LS towertop
- AddStaticPickup(1242, 2, 1527.5,-12.1,1002.0,ALL_VIRTUAL_WORLDS); // binco armour
- AddStaticPickup(1240, 2, 279.3000,1853.5619,8.7649,ALL_VIRTUAL_WORLDS); // area51 health
- for(new i = 0; i < sizeof(TurfInfo); i++)
- {
- Turfs[i] = GangZoneCreate(TurfInfo[i][zMinX],TurfInfo[i][zMinY],TurfInfo[i][zMaxX],TurfInfo[i][zMaxY]);
- }
- new randa = random(sizeof(RandCars));
- randa = random(sizeof(RandCars)); carselect[0] = RandCars[randa][0];
- randa = random(sizeof(RandCars)); carselect[1] = RandCars[randa][0];
- randa = random(sizeof(RandCars)); carselect[2] = RandCars[randa][0];
- randa = random(sizeof(RandCars)); carselect[3] = RandCars[randa][0];
- randa = random(sizeof(RandCars)); carselect[4] = RandCars[randa][0];
- randa = random(sizeof(RandCars)); carselect[5] = RandCars[randa][0];
- randa = random(sizeof(RandCars)); carselect[6] = RandCars[randa][0];
- randa = random(sizeof(RandCars)); carselect[7] = RandCars[randa][0];
- randa = random(sizeof(RandCars)); carselect[8] = RandCars[randa][0];
- randa = random(sizeof(RandCars)); carselect[9] = RandCars[randa][0];
- randa = random(sizeof(RandCars)); carselect[10] = RandCars[randa][0];
- randa = random(sizeof(RandCars)); carselect[11] = RandCars[randa][0];
- randa = random(sizeof(RandCars)); carselect[12] = RandCars[randa][0];
- randa = random(sizeof(RandCars)); carselect[13] = RandCars[randa][0];
- carselect[14] = 431; // coach
- if (realtime)
- {
- new tmphour;
- new tmpminute;
- new tmpsecond;
- gettime(tmphour, tmpminute, tmpsecond);
- FixHour(tmphour);
- tmphour = shifthour;
- SetWorldTime(tmphour);
- }
- Create3DTextLabel("Tasteaza /beer",0xD1D632FF,345.2051,-1820.8427,4.3783,10.0,0); // Beer,Wine,Sprun,Smoke Bar Plaja
- Create3DTextLabel("Tasteaza /beer",0xD1D632FF,-1981.3099,399.1835,2.5010,10.0,0); // Beer,Wine,Sprun,Smoke Bowling
- Create3DTextLabel("Tasteaza /beer",0xD1D632FF,-2656.3008,1410.2981,906.9000,4.0,0); // Beer Jizzy
- Create3DTextLabel("Tasteaza /wine",0xD1D632FF,-2659.1980,1407.4199,906.9000,4.0,0); // Wine Jizzy
- Create3DTextLabel("Tasteaza /sprunk",0xD1D632FF,-2662.0046,1410.2354,906.9000,4.0,0); // Sprunk Jizzy
- Create3DTextLabel("Tasteaza /smoke",0xD1D632FF,-2659.1467,1413.1215,906.9000,4.0,0); // Smoke Jizzy
- Create3DTextLabel("Tasteaza /water",0x5091D1FF,-455.7863,-210.2044,979.9018,4.0,0); // The Bank
- Create3DTextLabel("Tasteaza /water",0x5091D1FF,-464.7942,-221.9774,980.0123,4.0,0); // The Bank
- Create3DTextLabel("Tasteaza /water",0x5091D1FF,-2028.0430,-119.001,1035.171,4.0,0); // School Instructor SF
- Create3DTextLabel("Tasteaza /beer , /wine , /sprunk or /smoke",0xE05541FF,-1973.59,171.16,28.68,5.0,0); // San Fiero Statopn
- Create3DTextLabel("Tasteaza /beer , /wine , /sprunk or /smoke",0xE05541FF,359.3555,-2031.8071,7.8359,5.0,0); // LS Beach
- Create3DTextLabel("Membrii The Triads",0x3C94C4FF,-2192.3198,634.8034,55.4842,10.0,0);
- TriadsMembers = Create3DTextLabel("T_Members",0xE34D48FF,-2192.3198,634.8034,55.1000,10.0,0);
- new String[0x400],StringRead[28],Str[24];
- new File:IPfile;
- if((IPfile = fopen("Members.txt",io_read)))
- {
- while(fread(IPfile,StringRead))
- {
- FixChars(StringRead);
- for(new i = 0, j = strlen(StringRead); i < j; i++)
- if(StringRead[i] == '\n' || StringRead[i] == '\r') StringRead[i] = '\0';
- format(Str,sizeof(Str),"%s\n",StringRead);
- strins(String,Str,0);
- }
- fclose(IPfile);
- }
- Update3DTextLabelText(TriadsMembers,0xE34D48FF,String);
- WStar7 = CreateWantedStar(7);
- WStar8 = CreateWantedStar(8);
- WStar9 = CreateWantedStar(9);
- WStar10 = CreateWantedStar(10);
- InitializeTimers(create);
- for(new i = 0, j = sizeof(CarSpawns); i < j; i++)
- AddCar(i);
- /*LoadPersonalVehicles();*/
- for(new v = 1; v < MAX_VEHICLES; v++)
- Gas[v] = GetLiters(v);
- CarInit();
- Statics();
- InitializeHorseRace();
- printf("Time taken to execute OnGameModeInit: %d miliseconds", GetTickCount() - count);
- return 1;
- }
- public OnGameModeExit()
- {
- for(new i = 0; i < sizeof(HorseMoving); i++) TextDrawDestroy(HorseMoving[i]);
- for(new in = 0; in < sizeof(Intro); in++) TextDrawDestroy(Intro[in]);
- for(new l = 0; l < sizeof(LottoText); l++) TextDrawDestroy(LottoText[l]);
- for(new w = 0; w < sizeof(WantedT); w++) TextDrawDestroy(WantedT[w]);
- for(new j = 0; j < sizeof(TJobs); j++) TextDrawDestroy(TJobs[j]);
- for(new bs = 0; bs < sizeof(BoxStyle); bs++) TextDrawDestroy(BoxStyle[bs]);
- for(new k = 0; k < sizeof(KungFUStyle); k++) TextDrawDestroy(KungFUStyle[k]);
- for(new t = 0; t < sizeof(TricksFight); t++) TextDrawDestroy(TricksFight[t]);
- for(new hr = 0; hr < sizeof(HorseRaces); hr++) TextDrawDestroy(HorseRaces[hr]);
- for(new hw = 0; hw < sizeof(HorseWinner); hw++) TextDrawDestroy(HorseWinner[hw]);
- for(new lw = 0; lw < sizeof(LogWait); lw++) TextDrawDestroy(LogWait[lw]);
- for(new ks = 0; ks < sizeof(KneeheadStyle); ks++) TextDrawDestroy(KneeheadStyle[ks]);
- for(new lml; lml < sizeof(LkmLogo); lml++) TextDrawShowForAll(LkmLogo[lml]);
- for(new hrc; hrc < sizeof(HorseRaces); hrc++) TextDrawShowForAll(HorseRaces[hrc]);
- for(new z; z < sizeof(Zaruri[]); z++)
- {
- TextDrawDestroy(Zaruri[0][z]);
- TextDrawDestroy(Zaruri[1][z]);
- }
- #if defined MENUSYSTEM
- DestroyMenu(MAdmin);
- DestroyMenu(MPMode);
- DestroyMenu(MPrize);
- DestroyMenu(MDyna);
- DestroyMenu(MBuild);
- DestroyMenu(MLaps);
- DestroyMenu(MRace);
- DestroyMenu(MRacemode);
- DestroyMenu(MFee);
- DestroyMenu(MCPsize);
- DestroyMenu(MDelay);
- #endif
- DestroyMenu(TuningMenu);
- DestroyMenu(TuningMenu1);
- DestroyMenu(Paintjobs);
- DestroyMenu(Colors);
- DestroyMenu(Colors1);
- DestroyMenu(Exhausts);
- DestroyMenu(Frontbumper);
- DestroyMenu(Rearbumper);
- DestroyMenu(Roof);
- DestroyMenu(Spoilers);
- DestroyMenu(Sideskirts);
- DestroyMenu(Bullbars);
- DestroyMenu(Wheels);
- DestroyMenu(Wheels1);
- DestroyMenu(Carstereo);
- DestroyMenu(Hydraulics);
- DestroyMenu(Nitro);
- TextDrawDestroy(Text: Sapca);
- TextDrawDestroy(Text: Version);
- TextDrawDestroy(Text: WStar7);
- TextDrawDestroy(Text: WStar8);
- TextDrawDestroy(Text: WStar9);
- TextDrawDestroy(Text: WStar10);
- TextDrawDestroy(Text: HorseTimeLeft);
- TextDrawDestroy(Text: Box1);
- TextDrawDestroy(Text: Box2);
- TextDrawDestroy(Text: Forum);
- TextDrawDestroy(Text: Players);
- TextDrawDestroy(Text: MotorPornit);
- TextDrawDestroy(Text: BlackScreen);
- TextDrawDestroy(Text:radiozuu);
- TextDrawDestroy(Text:infopro);
- TextDrawDestroy(Text:kissfm);
- TextDrawDestroy(Text:radiosuper);
- TextDrawDestroy(Text:radiomanele);
- for(new p=0; p<MAX_PLAYERS; p++)
- {
- TextDrawDestroy(Text: CarStatics[p]);
- TextDrawDestroy(Text: VehicleName[p]);
- TextDrawDestroy(Text: MyName[p]);
- TextDrawDestroy(Text: LogPlayerWait[p]);
- }
- print("ManiacX SA:MP Server");
- mysql_close();
- return 1;
- }
Add Comment
Please, Sign In to add comment