Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 21.27 KB | None | 0 0
  1. public OnGameModeInit()
  2. {
  3.     new string[128];
  4.  
  5.     connectionID = mysql_connect(MYSQL_HOSTNAME, MYSQL_USERNAME, MYSQL_DATABASE, MYSQL_PASSWORD);
  6.  
  7.     if(mysql_errno(connectionID))
  8.     {
  9.         print("[ERROR] - Unable to establish a connection with the MySQL server...");
  10.         SendRconCommand("exit");
  11.         return 0;
  12.     }
  13.  
  14.     radioConnectionID = mysql_connect(MYSQL_HOSTNAME, MYSQL_USERNAME, "shoutcast", MYSQL_PASSWORD);
  15.  
  16.     if(mysql_errno(radioConnectionID))
  17.     {
  18.         print("[WARNING] - Couldn't connect to radio station database... server will continue to operate normally.");
  19.         radioConnectionID = 0;
  20.     }
  21.  
  22.     for(new i = 0; i < MAX_VEHICLES; i ++)
  23.     {
  24.         ResetVehicle(i);
  25.     }
  26.  
  27.     mysql_tquery(connectionID, "TRUNCATE TABLE shots");
  28.     mysql_tquery(connectionID, "SELECT * FROM houses", "OnQueryFinished", "ii", THREAD_LOAD_HOUSES, 0);
  29.     mysql_tquery(connectionID, "SELECT * FROM furniture", "OnQueryFinished", "ii", THREAD_LOAD_FURNITURE, 0);
  30.     mysql_tquery(connectionID, "SELECT * FROM garages", "OnQueryFinished", "ii", THREAD_LOAD_GARAGES, 0);
  31.     mysql_tquery(connectionID, "SELECT * FROM businesses", "OnQueryFinished", "ii", THREAD_LOAD_BUSINESSES, 0);
  32.     mysql_tquery(connectionID, "SELECT * FROM entrances", "OnQueryFinished", "ii", THREAD_LOAD_ENTRANCES, 0);
  33.     mysql_tquery(connectionID, "SELECT * FROM factions", "OnQueryFinished", "ii", THREAD_LOAD_FACTIONS, 0);
  34.     mysql_tquery(connectionID, "SELECT * FROM factionranks", "OnQueryFinished", "ii", THREAD_LOAD_FACTIONRANKS, 0);
  35.     mysql_tquery(connectionID, "SELECT * FROM factionskins", "OnQueryFinished", "ii", THREAD_LOAD_FACTIONSKINS, 0);
  36.     mysql_tquery(connectionID, "SELECT * FROM factionpay", "OnQueryFinished", "ii", THREAD_LOAD_FACTIONPAY, 0);
  37.     mysql_tquery(connectionID, "SELECT * FROM divisions", "OnQueryFinished", "ii", THREAD_LOAD_DIVISIONS, 0);
  38.     mysql_tquery(connectionID, "SELECT * FROM lands", "OnQueryFinished", "ii", THREAD_LOAD_LANDS, 0);
  39.     mysql_tquery(connectionID, "SELECT * FROM landobjects", "OnQueryFinished", "ii", THREAD_LOAD_LANDOBJECTS, 0);
  40.     mysql_tquery(connectionID, "SELECT * FROM vehicles WHERE ownerid = 0", "OnQueryFinished", "ii", THREAD_LOAD_VEHICLES, 0);
  41.     mysql_tquery(connectionID, "SELECT * FROM gangs", "OnQueryFinished", "ii", THREAD_LOAD_GANGS, 0);
  42.     mysql_tquery(connectionID, "SELECT * FROM gangranks", "OnQueryFinished", "ii", THREAD_LOAD_GANGRANKS, 0);
  43.     mysql_tquery(connectionID, "SELECT * FROM gangskins", "OnQueryFinished", "ii", THREAD_LOAD_GANGSKINS, 0);
  44.     mysql_tquery(connectionID, "SELECT * FROM points", "OnQueryFinished", "ii", THREAD_LOAD_POINTS, 0);
  45.     mysql_tquery(connectionID, "SELECT * FROM turfs", "OnQueryFinished", "ii", THREAD_LOAD_TURFS, 0);
  46.  
  47.     SetGameModeText("LL:RP "SERVER_REVISION);
  48.     SetWeather(gWeather);
  49.     SetNameTagDrawDistance(30.0);
  50.     //ShowPlayerMarkers(0);
  51.     EnableStuntBonusForAll(0);
  52.     UsePlayerPedAnims();
  53.     DisableInteriorEnterExits();
  54.     ManualVehicleEngineAndLights();
  55.     SetDoubleXP(0);
  56.  
  57.     Streamer_SetVisibleItems(STREAMER_TYPE_OBJECT, 1000);
  58.     Streamer_TickRate(20);
  59.  
  60.     // Materials pickup 1
  61.     CreateDynamic3DTextLabel("Materials pickup 1\nCost: $150\n/smugglemats to begin.", COLOR_YELLOW, 1421.6913, -1318.4719, 13.5547, 10.0);
  62.     CreateDynamicPickup(1318, 1, 1421.6913, -1318.4719, 13.5547);
  63.  
  64.     // Materials pickup 2
  65.     CreateDynamic3DTextLabel("Materials pickup 2\nCost: $150\n/smugglemats to begin.", COLOR_YELLOW, 2393.4885, -2008.5726, 13.3467, 10.0);
  66.     CreateDynamicPickup(1318, 1, 2393.4885, -2008.5726, 13.3467);
  67.  
  68.     // Hospital exit
  69.     CreateDynamic3DTextLabel("(( /exit ))", COLOR_GREY2, -45.3173, 157.9171, 999.0613, 20.0);
  70.  
  71.     CreateDynamic3DTextLabel("Loading dock\n/load and pick a load\nto begin delivery.", COLOR_YELLOW, -63.4372, -1121.4932, 1.1103, 10.0);
  72.     CreateDynamicPickup(1239, 1, -63.4372, -1121.4932, 1.1103);
  73.  
  74.     CreateDynamic3DTextLabel("Mechanic components\n/buycomps to purchase.", COLOR_YELLOW, 2330.0369, -2315.4553, 13.5469, 10.0);
  75.     CreateDynamicPickup(1239, 1, 2330.0369, -2315.4553, 13.5469);
  76.  
  77.     CreateDynamic3DTextLabel("Drivers test\nCost: $500\n/taketest to begin.", COLOR_YELLOW, -2033.2953, -117.4508, 1035.1719, 10.0);
  78.     CreateDynamicPickup(1239, 1, -2033.2953, -117.4508, 1035.1719);
  79.  
  80.     CreateDynamic3DTextLabel("Grotti dealership\n/buyvehicle to view catalog.\n/upgradevehicle for upgrades.", COLOR_YELLOW, 542.0433, -1293.5909, 17.2422, 10.0);
  81.     CreateDynamicPickup(1274, 1, 542.0433, -1293.5909, 17.2422);
  82.  
  83.     CreateDynamic3DTextLabel("Paintball arena\n/enter to play paintball!", COLOR_YELLOW, 1738.7400, -1269.8062, 13.5433, 10.0);
  84.     CreateDynamicPickup(1254, 1, 1738.7400, -1269.8062, 13.5433);
  85.  
  86.     CreateDynamic3DTextLabel("Name changes\nCost: $7500/level\n/changename to request one.", COLOR_YELLOW, 362.0502, 173.6520, 1008.3828, 10.0);
  87.     CreateDynamicPickup(1239, 1, 362.0502, 173.6520, 1008.3828);
  88.  
  89.     CreateDynamic3DTextLabel("Drug smuggling\nCost: $500\n/smuggledrugs to begin smuggling.", COLOR_YELLOW, 52.0937, -292.2513, 1.7001, 10.0);
  90.     CreateDynamicPickup(1279, 1, 52.0937, -292.2513, 1.7001);
  91.  
  92.     CreateDynamic3DTextLabel("Meth cookoff\nRequires ephedrine\n/cookmeth to begin cooking.", COLOR_YELLOW, 1.2179, 2.8095, 999.4284, 10.0, .interiorid = 2, .worldid = 10);
  93.     CreateDynamicPickup(1577, 1, 1.2179, 2.8095, 999.4284, .interiorid = 2, .worldid = 10);
  94.  
  95.     CreateDynamic3DTextLabel("Banking commands\n/bankhelp for more help.", COLOR_YELLOW, 1667.4260, -972.6691, 683.6873, 10.0);
  96.     CreateDynamicPickup(1239, 1, 1667.4260, -972.6691, 683.6873);
  97.  
  98.     gEphedrineStockText = CreateDynamic3DTextLabel("Raw ephedrine\nStock: 100\n/buydrug ephedrine [amount]", COLOR_YELLOW, 323.7289, 1117.4187, 1083.8828, 10.0);
  99.     CreateDynamicPickup(1577, 1, 323.7289, 1117.1797, 1083.8828);
  100.  
  101.     gSeedsStockText = CreateDynamic3DTextLabel("Marijuana seeds\nStock: 100\n/buydrug seeds [amount]", COLOR_YELLOW, 321.8347, 1117.1797, 1083.8828, 10.0);
  102.     CreateDynamicPickup(1578, 1, 321.8347, 1117.1797, 1083.8828);
  103.  
  104.     gCocaineText = CreateDynamic3DTextLabel("Cocaine\nStock: 100\n/buydrug cocaine [amount]", COLOR_YELLOW, 2342.7766, -1187.0839, 1027.9766, 10.0);
  105.     CreateDynamicPickup(1575, 1, 2342.7766, -1187.0839, 1027.9766);
  106.  
  107.     gVIPHealth = CreateDynamicPickup(1240, 1, -2653.8220, 1407.3859, 906.2734, .worldid = 7, .interiorid = 3);
  108.     gVIPArmor = CreateDynamicPickup(1242, 1, -2653.8613, 1413.2609, 906.2734, .worldid = 7, .interiorid = 3);
  109.  
  110.     gParachutes[0] = CreateDynamicPickup(371, 1, 1542.9038, -1353.0352, 329.4744); // Star tower
  111.     gParachutes[1] = CreateDynamicPickup(371, 1, 315.9415, 1010.6052, 1953.0031); // Andromada interior
  112.  
  113.     for(new i = 0; i < sizeof(staticEntrances); i ++)
  114.     {
  115.         format(string, sizeof(string), "%s\n/enter to go inside.", staticEntrances[i][eName]);
  116.  
  117.         CreateDynamicPickup(1239, 1, staticEntrances[i][ePosX], staticEntrances[i][ePosY], staticEntrances[i][ePosZ]);
  118.         CreateDynamic3DTextLabel(string, COLOR_GREY1, staticEntrances[i][ePosX], staticEntrances[i][ePosY], staticEntrances[i][ePosZ], 10.0);
  119.     }
  120.  
  121.     for(new i = 0; i < sizeof(jobLocations); i ++)
  122.     {
  123.         format(string, sizeof(string), "%s\n{E6E6E6}/join to get job.", jobLocations[i][jobName]);
  124.  
  125.         CreateDynamicPickup(1239, 1, jobLocations[i][jobX], jobLocations[i][jobY], jobLocations[i][jobZ]);
  126.         CreateDynamic3DTextLabel(string, COLOR_YELLOW, jobLocations[i][jobX], jobLocations[i][jobY], jobLocations[i][jobZ], 10.0);
  127.     }
  128.  
  129.     for(new i = 0; i < sizeof(atmMachines); i ++)
  130.     {
  131.         CreateDynamicObject(19324, atmMachines[i][atmX], atmMachines[i][atmY], atmMachines[i][atmZ], 0.0, 0.0, atmMachines[i][atmA]);
  132.         CreateDynamic3DTextLabel("ATM machine\n/atm to withdraw cash.", COLOR_YELLOW, atmMachines[i][atmX], atmMachines[i][atmY], atmMachines[i][atmZ] + 0.4, 10.0);
  133.     }
  134.  
  135.     for(new i = 0; i < sizeof(minerPositions); i ++)
  136.     {
  137.         CreateDynamic3DTextLabel("/mine\nto begin mining.", COLOR_YELLOW, minerPositions[i][0], minerPositions[i][1], minerPositions[i][2], 25.0);
  138.     }
  139.  
  140.     for(new i = 0; i < sizeof(arrestPoints); i ++)
  141.     {
  142.         CreateDynamic3DTextLabel("/arrest\nto arrest a suspect.", COLOR_YELLOW, arrestPoints[i][0], arrestPoints[i][1], arrestPoints[i][2], 7.0);
  143.         CreateDynamicPickup(1247, 1, arrestPoints[i][0], arrestPoints[i][1], arrestPoints[i][2]);
  144.     }
  145.  
  146.     // Login screen
  147.     LoginScreen[0] = TextDrawCreate(19.000000, 191.000000, "~y~Recent updates:~n~~w~- n/a.");
  148.     TextDrawBackgroundColor(LoginScreen[0], 255);
  149.     TextDrawFont(LoginScreen[0], 1);
  150.     TextDrawLetterSize(LoginScreen[0], 0.189999, 1.100000);
  151.     TextDrawColor(LoginScreen[0], -1);
  152.     TextDrawSetOutline(LoginScreen[0], 1);
  153.     TextDrawSetProportional(LoginScreen[0], 1);
  154.  
  155.     LoginScreen[1] = TextDrawCreate(321.000000, 427.000000, "The player record count is ~y~0~w~, achieved on n/a.");
  156.     TextDrawAlignment(LoginScreen[1], 2);
  157.     TextDrawBackgroundColor(LoginScreen[1], 255);
  158.     TextDrawFont(LoginScreen[1], 1);
  159.     TextDrawLetterSize(LoginScreen[1], 0.210000, 1.000000);
  160.     TextDrawColor(LoginScreen[1], -1);
  161.     TextDrawSetOutline(LoginScreen[1], 1);
  162.     TextDrawSetProportional(LoginScreen[1], 1);
  163.  
  164.     LoginScreen[2] = TextDrawCreate(527.000000, 191.000000, "~y~Top ten players:~n~~w~- n/a");
  165.     TextDrawBackgroundColor(LoginScreen[2], 255);
  166.     TextDrawFont(LoginScreen[2], 1);
  167.     TextDrawLetterSize(LoginScreen[2], 0.189999, 1.100000);
  168.     TextDrawColor(LoginScreen[2], -1);
  169.     TextDrawSetOutline(LoginScreen[2], 1);
  170.     TextDrawSetProportional(LoginScreen[2], 1);
  171.  
  172.     LoginScreen[3] = TextDrawCreate(314.000000, 9.000000, "Lightning Roleplay~n~~b~Revision "SERVER_REVISION);
  173.     TextDrawAlignment(LoginScreen[3], 2);
  174.     TextDrawBackgroundColor(LoginScreen[3], 255);
  175.     TextDrawFont(LoginScreen[3], 0);
  176.     TextDrawLetterSize(LoginScreen[3], 0.430000, 1.799999);
  177.     TextDrawColor(LoginScreen[3], -1);
  178.     TextDrawSetOutline(LoginScreen[3], 1);
  179.     TextDrawSetProportional(LoginScreen[3], 1);
  180.  
  181.     // Website textdraw
  182.     WebsiteTD = TextDrawCreate(501.000000, 6.000000, "www.Lightningrp.com");
  183.     TextDrawBackgroundColor(WebsiteTD, 255);
  184.     TextDrawFont(WebsiteTD, 1);
  185.     TextDrawLetterSize(WebsiteTD, 0.250000, 1.000000);
  186.     TextDrawColor(WebsiteTD, -1);
  187.     TextDrawSetOutline(WebsiteTD, 1);
  188.     TextDrawSetProportional(WebsiteTD, 1);
  189.    
  190.     // Time textdraw
  191.     TimeTD = TextDrawCreate(575.000000, 20.000000, "12:34");
  192.     TextDrawAlignment(TimeTD, 2);
  193.     TextDrawBackgroundColor(TimeTD, 255);
  194.     TextDrawFont(TimeTD, 3);
  195.     TextDrawLetterSize(TimeTD, 0.430000, 1.790000);
  196.     TextDrawColor(TimeTD, -1);
  197.     TextDrawSetOutline(TimeTD, 1);
  198.     TextDrawSetProportional(TimeTD, 1);
  199.  
  200.     // Animation textdraw
  201.     AnimationTD = TextDrawCreate(435.000000, 426.000000, "Press ~r~~k~~PED_SPRINT~~w~ to stop animation");
  202.     TextDrawBackgroundColor(AnimationTD, 255);
  203.     TextDrawFont(AnimationTD, 2);
  204.     TextDrawLetterSize(AnimationTD, 0.260000, 1.299999);
  205.     TextDrawColor(AnimationTD, -1);
  206.     TextDrawSetOutline(AnimationTD, 1);
  207.     TextDrawSetProportional(AnimationTD, 1);
  208.  
  209.     #if defined SERVER_INTRO
  210.         // Server intro by Josh & Emmet
  211.         introTextdraws[0] = TextDrawCreate(660.000000, -59.000000, "_");
  212.         TextDrawBackgroundColor(introTextdraws[0], 255);
  213.         TextDrawFont(introTextdraws[0], 1);
  214.         TextDrawLetterSize(introTextdraws[0], 0.500000, 19.000000);
  215.         TextDrawColor(introTextdraws[0], -1);
  216.         TextDrawSetOutline(introTextdraws[0], 0);
  217.         TextDrawSetProportional(introTextdraws[0], 1);
  218.         TextDrawSetShadow(introTextdraws[0], 1);
  219.         TextDrawUseBox(introTextdraws[0], 1);
  220.         TextDrawBoxColor(introTextdraws[0], 255);
  221.         TextDrawTextSize(introTextdraws[0], -50.000000, 0.000000);
  222.  
  223.         introTextdraws[1] = TextDrawCreate(651.000000, 338.000000, "_");
  224.         TextDrawBackgroundColor(introTextdraws[1], 255);
  225.         TextDrawFont(introTextdraws[1], 1);
  226.         TextDrawLetterSize(introTextdraws[1], 0.500000, 19.000000);
  227.         TextDrawColor(introTextdraws[1], -1);
  228.         TextDrawSetOutline(introTextdraws[1], 0);
  229.         TextDrawSetProportional(introTextdraws[1], 1);
  230.         TextDrawSetShadow(introTextdraws[1], 1);
  231.         TextDrawUseBox(introTextdraws[1], 1);
  232.         TextDrawBoxColor(introTextdraws[1], 255);
  233.         TextDrawTextSize(introTextdraws[1], -50.000000, 0.000000);
  234.  
  235.         introTextdraws[2] = TextDrawCreate(249.000000, 144.000000, "Lightning Gaming");
  236.         TextDrawBackgroundColor(introTextdraws[2], 255);
  237.         TextDrawFont(introTextdraws[2], 2);
  238.         TextDrawLetterSize(introTextdraws[2], 0.400000, 2.099999);
  239.         TextDrawColor(introTextdraws[2], 144559871);
  240.         TextDrawSetOutline(introTextdraws[2], 1);
  241.         TextDrawSetProportional(introTextdraws[2], 1);
  242.  
  243.         introTextdraws[3] = TextDrawCreate(331.000000, 161.000000, "Presents...");
  244.         TextDrawBackgroundColor(introTextdraws[3], 255);
  245.         TextDrawFont(introTextdraws[3], 2);
  246.         TextDrawLetterSize(introTextdraws[3], 0.300000, 1.799999);
  247.         TextDrawColor(introTextdraws[3], -1);
  248.         TextDrawSetOutline(introTextdraws[3], 1);
  249.         TextDrawSetProportional(introTextdraws[3], 1);
  250.  
  251.         introTextdraws[4] = TextDrawCreate(288.000000, 156.000000, "Grand~n~ Theft~n~Auto");
  252.         TextDrawBackgroundColor(introTextdraws[4], 255);
  253.         TextDrawFont(introTextdraws[4], 3);
  254.         TextDrawLetterSize(introTextdraws[4], 0.750000, 2.999999);
  255.         TextDrawColor(introTextdraws[4], -1);
  256.         TextDrawSetOutline(introTextdraws[4], 1);
  257.         TextDrawSetProportional(introTextdraws[4], 1);
  258.  
  259.         introTextdraws[5] = TextDrawCreate(261.000000, 233.000000, "Lightning Roleplay");
  260.         TextDrawBackgroundColor(introTextdraws[5], 255);
  261.         TextDrawFont(introTextdraws[5], 0);
  262.         TextDrawLetterSize(introTextdraws[5], 0.599999, 2.699999);
  263.         TextDrawColor(introTextdraws[5], 144559871);
  264.         TextDrawSetOutline(introTextdraws[5], 1);
  265.         TextDrawSetProportional(introTextdraws[5], 1);
  266.  
  267.         introTextdraws[6] = TextDrawCreate(513.000000, 176.000000, "Management");
  268.         TextDrawBackgroundColor(introTextdraws[6], 255);
  269.         TextDrawFont(introTextdraws[6], 0);
  270.         TextDrawLetterSize(introTextdraws[6], 0.579999, 2.399997);
  271.         TextDrawColor(introTextdraws[6], 144559871);
  272.         TextDrawSetOutline(introTextdraws[6], 1);
  273.         TextDrawSetProportional(introTextdraws[6], 1);
  274.  
  275.         introTextdraws[7] = TextDrawCreate(555.000000, 201.000000, "JEinstein~n~Unlimited");
  276.         TextDrawAlignment(introTextdraws[7], 2);
  277.         TextDrawBackgroundColor(introTextdraws[7], 255);
  278.         TextDrawFont(introTextdraws[7], 2);
  279.         TextDrawLetterSize(introTextdraws[7], 0.189999, 1.399997);
  280.         TextDrawColor(introTextdraws[7], -1);
  281.         TextDrawSetOutline(introTextdraws[7], 1);
  282.         TextDrawSetProportional(introTextdraws[7], 1);
  283.  
  284.         introTextdraws[8] = TextDrawCreate(26.000000, 153.000000, "Development");
  285.         TextDrawBackgroundColor(introTextdraws[8], 255);
  286.         TextDrawFont(introTextdraws[8], 0);
  287.         TextDrawLetterSize(introTextdraws[8], 0.579999, 2.399997);
  288.         TextDrawColor(introTextdraws[8], 144559871);
  289.         TextDrawSetOutline(introTextdraws[8], 1);
  290.         TextDrawSetProportional(introTextdraws[8], 1);
  291.  
  292.         introTextdraws[9] = TextDrawCreate(44.000000, 178.000000, "Unlimited~n~JEinstein");
  293.         TextDrawBackgroundColor(introTextdraws[9], 255);
  294.         TextDrawFont(introTextdraws[9], 2);
  295.         TextDrawLetterSize(introTextdraws[9], 0.189999, 1.399997);
  296.         TextDrawColor(introTextdraws[9], -1);
  297.         TextDrawSetOutline(introTextdraws[9], 1);
  298.         TextDrawSetProportional(introTextdraws[9], 1);
  299.  
  300.         introTextdraws[10] = TextDrawCreate(33.000000, 219.000000, "Mapping");
  301.         TextDrawBackgroundColor(introTextdraws[10], 255);
  302.         TextDrawFont(introTextdraws[10], 0);
  303.         TextDrawLetterSize(introTextdraws[10], 0.579999, 2.399997);
  304.         TextDrawColor(introTextdraws[10], 144559871);
  305.         TextDrawSetOutline(introTextdraws[10], 1);
  306.         TextDrawSetProportional(introTextdraws[10], 1);
  307.  
  308.         introTextdraws[11] = TextDrawCreate(65.000000, 246.000000, "Unlimited~n~Lance Lanvins");
  309.         TextDrawAlignment(introTextdraws[11], 2);
  310.         TextDrawBackgroundColor(introTextdraws[11], 255);
  311.         TextDrawFont(introTextdraws[11], 2);
  312.         TextDrawLetterSize(introTextdraws[11], 0.189999, 1.399997);
  313.         TextDrawColor(introTextdraws[11], -1);
  314.         TextDrawSetOutline(introTextdraws[11], 1);
  315.         TextDrawSetProportional(introTextdraws[11], 1);
  316.  
  317.         introTextdraws[12] = TextDrawCreate(145.000000, 144.000000, "Beta Testing");
  318.         TextDrawBackgroundColor(introTextdraws[12], 255);
  319.         TextDrawFont(introTextdraws[12], 0);
  320.         TextDrawLetterSize(introTextdraws[12], 0.579999, 2.399997);
  321.         TextDrawColor(introTextdraws[12], 144559871);
  322.         TextDrawSetOutline(introTextdraws[12], 1);
  323.         TextDrawSetProportional(introTextdraws[12], 1);
  324.  
  325.         introTextdraws[13] = TextDrawCreate(192.000000, 168.000000, "Franklyn V Menace~n~Lui Drayton~n~Chris Shocker~n~Max Mabbitt~n~Lazlow V Rocks~n~Lance Lanvins");
  326.         TextDrawAlignment(introTextdraws[13], 2);
  327.         TextDrawBackgroundColor(introTextdraws[13], 255);
  328.         TextDrawFont(introTextdraws[13], 2);
  329.         TextDrawLetterSize(introTextdraws[13], 0.189999, 1.399997);
  330.         TextDrawColor(introTextdraws[13], -1);
  331.         TextDrawSetOutline(introTextdraws[13], 1);
  332.         TextDrawSetProportional(introTextdraws[13], 1);
  333.  
  334.         introTextdraws[14] = TextDrawCreate(428.000000, 208.000000, "Suggestions");
  335.         TextDrawBackgroundColor(introTextdraws[14], 255);
  336.         TextDrawFont(introTextdraws[14], 0);
  337.         TextDrawLetterSize(introTextdraws[14], 0.579999, 2.399997);
  338.         TextDrawColor(introTextdraws[14], 144559871);
  339.         TextDrawSetOutline(introTextdraws[14], 1);
  340.         TextDrawSetProportional(introTextdraws[14], 1);
  341.  
  342.         introTextdraws[15] = TextDrawCreate(469.000000, 233.000000, "Lazlow_V_Rocks~n~Unlimited~n~JEinstein");
  343.         TextDrawAlignment(introTextdraws[15], 2);
  344.         TextDrawBackgroundColor(introTextdraws[15], 255);
  345.         TextDrawFont(introTextdraws[15], 2);
  346.         TextDrawLetterSize(introTextdraws[15], 0.189999, 1.399997);
  347.         TextDrawColor(introTextdraws[15], -1);
  348.         TextDrawSetOutline(introTextdraws[15], 1);
  349.         TextDrawSetProportional(introTextdraws[15], 1);
  350.  
  351.         introTextdraws[16] = TextDrawCreate(293.000000, 140.000000, "Credits");
  352.         TextDrawBackgroundColor(introTextdraws[16], 255);
  353.         TextDrawFont(introTextdraws[16], 0);
  354.         TextDrawLetterSize(introTextdraws[16], 0.639998, 2.599997);
  355.         TextDrawColor(introTextdraws[16], 144559871);
  356.         TextDrawSetOutline(introTextdraws[16], 1);
  357.         TextDrawSetProportional(introTextdraws[16], 1);
  358.  
  359.         introTextdraws[17] = TextDrawCreate(321.000000, 165.000000, "Incognito~n~BlueG~n~Y_Less~n~Unlimited~n~JEinstein~n~Admin team~n~Helper team~n~Beta testers~n~Our players!");
  360.         TextDrawAlignment(introTextdraws[17], 2);
  361.         TextDrawBackgroundColor(introTextdraws[17], 255);
  362.         TextDrawFont(introTextdraws[17], 2);
  363.         TextDrawLetterSize(introTextdraws[17], 0.189999, 1.399997);
  364.         TextDrawColor(introTextdraws[17], -1);
  365.         TextDrawSetOutline(introTextdraws[17], 1);
  366.         TextDrawSetProportional(introTextdraws[17], 1);
  367.  
  368.         introTextdraws[18] = TextDrawCreate(391.000000, 161.000000, "Several months of development...");
  369.         TextDrawBackgroundColor(introTextdraws[18], 255);
  370.         TextDrawFont(introTextdraws[18], 2);
  371.         TextDrawLetterSize(introTextdraws[18], 0.240000, 1.599999);
  372.         TextDrawColor(introTextdraws[18], 144559871);
  373.         TextDrawSetOutline(introTextdraws[18], 1);
  374.         TextDrawSetProportional(introTextdraws[18], 1);
  375.  
  376.         introTextdraws[19] = TextDrawCreate(421.000000, 175.000000, "To make this script possible");
  377.         TextDrawBackgroundColor(introTextdraws[19], 255);
  378.         TextDrawFont(introTextdraws[19], 2);
  379.         TextDrawLetterSize(introTextdraws[19], 0.240000, 1.599999);
  380.         TextDrawColor(introTextdraws[19], -1);
  381.         TextDrawSetOutline(introTextdraws[19], 1);
  382.         TextDrawSetProportional(introTextdraws[19], 1);
  383.  
  384.         introTextdraws[20] = TextDrawCreate(29.000000, 161.000000, "Providing you with limitless opportunities");
  385.         TextDrawBackgroundColor(introTextdraws[20], 255);
  386.         TextDrawFont(introTextdraws[20], 2);
  387.         TextDrawLetterSize(introTextdraws[20], 0.240000, 1.599999);
  388.         TextDrawColor(introTextdraws[20], 144559871);
  389.         TextDrawSetOutline(introTextdraws[20], 1);
  390.         TextDrawSetProportional(introTextdraws[20], 1);
  391.  
  392.         introTextdraws[21] = TextDrawCreate(29.000000, 175.000000, "One update at a time.");
  393.         TextDrawBackgroundColor(introTextdraws[21], 255);
  394.         TextDrawFont(introTextdraws[21], 2);
  395.         TextDrawLetterSize(introTextdraws[21], 0.240000, 1.599999);
  396.         TextDrawColor(introTextdraws[21], -1);
  397.         TextDrawSetOutline(introTextdraws[21], 1);
  398.         TextDrawSetProportional(introTextdraws[21], 1);
  399.  
  400.         introTextdraws[22] = TextDrawCreate(204.000000, 152.000000, "Where your options are truely limitless");
  401.         TextDrawBackgroundColor(introTextdraws[22], 255);
  402.         TextDrawFont(introTextdraws[22], 2);
  403.         TextDrawLetterSize(introTextdraws[22], 0.240000, 1.599999);
  404.         TextDrawColor(introTextdraws[22], 144559871);
  405.         TextDrawSetOutline(introTextdraws[22], 1);
  406.         TextDrawSetProportional(introTextdraws[22], 1);
  407.  
  408.         introTextdraws[23] = TextDrawCreate(281.000000, 125.000000, "~w~Welcome to..."); // 258.00
  409.         TextDrawBackgroundColor(introTextdraws[23], 255);
  410.         TextDrawFont(introTextdraws[23], 0);
  411.         TextDrawLetterSize(introTextdraws[23], 0.649998, 2.699997);
  412.         TextDrawColor(introTextdraws[23], 144559871);
  413.         TextDrawSetOutline(introTextdraws[23], 1);
  414.         TextDrawSetProportional(introTextdraws[23], 1);
  415.  
  416.         introTextdraws[24] = TextDrawCreate(258.000000, 146.000000, "Lightning Roleplay");
  417.         TextDrawBackgroundColor(introTextdraws[24], 255);
  418.         TextDrawFont(introTextdraws[24], 0);
  419.         TextDrawLetterSize(introTextdraws[24], 0.649998, 2.699997);
  420.         TextDrawColor(introTextdraws[24], 144559871);
  421.         TextDrawSetOutline(introTextdraws[24], 1);
  422.         TextDrawSetProportional(introTextdraws[24], 1);
  423.  
  424.         introTextdraws[25] = TextDrawCreate(202.000000, 342.000000, "Thank you for watching this quick introduction.~n~Let's wrap this up, then you can register.");
  425.         TextDrawBackgroundColor(introTextdraws[25], 255);
  426.         TextDrawFont(introTextdraws[25], 2);
  427.         TextDrawLetterSize(introTextdraws[25], 0.240000, 1.599999);
  428.         TextDrawColor(introTextdraws[25], -1);
  429.         TextDrawSetOutline(introTextdraws[25], 1);
  430.         TextDrawSetProportional(introTextdraws[25], 1);
  431.     #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement