08.10.2011, 13:26
i just added this,
and this line
Код:
/* Textdraw Templates */ // WristWatch WristWatch = TextDrawCreate(577.000000, 50.000000, string); TextDrawAlignment(WristWatch, 2); TextDrawBackgroundColor(WristWatch, 255); TextDrawFont(WristWatch, 3); TextDrawLetterSize(WristWatch, 0.709998, 2.100001); TextDrawColor(WristWatch, -1); TextDrawSetOutline(WristWatch, 1); TextDrawSetProportional(WristWatch, 0); textdrawscount++; // Bottom Box 1 MainMenuTxtdraw[0] = TextDrawCreate(-1.000000, 342.000000, "BottomBox1"); TextDrawBackgroundColor(MainMenuTxtdraw[0], 0); TextDrawFont(MainMenuTxtdraw[0], 1); TextDrawLetterSize(MainMenuTxtdraw[0], 0.839999, 11.600002); TextDrawColor(MainMenuTxtdraw[0], 0); TextDrawSetOutline(MainMenuTxtdraw[0], 0); TextDrawSetProportional(MainMenuTxtdraw[0], 1); TextDrawSetShadow(MainMenuTxtdraw[0], 1); TextDrawUseBox(MainMenuTxtdraw[0], 1); TextDrawBoxColor(MainMenuTxtdraw[0], 255); TextDrawTextSize(MainMenuTxtdraw[0], 677.000000, 134.000000); textdrawscount++; // Top Box 1 MainMenuTxtdraw[1] = TextDrawCreate(-10.000000, -18.000000, "TopBox1"); TextDrawBackgroundColor(MainMenuTxtdraw[1], 0); TextDrawFont(MainMenuTxtdraw[1], 1); TextDrawLetterSize(MainMenuTxtdraw[1], 0.500000, 13.000000); TextDrawColor(MainMenuTxtdraw[1], 0); TextDrawSetOutline(MainMenuTxtdraw[1], 0); TextDrawSetProportional(MainMenuTxtdraw[1], 1); TextDrawSetShadow(MainMenuTxtdraw[1], 1); TextDrawUseBox(MainMenuTxtdraw[1], 1); TextDrawBoxColor(MainMenuTxtdraw[1], 255); TextDrawTextSize(MainMenuTxtdraw[1], 770.000000, 0.000000); textdrawscount++; // Bottom Box 2 MainMenuTxtdraw[2] = TextDrawCreate(-1.000000, 342.000000, "BottomBox2"); TextDrawBackgroundColor(MainMenuTxtdraw[2], 0); TextDrawFont(MainMenuTxtdraw[2], 1); TextDrawLetterSize(MainMenuTxtdraw[2], 0.839999, -0.799999); TextDrawColor(MainMenuTxtdraw[2], 0); TextDrawSetOutline(MainMenuTxtdraw[2], 0); TextDrawSetProportional(MainMenuTxtdraw[2], 1); TextDrawSetShadow(MainMenuTxtdraw[2], 1); TextDrawUseBox(MainMenuTxtdraw[2], 1); TextDrawBoxColor(MainMenuTxtdraw[2], 6730751); TextDrawTextSize(MainMenuTxtdraw[2], 677.000000, 131.000000); textdrawscount++; // Top Box 1 MainMenuTxtdraw[3] = TextDrawCreate(-10.000000, 102.000000, "TopBox1"); TextDrawBackgroundColor(MainMenuTxtdraw[3], 6730751); TextDrawFont(MainMenuTxtdraw[3], 1); TextDrawLetterSize(MainMenuTxtdraw[3], 0.500000, 0.199999); TextDrawColor(MainMenuTxtdraw[3], 0); TextDrawSetOutline(MainMenuTxtdraw[3], 0); TextDrawSetProportional(MainMenuTxtdraw[3], 1); TextDrawSetShadow(MainMenuTxtdraw[3], 1); TextDrawUseBox(MainMenuTxtdraw[3], 1); TextDrawBoxColor(MainMenuTxtdraw[3], 6730751); TextDrawTextSize(MainMenuTxtdraw[3], 770.000000, 138.000000); textdrawscount++; // FF-RP Title MainMenuTxtdraw[4] = TextDrawCreate(263.000000, 10.000000, "FF-RP"); TextDrawBackgroundColor(MainMenuTxtdraw[4], 255); TextDrawFont(MainMenuTxtdraw[4], 2); TextDrawLetterSize(MainMenuTxtdraw[4], 0.910000, 4.400001); TextDrawColor(MainMenuTxtdraw[4], -1); TextDrawSetOutline(MainMenuTxtdraw[4], 0); TextDrawSetProportional(MainMenuTxtdraw[4], 1); TextDrawSetShadow(MainMenuTxtdraw[4], 1); textdrawscount++; // FF-RP Subtitle MainMenuTxtdraw[5] = TextDrawCreate(256.000000, 45.000000, "Final Fantasy Role Play"); TextDrawBackgroundColor(MainMenuTxtdraw[5], 255); TextDrawFont(MainMenuTxtdraw[5], 2); TextDrawLetterSize(MainMenuTxtdraw[5], 0.200000, 1.200001); TextDrawColor(MainMenuTxtdraw[5], -1); TextDrawSetOutline(MainMenuTxtdraw[5], 0); TextDrawSetProportional(MainMenuTxtdraw[5], 1); TextDrawSetShadow(MainMenuTxtdraw[5], 1); textdrawscount++; // FF-RP Version MainMenuTxtdraw[6] = TextDrawCreate(283.000000, 58.000000, SERVER_GM_TEXT); TextDrawBackgroundColor(MainMenuTxtdraw[6], 255); TextDrawFont(MainMenuTxtdraw[6], 2); TextDrawLetterSize(MainMenuTxtdraw[6], 0.200000, 1.200001); TextDrawColor(MainMenuTxtdraw[6], -65281); TextDrawSetOutline(MainMenuTxtdraw[6], 0); TextDrawSetProportional(MainMenuTxtdraw[6], 1); TextDrawSetShadow(MainMenuTxtdraw[6], 1); textdrawscount++; // FF-RP Tooltips MainMenuTxtdraw[7] = TextDrawCreate(319.000000, 391.000000, Tooltips[random(sizeof(Tooltips))]); TextDrawAlignment(MainMenuTxtdraw[7], 2); TextDrawBackgroundColor(MainMenuTxtdraw[7], 255); TextDrawFont(MainMenuTxtdraw[7], 2); TextDrawLetterSize(MainMenuTxtdraw[7], 0.250000, 1.600000); TextDrawColor(MainMenuTxtdraw[7], -1); TextDrawSetOutline(MainMenuTxtdraw[7], 0); TextDrawSetProportional(MainMenuTxtdraw[7], 1); TextDrawSetShadow(MainMenuTxtdraw[7], 1); textdrawscount++; // Server Stats Bar MainMenuTxtdraw[8] = TextDrawCreate(319.000000, 421.000000, " "); TextDrawAlignment(MainMenuTxtdraw[8], 2); TextDrawBackgroundColor(MainMenuTxtdraw[8], 255); TextDrawFont(MainMenuTxtdraw[8], 1); TextDrawLetterSize(MainMenuTxtdraw[8], 0.189998, 1.100000); TextDrawColor(MainMenuTxtdraw[8], -1); TextDrawSetOutline(MainMenuTxtdraw[8], 0); TextDrawSetProportional(MainMenuTxtdraw[8], 1); TextDrawSetShadow(MainMenuTxtdraw[8], 1); textdrawscount++; // MOTD MainMenuTxtdraw[9] = TextDrawCreate(319.000000, 364.000000, " "); TextDrawAlignment(MainMenuTxtdraw[9], 2); TextDrawBackgroundColor(MainMenuTxtdraw[9], 65535); TextDrawFont(MainMenuTxtdraw[9], 1); TextDrawLetterSize(MainMenuTxtdraw[9], 0.229999, 1.400000); TextDrawColor(MainMenuTxtdraw[9], -1); TextDrawSetOutline(MainMenuTxtdraw[9], 0); TextDrawSetProportional(MainMenuTxtdraw[9], 1); TextDrawSetShadow(MainMenuTxtdraw[9], 0); textdrawscount++; // Note: It's a mess, I know, I could have less textdraw variables and just used a bigger string with ~n~, I'll optimize it later, but now, it does the trick. // Tutorial (Title Box) TutTxtdraw[0] = TextDrawCreate(167.000000, 121.000000, "Title Box"); TextDrawBackgroundColor(TutTxtdraw[0], 0); TextDrawFont(TutTxtdraw[0], 2); TextDrawLetterSize(TutTxtdraw[0], 0.139999, 0.899999); TextDrawColor(TutTxtdraw[0], 0); TextDrawSetOutline(TutTxtdraw[0], 0); TextDrawSetProportional(TutTxtdraw[0], 1); TextDrawSetShadow(TutTxtdraw[0], 1); TextDrawUseBox(TutTxtdraw[0], 1); TextDrawBoxColor(TutTxtdraw[0], 6730751); TextDrawTextSize(TutTxtdraw[0], 468.000000, 30.000000); textdrawscount++; // Tutorial (Next Page) TutTxtdraw[114] = TextDrawCreate(427.000000, 120.000000, "Type ~r~/next"); TextDrawBackgroundColor(TutTxtdraw[114], 255); TextDrawFont(TutTxtdraw[114], 2); TextDrawLetterSize(TutTxtdraw[114], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[114], -1); TextDrawSetOutline(TutTxtdraw[114], 1); TextDrawSetProportional(TutTxtdraw[114], 1); textdrawscount++; // Tutorial (Box) TutTxtdraw[1] = TextDrawCreate(167.000000, 134.000000, "Box"); TextDrawBackgroundColor(TutTxtdraw[1], 0); TextDrawFont(TutTxtdraw[1], 1); TextDrawLetterSize(TutTxtdraw[1], 0.500000, 19.999996); TextDrawColor(TutTxtdraw[1], 0); TextDrawSetOutline(TutTxtdraw[1], 0); TextDrawSetProportional(TutTxtdraw[1], 1); TextDrawSetShadow(TutTxtdraw[1], 1); TextDrawUseBox(TutTxtdraw[1], 1); TextDrawBoxColor(TutTxtdraw[1], 75); TextDrawTextSize(TutTxtdraw[1], 468.000000, -10.000000); textdrawscount++; // Tutorial (Logo 1) TutTxtdraw[2] = TextDrawCreate(270.000000, 241.000000, "FF-RP"); TextDrawBackgroundColor(TutTxtdraw[2], 75); TextDrawFont(TutTxtdraw[2], 1); TextDrawLetterSize(TutTxtdraw[2], 1.119999, 5.599997); TextDrawColor(TutTxtdraw[2], 0); TextDrawSetOutline(TutTxtdraw[2], 0); TextDrawSetProportional(TutTxtdraw[2], 1); TextDrawSetShadow(TutTxtdraw[2], 5); textdrawscount++; // Tutorial (Logo 2) TutTxtdraw[3] = TextDrawCreate(259.000000, 286.000000, "Final Fantasy Gaming"); TextDrawBackgroundColor(TutTxtdraw[3], 75); TextDrawFont(TutTxtdraw[3], 1); TextDrawLetterSize(TutTxtdraw[3], 0.259999, 1.599997); TextDrawColor(TutTxtdraw[3], 0); TextDrawSetOutline(TutTxtdraw[3], 0); TextDrawSetProportional(TutTxtdraw[3], 1); TextDrawSetShadow(TutTxtdraw[3], 5); textdrawscount++; // Tutorial (Frame 1) (Title) TutTxtdraw[4] = TextDrawCreate(168.000000, 120.000000, "Tutorial - Welcome to Final Fantasy Role Play!"); TextDrawBackgroundColor(TutTxtdraw[4], 255); TextDrawFont(TutTxtdraw[4], 2); TextDrawLetterSize(TutTxtdraw[4], 0.209999, 1.000000); TextDrawColor(TutTxtdraw[4], -1); TextDrawSetOutline(TutTxtdraw[4], 0); TextDrawSetProportional(TutTxtdraw[4], 1); TextDrawSetShadow(TutTxtdraw[4], 1); textdrawscount++; // Tutorial (Frame 1) (Line 1) TutTxtdraw[5] = TextDrawCreate(175.000000, 141.000000, "Introductions! Welcome to Final Fantasy Role Play! SA-MP's most popular"); TextDrawBackgroundColor(TutTxtdraw[5], 255); TextDrawFont(TutTxtdraw[5], 2); TextDrawLetterSize(TutTxtdraw[5], 0.159999, 0.899999); TextDrawColor(TutTxtdraw[5], -1); TextDrawSetOutline(TutTxtdraw[5], 1); TextDrawSetProportional(TutTxtdraw[5], 1); textdrawscount++; // Tutorial (Frame 1) (Line 2) TutTxtdraw[6] = TextDrawCreate(175.000000, 151.000000, "Role Play Server! Our community has been around for quite"); TextDrawBackgroundColor(TutTxtdraw[6], 255); TextDrawFont(TutTxtdraw[6], 2); TextDrawLetterSize(TutTxtdraw[6], 0.159999, 0.899999); TextDrawColor(TutTxtdraw[6], -1); TextDrawSetOutline(TutTxtdraw[6], 1); TextDrawSetProportional(TutTxtdraw[6], 1); textdrawscount++; // Tutorial (Frame 1) (Line 3) TutTxtdraw[7] = TextDrawCreate(175.000000, 161.000000, "some time now, and we are glad to have you join up!"); TextDrawBackgroundColor(TutTxtdraw[7], 255); TextDrawFont(TutTxtdraw[7], 2); TextDrawLetterSize(TutTxtdraw[7], 0.159999, 0.899999); TextDrawColor(TutTxtdraw[7], -1); TextDrawSetOutline(TutTxtdraw[7], 1); TextDrawSetProportional(TutTxtdraw[7], 1); textdrawscount++; // Tutorial (Frame 1) (Line 4) TutTxtdraw[8] = TextDrawCreate(175.000000, 193.000000, "You know, we are more than just a SA-MP community, so if you are interested"); TextDrawBackgroundColor(TutTxtdraw[8], 255); TextDrawFont(TutTxtdraw[8], 2); TextDrawLetterSize(TutTxtdraw[8], 0.159999, 0.899999); TextDrawColor(TutTxtdraw[8], -1); TextDrawSetOutline(TutTxtdraw[8], 1); TextDrawSetProportional(TutTxtdraw[8], 1); textdrawscount++; // Tutorial (Frame 1) (Line 5) TutTxtdraw[9] = TextDrawCreate(175.000000, 203.000000, "be sure to visit us and sign on toward our forums at ~y~www.ff-gaming.net~w~ - we"); TextDrawBackgroundColor(TutTxtdraw[9], 255); TextDrawFont(TutTxtdraw[9], 2); TextDrawLetterSize(TutTxtdraw[9], 0.159999, 0.899999); TextDrawColor(TutTxtdraw[9], -1); TextDrawSetOutline(TutTxtdraw[9], 1); TextDrawSetProportional(TutTxtdraw[9], 1); textdrawscount++; // Tutorial (Frame 1) (Line 6) TutTxtdraw[10] = TextDrawCreate(175.000000, 214.000000, "will be waiting, be sure to invite your friends!"); TextDrawBackgroundColor(TutTxtdraw[10], 255); TextDrawFont(TutTxtdraw[10], 2); TextDrawLetterSize(TutTxtdraw[10], 0.159999, 0.899999); TextDrawColor(TutTxtdraw[10], -1); TextDrawSetOutline(TutTxtdraw[10], 1); TextDrawSetProportional(TutTxtdraw[10], 1); textdrawscount++; // Tutorial (Frame 1) (Line 7) TutTxtdraw[11] = TextDrawCreate(175.000000, 245.000000, "We also have a e-store with a bunch of useful items to purchase, be sure to"); TextDrawBackgroundColor(TutTxtdraw[11], 255); TextDrawFont(TutTxtdraw[11], 2); TextDrawLetterSize(TutTxtdraw[11], 0.159999, 0.899999); TextDrawColor(TutTxtdraw[11], -1); TextDrawSetOutline(TutTxtdraw[11], 1); TextDrawSetProportional(TutTxtdraw[11], 1); textdrawscount++; // Tutorial (Frame 1) (Line 8) TutTxtdraw[12] = TextDrawCreate(175.000000, 255.000000, "check it all out at ~y~shop.ff-gaming.net~w~, it helps keep this server up and"); TextDrawBackgroundColor(TutTxtdraw[12], 255); TextDrawFont(TutTxtdraw[12], 2); TextDrawLetterSize(TutTxtdraw[12], 0.159999, 0.899999); TextDrawColor(TutTxtdraw[12], -1); TextDrawSetOutline(TutTxtdraw[12], 1); TextDrawSetProportional(TutTxtdraw[12], 1); textdrawscount++; // Tutorial (Frame 1) (Line 9) TutTxtdraw[13] = TextDrawCreate(175.000000, 265.000000, "running with all the prices of space, bandwidth and labor these days."); TextDrawBackgroundColor(TutTxtdraw[13], 255); TextDrawFont(TutTxtdraw[13], 2); TextDrawLetterSize(TutTxtdraw[13], 0.159999, 0.899999); TextDrawColor(TutTxtdraw[13], -1); TextDrawSetOutline(TutTxtdraw[13], 1); TextDrawSetProportional(TutTxtdraw[13], 1); textdrawscount++; // Tutorial (Frame 2-9) (Title) TutTxtdraw[14] = TextDrawCreate(168.000000, 120.000000, "Tutorial - How to make money!"); TextDrawBackgroundColor(TutTxtdraw[14], 255); TextDrawFont(TutTxtdraw[14], 2); TextDrawLetterSize(TutTxtdraw[14], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[14], -1); TextDrawSetOutline(TutTxtdraw[14], 0); TextDrawSetProportional(TutTxtdraw[14], 1); TextDrawSetShadow(TutTxtdraw[14], 1); textdrawscount++; // Tutorial (Frame 2-9) (Line 1) TutTxtdraw[15] = TextDrawCreate(175.000000, 141.000000, "There are many jobs located around San Andreas, these are represented"); TextDrawBackgroundColor(TutTxtdraw[15], 255); TextDrawFont(TutTxtdraw[15], 2); TextDrawLetterSize(TutTxtdraw[15], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[15], -1); TextDrawSetOutline(TutTxtdraw[15], 1); TextDrawSetProportional(TutTxtdraw[15], 1); textdrawscount++; // Tutorial (Frame 2-9) (Line 2) TutTxtdraw[16] = TextDrawCreate(175.000000, 151.000000, "by ~y~yellow~w~ information icons."); TextDrawBackgroundColor(TutTxtdraw[16], 255); TextDrawFont(TutTxtdraw[16], 2); TextDrawLetterSize(TutTxtdraw[16], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[16], -1); TextDrawSetOutline(TutTxtdraw[16], 1); TextDrawSetProportional(TutTxtdraw[16], 1); textdrawscount++; // Tutorial (Frame 2-9) (Line 3) TutTxtdraw[17] = TextDrawCreate(181.000000, 172.000000, "| You can ~g~/withdraw~w~ and ~g~/deposit~w~ money at the bank."); TextDrawBackgroundColor(TutTxtdraw[17], 255); TextDrawFont(TutTxtdraw[17], 2); TextDrawLetterSize(TutTxtdraw[17], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[17], -1); TextDrawSetOutline(TutTxtdraw[17], 1); TextDrawSetProportional(TutTxtdraw[17], 1); textdrawscount++; // Tutorial (Frame 2-9) (Line 4) TutTxtdraw[18] = TextDrawCreate(181.000000, 183.000000, "| You can ~g~/atmwithdraw~w~ and ~g~/atmdeposit~w~ cash at a ATM for a small fee."); TextDrawBackgroundColor(TutTxtdraw[18], 255); TextDrawFont(TutTxtdraw[18], 2); TextDrawLetterSize(TutTxtdraw[18], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[18], -1); TextDrawSetOutline(TutTxtdraw[18], 1); TextDrawSetProportional(TutTxtdraw[18], 1); textdrawscount++; // Tutorial (Frame 2-9) (Line 5) TutTxtdraw[19] = TextDrawCreate(181.000000, 195.000000, "| You can ~g~/fish~w~ in boats or at the pier for money."); TextDrawBackgroundColor(TutTxtdraw[19], 255); TextDrawFont(TutTxtdraw[19], 2); TextDrawLetterSize(TutTxtdraw[19], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[19], -1); TextDrawSetOutline(TutTxtdraw[19], 1); TextDrawSetProportional(TutTxtdraw[19], 1); textdrawscount++; // Tutorial (Frame 2-9) (Line 6) TutTxtdraw[20] = TextDrawCreate(181.000000, 207.000000, "| You can ~g~/guard~w~ people for money."); TextDrawBackgroundColor(TutTxtdraw[20], 255); TextDrawFont(TutTxtdraw[20], 2); TextDrawLetterSize(TutTxtdraw[20], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[20], -1); TextDrawSetOutline(TutTxtdraw[20], 1); TextDrawSetProportional(TutTxtdraw[20], 1); textdrawscount++; // Tutorial (Frame 2-9) (Line 7) TutTxtdraw[21] = TextDrawCreate(181.000000, 219.000000, "| You can ~g~/sellgun~w~ to people for money."); TextDrawBackgroundColor(TutTxtdraw[21], 255); TextDrawFont(TutTxtdraw[21], 2); TextDrawLetterSize(TutTxtdraw[21], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[21], -1); TextDrawSetOutline(TutTxtdraw[21], 1); TextDrawSetProportional(TutTxtdraw[21], 1); textdrawscount++; // Tutorial (Frame 2-9) (Line 8) TutTxtdraw[22] = TextDrawCreate(181.000000, 232.000000, "| You can ~g~/sellpot~w~ or ~g~/sellcrack~w~ to people for money."); TextDrawBackgroundColor(TutTxtdraw[22], 255); TextDrawFont(TutTxtdraw[22], 2); TextDrawLetterSize(TutTxtdraw[22], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[22], -1); TextDrawSetOutline(TutTxtdraw[22], 1); TextDrawSetProportional(TutTxtdraw[22], 1); textdrawscount++; // Tutorial (Frame 2-9) (Line 9) TutTxtdraw[23] = TextDrawCreate(181.000000, 244.000000, "| You can smuggle drugs with ~g~/getcrate~w~ to specific dens."); TextDrawBackgroundColor(TutTxtdraw[23], 255); TextDrawFont(TutTxtdraw[23], 2); TextDrawLetterSize(TutTxtdraw[23], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[23], -1); TextDrawSetOutline(TutTxtdraw[23], 1); TextDrawSetProportional(TutTxtdraw[23], 1); textdrawscount++; // Tutorial (Frame 2-9) (Line 10) TutTxtdraw[24] = TextDrawCreate(181.000000, 256.000000, "| And much much more!"); TextDrawBackgroundColor(TutTxtdraw[24], 255); TextDrawFont(TutTxtdraw[24], 2); TextDrawLetterSize(TutTxtdraw[24], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[24], -1); TextDrawSetOutline(TutTxtdraw[24], 1); TextDrawSetProportional(TutTxtdraw[24], 1); textdrawscount++; // Tutorial (Frame 10) (Title) TutTxtdraw[25] = TextDrawCreate(168.000000, 120.000000, "Tutorial - Law Enforcement"); TextDrawBackgroundColor(TutTxtdraw[25], 255); TextDrawFont(TutTxtdraw[25], 2); TextDrawLetterSize(TutTxtdraw[25], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[25], -1); TextDrawSetOutline(TutTxtdraw[25], 0); TextDrawSetProportional(TutTxtdraw[25], 1); TextDrawSetShadow(TutTxtdraw[25], 1); textdrawscount++; // Tutorial (Frame 10) (Line 1) TutTxtdraw[26] = TextDrawCreate(175.000000, 141.000000, "There are currently 4 ~b~Law Enforcement~w~ Factions. LSPD, SFPD, SASD and FBI."); TextDrawBackgroundColor(TutTxtdraw[26], 255); TextDrawFont(TutTxtdraw[26], 2); TextDrawLetterSize(TutTxtdraw[26], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[26], -1); TextDrawSetOutline(TutTxtdraw[26], 1); TextDrawSetProportional(TutTxtdraw[26], 1); textdrawscount++; // Tutorial (Frame 10) (Line 2) TutTxtdraw[27] = TextDrawCreate(175.000000, 151.000000, "If you cause trouble and break local laws, you may be arrested by one of"); TextDrawBackgroundColor(TutTxtdraw[27], 255); TextDrawFont(TutTxtdraw[27], 2); TextDrawLetterSize(TutTxtdraw[27], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[27], -1); TextDrawSetOutline(TutTxtdraw[27], 1); TextDrawSetProportional(TutTxtdraw[27], 1); textdrawscount++; // Tutorial (Frame 10) (Line 3) TutTxtdraw[28] = TextDrawCreate(175.000000, 161.000000, "them. If you're wanting to become a part of these factions, apply on our"); TextDrawBackgroundColor(TutTxtdraw[28], 255); TextDrawFont(TutTxtdraw[28], 2); TextDrawLetterSize(TutTxtdraw[28], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[28], -1); TextDrawSetOutline(TutTxtdraw[28], 1); TextDrawSetProportional(TutTxtdraw[28], 1); textdrawscount++; // Tutorial (Frame 10) (Line 4) TutTxtdraw[29] = TextDrawCreate(175.000000, 171.000000, "forums at ~y~www.ff-gaming.net~w~."); TextDrawBackgroundColor(TutTxtdraw[29], 255); TextDrawFont(TutTxtdraw[29], 2); TextDrawLetterSize(TutTxtdraw[29], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[29], -1); TextDrawSetOutline(TutTxtdraw[29], 1); TextDrawSetProportional(TutTxtdraw[29], 1); textdrawscount++; // Tutorial (Frame 10) (Line 5) TutTxtdraw[30] = TextDrawCreate(181.000000, 196.000000, "| ~b~LSPD~w~ (Los Santos Police Department)"); TextDrawBackgroundColor(TutTxtdraw[30], 255); TextDrawFont(TutTxtdraw[30], 2); TextDrawLetterSize(TutTxtdraw[30], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[30], -1); TextDrawSetOutline(TutTxtdraw[30], 1); TextDrawSetProportional(TutTxtdraw[30], 1); textdrawscount++; // Tutorial (Frame 10) (Line 6) TutTxtdraw[31] = TextDrawCreate(181.000000, 212.000000, "| ~h~~b~SFPD~w~ (San Fierro Police Department)"); TextDrawBackgroundColor(TutTxtdraw[31], 255); TextDrawFont(TutTxtdraw[31], 2); TextDrawLetterSize(TutTxtdraw[31], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[31], -1); TextDrawSetOutline(TutTxtdraw[31], 1); TextDrawSetProportional(TutTxtdraw[31], 1); textdrawscount++; // Tutorial (Frame 10) (Line 7) TutTxtdraw[32] = TextDrawCreate(181.000000, 229.000000, "| ~y~SASD~w~ (San Andreas Sheriffs Department)"); TextDrawBackgroundColor(TutTxtdraw[32], 255); TextDrawFont(TutTxtdraw[32], 2); TextDrawLetterSize(TutTxtdraw[32], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[32], -1); TextDrawSetOutline(TutTxtdraw[32], 1); TextDrawSetProportional(TutTxtdraw[32], 1); textdrawscount++; // Tutorial (Frame 10) (Line 8) TutTxtdraw[33] = TextDrawCreate(181.000000, 246.000000, "| ~b~FBI~w~ (Federal Bureau of Investigation)"); TextDrawBackgroundColor(TutTxtdraw[33], 255); TextDrawFont(TutTxtdraw[33], 2); TextDrawLetterSize(TutTxtdraw[33], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[33], -1); TextDrawSetOutline(TutTxtdraw[33], 1); TextDrawSetProportional(TutTxtdraw[33], 1); textdrawscount++; // Tutorial (Frame 11) (Title) TutTxtdraw[34] = TextDrawCreate(168.000000, 120.000000, "Tutorial - San Andreas Fire/Medical Department"); TextDrawBackgroundColor(TutTxtdraw[34], 255); TextDrawFont(TutTxtdraw[34], 2); TextDrawLetterSize(TutTxtdraw[34], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[34], -1); TextDrawSetOutline(TutTxtdraw[34], 0); TextDrawSetProportional(TutTxtdraw[34], 1); TextDrawSetShadow(TutTxtdraw[34], 1); textdrawscount++; // Tutorial (Frame 11) (Line 1) TutTxtdraw[35] = TextDrawCreate(175.000000, 141.000000, "If you so happen to get injured, You may use ~g~/service ems~w~ to call for"); TextDrawBackgroundColor(TutTxtdraw[35], 255); TextDrawFont(TutTxtdraw[35], 2); TextDrawLetterSize(TutTxtdraw[35], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[35], -1); TextDrawSetOutline(TutTxtdraw[35], 1); TextDrawSetProportional(TutTxtdraw[35], 1); textdrawscount++; // Tutorial (Frame 11) (Line 2) TutTxtdraw[36] = TextDrawCreate(175.000000, 151.000000, "help. If the EMS saves you in time, you may keep your personal belongings,"); TextDrawBackgroundColor(TutTxtdraw[36], 255); TextDrawFont(TutTxtdraw[36], 2); TextDrawLetterSize(TutTxtdraw[36], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[36], -1); TextDrawSetOutline(TutTxtdraw[36], 1); TextDrawSetProportional(TutTxtdraw[36], 1); textdrawscount++; // Tutorial (Frame 11) (Line 3) TutTxtdraw[37] = TextDrawCreate(175.000000, 161.000000, "without losing them. If you're wanting to become a part of this faction,"); TextDrawBackgroundColor(TutTxtdraw[37], 255); TextDrawFont(TutTxtdraw[37], 2); TextDrawLetterSize(TutTxtdraw[37], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[37], -1); TextDrawSetOutline(TutTxtdraw[37], 1); TextDrawSetProportional(TutTxtdraw[37], 1); textdrawscount++; // Tutorial (Frame 11) (Line 4) TutTxtdraw[38] = TextDrawCreate(175.000000, 171.000000, "apply on our forums at ~y~www.ff-gaming.net~w~."); TextDrawBackgroundColor(TutTxtdraw[38], 255); TextDrawFont(TutTxtdraw[38], 2); TextDrawLetterSize(TutTxtdraw[38], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[38], -1); TextDrawSetOutline(TutTxtdraw[38], 1); TextDrawSetProportional(TutTxtdraw[38], 1); textdrawscount++; // Tutorial (Frame 11) (Line 5) TutTxtdraw[39] = TextDrawCreate(175.000000, 204.000000, "If you want to report a emergency, purchase a cellphone and ~g~/call 911~w~"); TextDrawBackgroundColor(TutTxtdraw[39], 255); TextDrawFont(TutTxtdraw[39], 2); TextDrawLetterSize(TutTxtdraw[39], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[39], -1); TextDrawSetOutline(TutTxtdraw[39], 1); TextDrawSetProportional(TutTxtdraw[39], 1); textdrawscount++; // Tutorial (Frame 12) (Title) TutTxtdraw[40] = TextDrawCreate(168.000000, 120.000000, "Tutorial - San Andreas News"); TextDrawBackgroundColor(TutTxtdraw[40], 255); TextDrawFont(TutTxtdraw[40], 2); TextDrawLetterSize(TutTxtdraw[40], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[40], -1); TextDrawSetOutline(TutTxtdraw[40], 0); TextDrawSetProportional(TutTxtdraw[40], 1); TextDrawSetShadow(TutTxtdraw[40], 1); textdrawscount++; // Tutorial (Frame 12) (Line 1) TutTxtdraw[41] = TextDrawCreate(175.000000, 141.000000, "There is a ~b~San Andreas News~w~ faction, they handle all the news within San"); TextDrawBackgroundColor(TutTxtdraw[41], 255); TextDrawFont(TutTxtdraw[41], 2); TextDrawLetterSize(TutTxtdraw[41], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[41], -1); TextDrawSetOutline(TutTxtdraw[41], 1); TextDrawSetProportional(TutTxtdraw[41], 1); textdrawscount++; // Tutorial (Frame 12) (Line 2) TutTxtdraw[42] = TextDrawCreate(175.000000, 151.000000, "Andreas. They report about anything from gang riots and government"); TextDrawBackgroundColor(TutTxtdraw[42], 255); TextDrawFont(TutTxtdraw[42], 2); TextDrawLetterSize(TutTxtdraw[42], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[42], -1); TextDrawSetOutline(TutTxtdraw[42], 1); TextDrawSetProportional(TutTxtdraw[42], 1); textdrawscount++; // Tutorial (Frame 12) (Line 3) TutTxtdraw[43] = TextDrawCreate(175.000000, 161.000000, "corruption, right down to bank robberies. If you wish to become a part of"); TextDrawBackgroundColor(TutTxtdraw[43], 255); TextDrawFont(TutTxtdraw[43], 2); TextDrawLetterSize(TutTxtdraw[43], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[43], -1); TextDrawSetOutline(TutTxtdraw[43], 1); TextDrawSetProportional(TutTxtdraw[43], 1); textdrawscount++; // Tutorial (Frame 12) (Line 4) TutTxtdraw[44] = TextDrawCreate(175.000000, 171.000000, "this faction, apply on our forums at ~y~www.ff-gaming.net~w~."); TextDrawBackgroundColor(TutTxtdraw[44], 255); TextDrawFont(TutTxtdraw[44], 2); TextDrawLetterSize(TutTxtdraw[44], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[44], -1); TextDrawSetOutline(TutTxtdraw[44], 1); TextDrawSetProportional(TutTxtdraw[44], 1); textdrawscount++; // Tutorial (Frame 12) (Line 5) TutTxtdraw[45] = TextDrawCreate(175.000000, 204.000000, "If you want to sell items or advertise about a party, use ~g~/ad~w~."); TextDrawBackgroundColor(TutTxtdraw[45], 255); TextDrawFont(TutTxtdraw[45], 2); TextDrawLetterSize(TutTxtdraw[45], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[45], -1); TextDrawSetOutline(TutTxtdraw[45], 1); TextDrawSetProportional(TutTxtdraw[45], 1); textdrawscount++; // Tutorial (Frame 13) (Title) TutTxtdraw[46] = TextDrawCreate(168.000000, 120.000000, "Tutorial - Government"); TextDrawBackgroundColor(TutTxtdraw[46], 255); TextDrawFont(TutTxtdraw[46], 2); TextDrawLetterSize(TutTxtdraw[46], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[46], -1); TextDrawSetOutline(TutTxtdraw[46], 0); TextDrawSetProportional(TutTxtdraw[46], 1); TextDrawSetShadow(TutTxtdraw[46], 1); textdrawscount++; // Tutorial (Frame 13) (Line 1) TutTxtdraw[47] = TextDrawCreate(175.000000, 141.000000, "There is also a ~b~Government~w~ faction, they make all important decisions"); TextDrawBackgroundColor(TutTxtdraw[47], 255); TextDrawFont(TutTxtdraw[47], 2); TextDrawLetterSize(TutTxtdraw[47], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[47], -1); TextDrawSetOutline(TutTxtdraw[47], 1); TextDrawSetProportional(TutTxtdraw[47], 1); textdrawscount++; // Tutorial (Frame 13) (Line 2) TutTxtdraw[48] = TextDrawCreate(175.000000, 151.000000, "within San Andreas. They make sure law is enforced in the judicial branch."); TextDrawBackgroundColor(TutTxtdraw[48], 255); TextDrawFont(TutTxtdraw[48], 2); TextDrawLetterSize(TutTxtdraw[48], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[48], -1); TextDrawSetOutline(TutTxtdraw[48], 1); TextDrawSetProportional(TutTxtdraw[48], 1); textdrawscount++; // Tutorial (Frame 13) (Line 3) TutTxtdraw[49] = TextDrawCreate(175.000000, 161.000000, "They also set taxes and pay wages. If you're wanting to become a part of"); TextDrawBackgroundColor(TutTxtdraw[49], 255); TextDrawFont(TutTxtdraw[49], 2); TextDrawLetterSize(TutTxtdraw[49], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[49], -1); TextDrawSetOutline(TutTxtdraw[49], 1); TextDrawSetProportional(TutTxtdraw[49], 1); textdrawscount++; // Tutorial (Frame 13) (Line 4) TutTxtdraw[50] = TextDrawCreate(175.000000, 171.000000, "this faction, apply on our forums at ~y~www.ff-gaming.net~w~."); TextDrawBackgroundColor(TutTxtdraw[50], 255); TextDrawFont(TutTxtdraw[50], 2); TextDrawLetterSize(TutTxtdraw[50], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[50], -1); TextDrawSetOutline(TutTxtdraw[50], 1); TextDrawSetProportional(TutTxtdraw[50], 1); textdrawscount++; // Tutorial (Frame 13) (Line 5) TutTxtdraw[51] = TextDrawCreate(175.000000, 204.000000, "If you'd like to donate your money, you may use ~g~/charity~w~."); TextDrawBackgroundColor(TutTxtdraw[51], 255); TextDrawFont(TutTxtdraw[51], 2); TextDrawLetterSize(TutTxtdraw[51], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[51], -1); TextDrawSetOutline(TutTxtdraw[51], 1); TextDrawSetProportional(TutTxtdraw[51], 1); textdrawscount++; // Tutorial (Frame 14) (Title) TutTxtdraw[52] = TextDrawCreate(168.000000, 120.000000, "Tutorial - The Nation of Tierra Robada"); TextDrawBackgroundColor(TutTxtdraw[52], 255); TextDrawFont(TutTxtdraw[52], 2); TextDrawLetterSize(TutTxtdraw[52], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[52], -1); TextDrawSetOutline(TutTxtdraw[52], 0); TextDrawSetProportional(TutTxtdraw[52], 1); TextDrawSetShadow(TutTxtdraw[52], 1); textdrawscount++; // Tutorial (Frame 14) (Line 1) TutTxtdraw[53] = TextDrawCreate(175.000000, 141.000000, "~g~Tierra Robada~w~ is an alternate nation seperate from San Andreas. They"); TextDrawBackgroundColor(TutTxtdraw[53], 255); TextDrawFont(TutTxtdraw[53], 2); TextDrawLetterSize(TutTxtdraw[53], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[53], -1); TextDrawSetOutline(TutTxtdraw[53], 1); TextDrawSetProportional(TutTxtdraw[53], 1); textdrawscount++; // Tutorial (Frame 14) (Line 2) TutTxtdraw[54] = TextDrawCreate(175.000000, 151.000000, "have their own laws, law enforcement, government and medical divisions."); TextDrawBackgroundColor(TutTxtdraw[54], 255); TextDrawFont(TutTxtdraw[54], 2); TextDrawLetterSize(TutTxtdraw[54], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[54], -1); TextDrawSetOutline(TutTxtdraw[54], 1); TextDrawSetProportional(TutTxtdraw[54], 1); textdrawscount++; // Tutorial (Frame 14) (Line 3) TutTxtdraw[55] = TextDrawCreate(175.000000, 161.000000, "If you wish to become a part of this faction, apply on our forums"); TextDrawBackgroundColor(TutTxtdraw[55], 255); TextDrawFont(TutTxtdraw[55], 2); TextDrawLetterSize(TutTxtdraw[55], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[55], -1); TextDrawSetOutline(TutTxtdraw[55], 1); TextDrawSetProportional(TutTxtdraw[55], 1); textdrawscount++; // Tutorial (Frame 14) (Line 4) TutTxtdraw[56] = TextDrawCreate(175.000000, 171.000000, "at ~y~www.ff-gaming.net~w~."); TextDrawBackgroundColor(TutTxtdraw[56], 255); TextDrawFont(TutTxtdraw[56], 2); TextDrawLetterSize(TutTxtdraw[56], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[56], -1); TextDrawSetOutline(TutTxtdraw[56], 1); TextDrawSetProportional(TutTxtdraw[56], 1); textdrawscount++; // Tutorial (Frame 14) (Line 5) TutTxtdraw[57] = TextDrawCreate(175.000000, 204.000000, "Be sure to pay the toll when you visit from San Fierro!"); TextDrawBackgroundColor(TutTxtdraw[57], 255); TextDrawFont(TutTxtdraw[57], 2); TextDrawLetterSize(TutTxtdraw[57], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[57], -1); TextDrawSetOutline(TutTxtdraw[57], 1); TextDrawSetProportional(TutTxtdraw[57], 1); textdrawscount++; // Tutorial (Frame 15) (Title) TutTxtdraw[58] = TextDrawCreate(168.000000, 120.000000, "Tutorial - Gangs/Families"); TextDrawBackgroundColor(TutTxtdraw[58], 255); TextDrawFont(TutTxtdraw[58], 2); TextDrawLetterSize(TutTxtdraw[58], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[58], -1); TextDrawSetOutline(TutTxtdraw[58], 0); TextDrawSetProportional(TutTxtdraw[58], 1); TextDrawSetShadow(TutTxtdraw[58], 1); textdrawscount++; // Tutorial (Frame 15) (Line 1) TutTxtdraw[59] = TextDrawCreate(175.000000, 141.000000, "San Andreas has several different crime related gangs/families to join."); TextDrawBackgroundColor(TutTxtdraw[59], 255); TextDrawFont(TutTxtdraw[59], 2); TextDrawLetterSize(TutTxtdraw[59], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[59], -1); TextDrawSetOutline(TutTxtdraw[59], 1); TextDrawSetProportional(TutTxtdraw[59], 1); textdrawscount++; // Tutorial (Frame 15) (Line 2) TutTxtdraw[60] = TextDrawCreate(175.000000, 151.000000, "Type ~g~/families~w~ to display a list of gangs. Type ~g~/families number~w~ to show"); TextDrawBackgroundColor(TutTxtdraw[60], 255); TextDrawFont(TutTxtdraw[60], 2); TextDrawLetterSize(TutTxtdraw[60], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[60], -1); TextDrawSetOutline(TutTxtdraw[60], 1); TextDrawSetProportional(TutTxtdraw[60], 1); textdrawscount++; // Tutorial (Frame 15) (Line 3) TutTxtdraw[61] = TextDrawCreate(175.000000, 161.000000, "thier members. Gang members can take control of the weapons/fuel/drug"); TextDrawBackgroundColor(TutTxtdraw[61], 255); TextDrawFont(TutTxtdraw[61], 2); TextDrawLetterSize(TutTxtdraw[61], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[61], -1); TextDrawSetOutline(TutTxtdraw[61], 1); TextDrawSetProportional(TutTxtdraw[61], 1); textdrawscount++; // Tutorial (Frame 15) (Line 4) TutTxtdraw[62] = TextDrawCreate(175.000000, 171.000000, "trade to earn quick cash. If you want to join a gang, be sure to roleplay"); TextDrawBackgroundColor(TutTxtdraw[62], 255); TextDrawFont(TutTxtdraw[62], 2); TextDrawLetterSize(TutTxtdraw[62], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[62], -1); TextDrawSetOutline(TutTxtdraw[62], 1); TextDrawSetProportional(TutTxtdraw[62], 1); textdrawscount++; // Tutorial (Frame 15) (Line 5) TutTxtdraw[63] = TextDrawCreate(175.000000, 204.000000, "Type ~g~/turfs~w~ to disply the turf maps."); TextDrawBackgroundColor(TutTxtdraw[63], 255); TextDrawFont(TutTxtdraw[63], 2); TextDrawLetterSize(TutTxtdraw[63], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[63], -1); TextDrawSetOutline(TutTxtdraw[63], 1); TextDrawSetProportional(TutTxtdraw[63], 1); textdrawscount++; // Tutorial (Frame 15) (Line 6) TutTxtdraw[64] = TextDrawCreate(175.000000, 182.000000, "with their leaders, you might get your chance!"); TextDrawBackgroundColor(TutTxtdraw[64], 255); TextDrawFont(TutTxtdraw[64], 2); TextDrawLetterSize(TutTxtdraw[64], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[64], -1); TextDrawSetOutline(TutTxtdraw[64], 1); TextDrawSetProportional(TutTxtdraw[64], 1); textdrawscount++; // Tutorial (Frame 16) (Title) TutTxtdraw[65] = TextDrawCreate(168.000000, 120.000000, "Tutorial - 24/7 General Store"); TextDrawBackgroundColor(TutTxtdraw[65], 255); TextDrawFont(TutTxtdraw[65], 2); TextDrawLetterSize(TutTxtdraw[65], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[65], -1); TextDrawSetOutline(TutTxtdraw[65], 0); TextDrawSetProportional(TutTxtdraw[65], 1); TextDrawSetShadow(TutTxtdraw[65], 1); textdrawscount++; // Tutorial (Frame 16) (Line 1) TutTxtdraw[66] = TextDrawCreate(175.000000, 141.000000, "You can purchase different items with the ~g~/buy~w~ command from any 24/7."); TextDrawBackgroundColor(TutTxtdraw[66], 255); TextDrawFont(TutTxtdraw[66], 2); TextDrawLetterSize(TutTxtdraw[66], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[66], -1); TextDrawSetOutline(TutTxtdraw[66], 1); TextDrawSetProportional(TutTxtdraw[66], 1); textdrawscount++; // Tutorial (Frame 16) (Line 2) TutTxtdraw[67] = TextDrawCreate(175.000000, 151.000000, "Buying a cellphone will give you the ability to ~g~/call~w~ or ~g~/sms~w~ other online"); TextDrawBackgroundColor(TutTxtdraw[67], 255); TextDrawFont(TutTxtdraw[67], 2); TextDrawLetterSize(TutTxtdraw[67], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[67], -1); TextDrawSetOutline(TutTxtdraw[67], 1); TextDrawSetProportional(TutTxtdraw[67], 1); textdrawscount++; // Tutorial (Frame 16) (Line 3) TutTxtdraw[68] = TextDrawCreate(175.000000, 161.000000, "players. Along with banks, 24/7 stores appear as a green dollar sign on"); TextDrawBackgroundColor(TutTxtdraw[68], 255); TextDrawFont(TutTxtdraw[68], 2); TextDrawLetterSize(TutTxtdraw[68], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[68], -1); TextDrawSetOutline(TutTxtdraw[68], 1); TextDrawSetProportional(TutTxtdraw[68], 1); textdrawscount++; // Tutorial (Frame 16) (Line 4) TutTxtdraw[69] = TextDrawCreate(175.000000, 171.000000, "the mini-map."); TextDrawBackgroundColor(TutTxtdraw[69], 255); TextDrawFont(TutTxtdraw[69], 2); TextDrawLetterSize(TutTxtdraw[69], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[69], -1); TextDrawSetOutline(TutTxtdraw[69], 1); TextDrawSetProportional(TutTxtdraw[69], 1); textdrawscount++; // Tutorial (Frame 16) (Line 5) TutTxtdraw[70] = TextDrawCreate(175.000000, 195.000000, "VIPs get special discounts from these stores."); TextDrawBackgroundColor(TutTxtdraw[70], 255); TextDrawFont(TutTxtdraw[70], 2); TextDrawLetterSize(TutTxtdraw[70], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[70], -1); TextDrawSetOutline(TutTxtdraw[70], 1); TextDrawSetProportional(TutTxtdraw[70], 1); textdrawscount++; // Tutorial (Frame 17) (Title) TutTxtdraw[71] = TextDrawCreate(168.000000, 120.000000, "Tutorial - Clothing Stores"); TextDrawBackgroundColor(TutTxtdraw[71], 255); TextDrawFont(TutTxtdraw[71], 2); TextDrawLetterSize(TutTxtdraw[71], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[71], -1); TextDrawSetOutline(TutTxtdraw[71], 0); TextDrawSetProportional(TutTxtdraw[71], 1); TextDrawSetShadow(TutTxtdraw[71], 1); textdrawscount++; // Tutorial (Frame 17) (Line 1) TutTxtdraw[72] = TextDrawCreate(175.000000, 141.000000, "You can purchase different skins with ~g~/buyclothes~w~ from any clothing store."); TextDrawBackgroundColor(TutTxtdraw[72], 255); TextDrawFont(TutTxtdraw[72], 2); TextDrawLetterSize(TutTxtdraw[72], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[72], -1); TextDrawSetOutline(TutTxtdraw[72], 1); TextDrawSetProportional(TutTxtdraw[72], 1); textdrawscount++; // Tutorial (Frame 17) (Line 2) TutTxtdraw[73] = TextDrawCreate(175.000000, 151.000000, "You can also purchase different clothing items with ~g~/buytoys~w~ from any"); TextDrawBackgroundColor(TutTxtdraw[73], 255); TextDrawFont(TutTxtdraw[73], 2); TextDrawLetterSize(TutTxtdraw[73], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[73], -1); TextDrawSetOutline(TutTxtdraw[73], 1); TextDrawSetProportional(TutTxtdraw[73], 1); textdrawscount++; // Tutorial (Frame 17) (Line 3) TutTxtdraw[74] = TextDrawCreate(175.000000, 161.000000, "clothing store. Clothing stores appear as a white tee shirt on the"); TextDrawBackgroundColor(TutTxtdraw[74], 255); TextDrawFont(TutTxtdraw[74], 2); TextDrawLetterSize(TutTxtdraw[74], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[74], -1); TextDrawSetOutline(TutTxtdraw[74], 1); TextDrawSetProportional(TutTxtdraw[74], 1); textdrawscount++; // Tutorial (Frame 17) (Line 4) TutTxtdraw[75] = TextDrawCreate(175.000000, 171.000000, "mini-map."); TextDrawBackgroundColor(TutTxtdraw[75], 255); TextDrawFont(TutTxtdraw[75], 2); TextDrawLetterSize(TutTxtdraw[75], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[75], -1); TextDrawSetOutline(TutTxtdraw[75], 1); TextDrawSetProportional(TutTxtdraw[75], 1); textdrawscount++; // Tutorial (Frame 17) (Line 5) TutTxtdraw[76] = TextDrawCreate(175.000000, 195.000000, "VIPs get an unrestricted selection of skins from these stores."); TextDrawBackgroundColor(TutTxtdraw[76], 255); TextDrawFont(TutTxtdraw[76], 2); TextDrawLetterSize(TutTxtdraw[76], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[76], -1); TextDrawSetOutline(TutTxtdraw[76], 1); TextDrawSetProportional(TutTxtdraw[76], 1); textdrawscount++; // Tutorial (Frame 18) (Title) TutTxtdraw[77] = TextDrawCreate(168.000000, 120.000000, "Tutorial - Car Dealerships"); TextDrawBackgroundColor(TutTxtdraw[77], 255); TextDrawFont(TutTxtdraw[77], 2); TextDrawLetterSize(TutTxtdraw[77], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[77], -1); TextDrawSetOutline(TutTxtdraw[77], 0); TextDrawSetProportional(TutTxtdraw[77], 1); TextDrawSetShadow(TutTxtdraw[77], 1); textdrawscount++; // Tutorial (Frame 18) (Line 1) TutTxtdraw[78] = TextDrawCreate(175.000000, 141.000000, "You can purchase different vehicles from several different car"); TextDrawBackgroundColor(TutTxtdraw[78], 255); TextDrawFont(TutTxtdraw[78], 2); TextDrawLetterSize(TutTxtdraw[78], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[78], -1); TextDrawSetOutline(TutTxtdraw[78], 1); TextDrawSetProportional(TutTxtdraw[78], 1); textdrawscount++; // Tutorial (Frame 18) (Line 2) TutTxtdraw[79] = TextDrawCreate(175.000000, 151.000000, "dealerships. Once purchased, you can control said vehicle with the ~g~/car"); TextDrawBackgroundColor(TutTxtdraw[79], 255); TextDrawFont(TutTxtdraw[79], 2); TextDrawLetterSize(TutTxtdraw[79], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[79], -1); TextDrawSetOutline(TutTxtdraw[79], 1); TextDrawSetProportional(TutTxtdraw[79], 1); textdrawscount++; // Tutorial (Frame 18) (Line 3) TutTxtdraw[80] = TextDrawCreate(175.000000, 161.000000, "command. Car dealerships appear as a car on the mini-map."); TextDrawBackgroundColor(TutTxtdraw[80], 255); TextDrawFont(TutTxtdraw[80], 2); TextDrawLetterSize(TutTxtdraw[80], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[80], -1); TextDrawSetOutline(TutTxtdraw[80], 1); TextDrawSetProportional(TutTxtdraw[80], 1); textdrawscount++; // Tutorial (Frame 18) (Line 4) TutTxtdraw[81] = TextDrawCreate(175.000000, 195.000000, "There are several different car dealerships, also in the VIP garage."); TextDrawBackgroundColor(TutTxtdraw[81], 255); TextDrawFont(TutTxtdraw[81], 2); TextDrawLetterSize(TutTxtdraw[81], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[81], -1); TextDrawSetOutline(TutTxtdraw[81], 1); TextDrawSetProportional(TutTxtdraw[81], 1); textdrawscount++; // Tutorial (Frame 19) (Title) TutTxtdraw[82] = TextDrawCreate(168.000000, 120.000000, "Tutorial - Houses"); TextDrawBackgroundColor(TutTxtdraw[82], 255); TextDrawFont(TutTxtdraw[82], 2); TextDrawLetterSize(TutTxtdraw[82], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[82], -1); TextDrawSetOutline(TutTxtdraw[82], 0); TextDrawSetProportional(TutTxtdraw[82], 1); TextDrawSetShadow(TutTxtdraw[82], 1); textdrawscount++; // Tutorial (Frame 19) (Line 1) TutTxtdraw[83] = TextDrawCreate(175.000000, 141.000000, "Houses are player ownable living units that you can purchase from other"); TextDrawBackgroundColor(TutTxtdraw[83], 255); TextDrawFont(TutTxtdraw[83], 2); TextDrawLetterSize(TutTxtdraw[83], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[83], -1); TextDrawSetOutline(TutTxtdraw[83], 1); TextDrawSetProportional(TutTxtdraw[83], 1); textdrawscount++; // Tutorial (Frame 19) (Line 2) TutTxtdraw[84] = TextDrawCreate(175.000000, 151.000000, "players or from our e-store. You can store materials, drugs and money"); TextDrawBackgroundColor(TutTxtdraw[84], 255); TextDrawFont(TutTxtdraw[84], 2); TextDrawLetterSize(TutTxtdraw[84], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[84], -1); TextDrawSetOutline(TutTxtdraw[84], 1); TextDrawSetProportional(TutTxtdraw[84], 1); textdrawscount++; // Tutorial (Frame 19) (Line 3) TutTxtdraw[85] = TextDrawCreate(175.000000, 161.000000, "into the house safe for keep sakes as long as you own the house."); TextDrawBackgroundColor(TutTxtdraw[85], 255); TextDrawFont(TutTxtdraw[85], 2); TextDrawLetterSize(TutTxtdraw[85], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[85], -1); TextDrawSetOutline(TutTxtdraw[85], 1); TextDrawSetProportional(TutTxtdraw[85], 1); textdrawscount++; // Tutorial (Frame 19) (Line 4) TutTxtdraw[86] = TextDrawCreate(175.000000, 195.000000, "Houses appear as a ~g~green~w~ floating house throughout San Andreas."); TextDrawBackgroundColor(TutTxtdraw[86], 255); TextDrawFont(TutTxtdraw[86], 2); TextDrawLetterSize(TutTxtdraw[86], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[86], -1); TextDrawSetOutline(TutTxtdraw[86], 1); TextDrawSetProportional(TutTxtdraw[86], 1); textdrawscount++; // Tutorial (Frame 20) (Title) TutTxtdraw[87] = TextDrawCreate(168.000000, 120.000000, "Tutorial - VIP & E-Store"); TextDrawBackgroundColor(TutTxtdraw[87], 255); TextDrawFont(TutTxtdraw[87], 2); TextDrawLetterSize(TutTxtdraw[87], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[87], -1); TextDrawSetOutline(TutTxtdraw[87], 0); TextDrawSetProportional(TutTxtdraw[87], 1); TextDrawSetShadow(TutTxtdraw[87], 1); textdrawscount++; // Tutorial (Frame 20) (Line 1) TutTxtdraw[88] = TextDrawCreate(175.000000, 141.000000, "We operate a 24/7 E-Store at ~y~shop.ng-gaming.net~w~, you can purchase Vehicles,"); TextDrawBackgroundColor(TutTxtdraw[88], 255); TextDrawFont(TutTxtdraw[88], 2); TextDrawLetterSize(TutTxtdraw[88], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[88], -1); TextDrawSetOutline(TutTxtdraw[88], 1); TextDrawSetProportional(TutTxtdraw[88], 1); textdrawscount++; // Tutorial (Frame 20) (Line 2) TutTxtdraw[89] = TextDrawCreate(175.000000, 151.000000, "Houses, VIP and much much more! We have 4 different VIP levels that users"); TextDrawBackgroundColor(TutTxtdraw[89], 255); TextDrawFont(TutTxtdraw[89], 2); TextDrawLetterSize(TutTxtdraw[89], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[89], -1); TextDrawSetOutline(TutTxtdraw[89], 1); TextDrawSetProportional(TutTxtdraw[89], 1); textdrawscount++; // Tutorial (Frame 20) (Line 3) TutTxtdraw[90] = TextDrawCreate(175.000000, 161.000000, "can purchase or obtain - learn more on our shop's website. VIPs have access"); TextDrawBackgroundColor(TutTxtdraw[90], 255); TextDrawFont(TutTxtdraw[90], 2); TextDrawLetterSize(TutTxtdraw[90], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[90], -1); TextDrawSetOutline(TutTxtdraw[90], 1); TextDrawSetProportional(TutTxtdraw[90], 1); textdrawscount++; // Tutorial (Frame 20) (Line 4) TutTxtdraw[91] = TextDrawCreate(175.000000, 195.000000, "Want a trial run as a VIP? Ask a VIP for a ~b~buddy invite."); TextDrawBackgroundColor(TutTxtdraw[91], 255); TextDrawFont(TutTxtdraw[91], 2); TextDrawLetterSize(TutTxtdraw[91], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[91], -1); TextDrawSetOutline(TutTxtdraw[91], 1); TextDrawSetProportional(TutTxtdraw[91], 1); textdrawscount++; // Tutorial (Frame 20) (Line 5) TutTxtdraw[92] = TextDrawCreate(175.000000, 172.000000, "to several features, such as VIP chat, special vehicles, and much more!"); TextDrawBackgroundColor(TutTxtdraw[92], 255); TextDrawFont(TutTxtdraw[92], 2); TextDrawLetterSize(TutTxtdraw[92], 0.159997, 0.899999); TextDrawColor(TutTxtdraw[92], -1); TextDrawSetOutline(TutTxtdraw[92], 1); TextDrawSetProportional(TutTxtdraw[92], 1); textdrawscount++; // Tutorial (Frame 21) (Title) TutTxtdraw[93] = TextDrawCreate(168.000000, 120.000000, "Tutorial - The Rules"); TextDrawBackgroundColor(TutTxtdraw[93], 255); TextDrawFont(TutTxtdraw[93], 2); TextDrawLetterSize(TutTxtdraw[93], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[93], -1); TextDrawSetOutline(TutTxtdraw[93], 0); TextDrawSetProportional(TutTxtdraw[93], 1); TextDrawSetShadow(TutTxtdraw[93], 1); textdrawscount++; // Tutorial (Frame 21) (Line 1) TutTxtdraw[94] = TextDrawCreate(175.000000, 141.000000, "Breaking these rules may result in jail/prision time, or leading up to a ban."); TextDrawBackgroundColor(TutTxtdraw[94], 255); TextDrawFont(TutTxtdraw[94], 2); TextDrawLetterSize(TutTxtdraw[94], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[94], -1); TextDrawSetOutline(TutTxtdraw[94], 1); TextDrawSetProportional(TutTxtdraw[94], 1); textdrawscount++; // Tutorial (Frame 21) (Line 2) TutTxtdraw[95] = TextDrawCreate(181.000000, 160.000000, "| No deathmatching - do not kill without a reason."); TextDrawBackgroundColor(TutTxtdraw[95], 255); TextDrawFont(TutTxtdraw[95], 2); TextDrawLetterSize(TutTxtdraw[95], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[95], -1); TextDrawSetOutline(TutTxtdraw[95], 1); TextDrawSetProportional(TutTxtdraw[95], 1); textdrawscount++; // Tutorial (Frame 21) (Line 3) TutTxtdraw[96] = TextDrawCreate(181.000000, 170.000000, "| No drivershooting - do not shoot while behind the wheel."); TextDrawBackgroundColor(TutTxtdraw[96], 255); TextDrawFont(TutTxtdraw[96], 2); TextDrawLetterSize(TutTxtdraw[96], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[96], -1); TextDrawSetOutline(TutTxtdraw[96], 1); TextDrawSetProportional(TutTxtdraw[96], 1); textdrawscount++; // Tutorial (Frame 21) (Line 4) TutTxtdraw[97] = TextDrawCreate(181.000000, 181.000000, "| No carparking - do not park cars on people."); TextDrawBackgroundColor(TutTxtdraw[97], 255); TextDrawFont(TutTxtdraw[97], 2); TextDrawLetterSize(TutTxtdraw[97], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[97], -1); TextDrawSetOutline(TutTxtdraw[97], 1); TextDrawSetProportional(TutTxtdraw[97], 1); textdrawscount++; // Tutorial (Frame 21) (Line 5) TutTxtdraw[98] = TextDrawCreate(181.000000, 192.000000, "| No disconnecting/logging to avoid any roleplay situation."); TextDrawBackgroundColor(TutTxtdraw[98], 255); TextDrawFont(TutTxtdraw[98], 2); TextDrawLetterSize(TutTxtdraw[98], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[98], -1); TextDrawSetOutline(TutTxtdraw[98], 1); TextDrawSetProportional(TutTxtdraw[98], 1); textdrawscount++; // Tutorial (Frame 21) (Line 6) TutTxtdraw[99] = TextDrawCreate(181.000000, 203.000000, "| No account farming/advertising/cheating/hacking."); TextDrawBackgroundColor(TutTxtdraw[99], 255); TextDrawFont(TutTxtdraw[99], 2); TextDrawLetterSize(TutTxtdraw[99], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[99], -1); TextDrawSetOutline(TutTxtdraw[99], 1); TextDrawSetProportional(TutTxtdraw[99], 1); textdrawscount++; // Tutorial (Frame 22) (Title) TutTxtdraw[100] = TextDrawCreate(168.000000, 120.000000, "Tutorial - The Credits"); TextDrawBackgroundColor(TutTxtdraw[100], 255); TextDrawFont(TutTxtdraw[100], 2); TextDrawLetterSize(TutTxtdraw[100], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[100], -1); TextDrawSetOutline(TutTxtdraw[100], 0); TextDrawSetProportional(TutTxtdraw[100], 1); TextDrawSetShadow(TutTxtdraw[100], 1); textdrawscount++; // Tutorial (Frame 22) (Line 1) TutTxtdraw[101] = TextDrawCreate(175.000000, 141.000000, "Be sure to thank who makes all of this possible."); TextDrawBackgroundColor(TutTxtdraw[101], 255); TextDrawFont(TutTxtdraw[101], 2); TextDrawLetterSize(TutTxtdraw[101], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[101], -1); TextDrawSetOutline(TutTxtdraw[101], 1); TextDrawSetProportional(TutTxtdraw[101], 1); textdrawscount++; // Tutorial (Frame 22) (Line 2) TutTxtdraw[102] = TextDrawCreate(181.000000, 160.000000, "Lead Scripter"); TextDrawBackgroundColor(TutTxtdraw[102], 255); TextDrawFont(TutTxtdraw[102], 2); TextDrawLetterSize(TutTxtdraw[102], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[102], -1); TextDrawSetOutline(TutTxtdraw[102], 1); TextDrawSetProportional(TutTxtdraw[102], 1); textdrawscount++; // Tutorial (Frame 22) (Line 3) TutTxtdraw[103] = TextDrawCreate(189.000000, 170.000000, "| Thus"); TextDrawBackgroundColor(TutTxtdraw[103], 255); TextDrawFont(TutTxtdraw[103], 2); TextDrawLetterSize(TutTxtdraw[103], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[103], -1); TextDrawSetOutline(TutTxtdraw[103], 1); TextDrawSetProportional(TutTxtdraw[103], 1); textdrawscount++; // Tutorial (Frame 22) (Line 4) TutTxtdraw[104] = TextDrawCreate(354.000000, 160.000000, "Scripters"); TextDrawBackgroundColor(TutTxtdraw[104], 255); TextDrawFont(TutTxtdraw[104], 2); TextDrawLetterSize(TutTxtdraw[104], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[104], -1); TextDrawSetOutline(TutTxtdraw[104], 1); TextDrawSetProportional(TutTxtdraw[104], 1); textdrawscount++; // Tutorial (Frame 22) (Line 5) TutTxtdraw[105] = TextDrawCreate(181.000000, 192.000000, "Retired Scripters:"); TextDrawBackgroundColor(TutTxtdraw[105], 255); TextDrawFont(TutTxtdraw[105], 2); TextDrawLetterSize(TutTxtdraw[105], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[105], -1); TextDrawSetOutline(TutTxtdraw[105], 1); TextDrawSetProportional(TutTxtdraw[105], 1); textdrawscount++; // Tutorial (Frame 22) (Line 6) TutTxtdraw[106] = TextDrawCreate(189.000000, 203.000000, "| none"); TextDrawBackgroundColor(TutTxtdraw[106], 255); TextDrawFont(TutTxtdraw[106], 2); TextDrawLetterSize(TutTxtdraw[106], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[106], -1); TextDrawSetOutline(TutTxtdraw[106], 1); TextDrawSetProportional(TutTxtdraw[106], 1); textdrawscount++; // Tutorial (Frame 22) (Line 7) TutTxtdraw[107] = TextDrawCreate(362.000000, 169.000000, "| none"); TextDrawBackgroundColor(TutTxtdraw[107], 255); TextDrawFont(TutTxtdraw[107], 2); TextDrawLetterSize(TutTxtdraw[107], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[107], -1); TextDrawSetOutline(TutTxtdraw[107], 1); TextDrawSetProportional(TutTxtdraw[107], 1); textdrawscount++; // Tutorial (Frame 23) (Title) TutTxtdraw[108] = TextDrawCreate(168.000000, 120.000000, "Tutorial - Welcome to San Andreas"); TextDrawBackgroundColor(TutTxtdraw[108], 255); TextDrawFont(TutTxtdraw[108], 2); TextDrawLetterSize(TutTxtdraw[108], 0.209998, 1.000000); TextDrawColor(TutTxtdraw[108], -1); TextDrawSetOutline(TutTxtdraw[108], 0); TextDrawSetProportional(TutTxtdraw[108], 1); TextDrawSetShadow(TutTxtdraw[108], 1); textdrawscount++; // Tutorial (Frame 23) (Line 1) TutTxtdraw[109] = TextDrawCreate(175.000000, 141.000000, "Enough chat, it's time to for us to shut up and for you to play, so if you"); TextDrawBackgroundColor(TutTxtdraw[109], 255); TextDrawFont(TutTxtdraw[109], 2); TextDrawLetterSize(TutTxtdraw[109], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[109], -1); TextDrawSetOutline(TutTxtdraw[109], 1); TextDrawSetProportional(TutTxtdraw[109], 1); textdrawscount++; // Tutorial (Frame 23) (Line 2) TutTxtdraw[110] = TextDrawCreate(175.000000, 152.000000, "have any questions, use ~g~/newb~w~. If you need personal help, use"); TextDrawBackgroundColor(TutTxtdraw[110], 255); TextDrawFont(TutTxtdraw[110], 2); TextDrawLetterSize(TutTxtdraw[110], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[110], -1); TextDrawSetOutline(TutTxtdraw[110], 1); TextDrawSetProportional(TutTxtdraw[110], 1); textdrawscount++; // Tutorial (Frame 23) (Line 3) TutTxtdraw[111] = TextDrawCreate(175.000000, 163.000000, "~g~/requesthelp~w~. For a list of commands type /help. For more information,"); TextDrawBackgroundColor(TutTxtdraw[111], 255); TextDrawFont(TutTxtdraw[111], 2); TextDrawLetterSize(TutTxtdraw[111], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[111], -1); TextDrawSetOutline(TutTxtdraw[111], 1); TextDrawSetProportional(TutTxtdraw[111], 1); textdrawscount++; // Tutorial (Frame 23) (Line 4) TutTxtdraw[112] = TextDrawCreate(175.000000, 174.000000, "check out ~y~www.ff-gaming.net~w~."); TextDrawBackgroundColor(TutTxtdraw[112], 255); TextDrawFont(TutTxtdraw[112], 2); TextDrawLetterSize(TutTxtdraw[112], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[112], -1); TextDrawSetOutline(TutTxtdraw[112], 1); TextDrawSetProportional(TutTxtdraw[112], 1); textdrawscount++; // Tutorial (Frame 23) (Line 5) TutTxtdraw[113] = TextDrawCreate(175.000000, 204.000000, "Your weapons will be restricted for the first 2 hours of play."); TextDrawBackgroundColor(TutTxtdraw[113], 255); TextDrawFont(TutTxtdraw[113], 2); TextDrawLetterSize(TutTxtdraw[113], 0.159998, 0.899999); TextDrawColor(TutTxtdraw[113], -1); TextDrawSetOutline(TutTxtdraw[113], 1); TextDrawSetProportional(TutTxtdraw[113], 1); textdrawscount++;
Код:
/* Ganton Parking */ CreateObject(8841,2264.67651367,-1712.48095703,19.92780304,0.00000000,0.00000000,0.00000000); //object(rsdncarprk01_lvs) (1) CreateObject(5817,2295.09570312,-1702.87438965,12.90103912,0.00000000,0.00000000,0.00000000); //object(odrampbit01) (1) CreateObject(970,2230.32324219,-1689.35644531,13.57033825,0.00000000,0.00000000,74.75000000); //object(fencesmallb) (1) CreateObject(970,2229.65698242,-1693.39978027,13.57033825,0.00000000,0.00000000,87.24548340); //object(fencesmallb) (2) CreateObject(973,2293.39843750,-1706.10974121,17.44178200,0.00000000,0.00000000,270.00000000); //object(sub_roadbarrier) (2) CreateObject(973,2293.39843750,-1715.45471191,17.44178200,0.00000000,0.00000000,270.00000000); //object(sub_roadbarrier) (3) CreateObject(973,2293.39843750,-1717.52868652,17.44178200,0.00000000,0.00000000,270.00000000); //object(sub_roadbarrier) (4) CreateObject(973,2288.86962891,-1722.12243652,17.44178200,0.00000000,0.00000000,180.00000000); //object(sub_roadbarrier) (5) CreateObject(973,2279.70849609,-1721.42797852,17.44178200,0.00000000,0.00000000,179.99450684); //object(sub_roadbarrier) (6) CreateObject(973,2270.49707031,-1721.42797852,17.44178200,0.00000000,0.00000000,179.99450684); //object(sub_roadbarrier) (7) CreateObject(973,2261.74707031,-1721.42797852,17.44178200,0.00000000,0.00000000,179.99450684); //object(sub_roadbarrier) (8) CreateObject(973,2255.24707031,-1721.42797852,17.44178200,0.00000000,0.00000000,179.99450684); //object(sub_roadbarrier) (9) CreateObject(3852,2282.73559570,-1687.70104980,17.38518715,0.00000000,0.00000000,0.00000000); //object(sf_jump) (1) CreateObject(3852,2282.73559570,-1682.32824707,14.36020279,0.00000000,0.00000000,0.00000000); //object(sf_jump) (3) CreateObject(3852,2282.73559570,-1690.10522461,17.36021423,0.00000000,0.00000000,0.00000000); //object(sf_jump) (5) CreateObject(996,2224.05859375,-1700.02575684,13.39880848,0.00000000,0.00000000,82.75000000); //object(lhouse_barrier1) (1) CreateObject(996,2223.02783203,-1708.03686523,13.39880848,0.00000000,0.00000000,82.74902344); //object(lhouse_barrier1) (2) CreateObject(996,2222.17041016,-1716.06823730,13.39880848,0.00000000,0.00000000,83.99902344); //object(lhouse_barrier1) (3) CreateObject(997,2224.93994141,-1692.60424805,12.88302422,0.00000000,0.00000000,0.00000000); //object(lhouse_barrier3) (1) CreateObject(997,2228.05371094,-1692.58691406,12.88302422,0.00000000,0.00000000,0.00000000); //object(lhouse_barrier3) (2) CreateObject(997,2221.87524414,-1719.81066895,12.53605080,0.00000000,0.00000000,86.75000000); //object(lhouse_barrier3) (3) CreateObject(997,2221.57861328,-1722.92187500,12.53605080,0.00000000,0.00000000,84.24853516); //object(lhouse_barrier3) (4) CreateObject(997,2222.99438477,-1725.66235352,12.53605080,0.00000000,0.00000000,115.74853516); //object(lhouse_barrier3) (5) CreateObject(997,2225.74633789,-1727.02221680,12.53605080,0.00000000,0.00000000,151.74645996); //object(lhouse_barrier3) (6) CreateObject(997,2228.86962891,-1727.14196777,12.53605080,0.00000000,0.00000000,177.74316406); //object(lhouse_barrier3) (7) CreateObject(997,2228.72436523,-1727.11303711,12.53605080,0.00000000,0.00000000,0.00000000); //object(lhouse_barrier3) (8) CreateObject(997,2231.84814453,-1727.11303711,12.53605080,0.00000000,0.00000000,0.00000000); //object(lhouse_barrier3) (9) CreateObject(997,2234.99316406,-1727.11303711,12.53605080,0.00000000,0.00000000,0.00000000); //object(lhouse_barrier3) (10) CreateObject(997,2238.16650391,-1727.11303711,12.53605080,0.00000000,0.00000000,0.00000000); //object(lhouse_barrier3) (11) CreateObject(997,2241.24267578,-1727.11303711,12.53605080,0.00000000,0.00000000,0.00000000); //object(lhouse_barrier3) (12) CreateObject(997,2244.36572266,-1727.11303711,12.53605080,0.00000000,0.00000000,0.00000000); //object(lhouse_barrier3) (13) CreateObject(997,2247.53857422,-1727.11303711,12.53605080,0.00000000,0.00000000,0.00000000); //object(lhouse_barrier3) (14) CreateObject(997,2250.71240234,-1727.18395996,12.53605080,0.00000000,0.00000000,90.00000000); //object(lhouse_barrier3) (15) CreateObject(997,2250.71630859,-1724.07153320,12.53605080,0.00000000,0.00000000,90.00000000); //object(lhouse_barrier3) (16) CreateObject(1251,2280.39331055,-1675.29077148,15.23873997,0.00000000,0.00000000,90.00000000); //object(smashbar) (1) CreateObject(1237,2273.05761719,-1669.03125000,14.35147285,0.00000000,0.00000000,0.00000000); //object(strtbarrier01) (1) CreateObject(1237,2273.71044922,-1667.89233398,14.35147285,0.00000000,0.00000000,0.00000000); //object(strtbarrier01) (2) CreateObject(1237,2274.51538086,-1666.58361816,14.35147285,0.00000000,0.00000000,0.00000000); //object(strtbarrier01) (3) CreateObject(1237,2275.04882812,-1665.31433105,14.35147285,0.00000000,0.00000000,0.00000000); //object(strtbarrier01) (4) CreateObject(8041,2285.63671875,-1675.15417480,18.98089027,0.00000000,0.00000000,90.00000000); //object(apbarriergate06_lvs) (1) CreateObject(3852,2279.17724609,-1682.34191895,14.36020279,0.00000000,0.00000000,0.00000000); //object(sf_jump) (7) CreateObject(3852,2279.13916016,-1687.65332031,17.38518715,0.00000000,0.00000000,0.00000000); //object(sf_jump) (8) CreateObject(3852,2279.13403320,-1690.08044434,17.36021423,0.00000000,0.00000000,0.00000000); //object(sf_jump) (9) /* Ganton Parking End */ /* Grotti parking */ CreateObject(9339,554.11846924,-1279.22155762,23.49732590,0.00000000,90.00000000,90.00000000); //object(sfnvilla001_cm) (15) CreateObject(8661,547.21130371,-1288.57043457,23.59180641,0.00000000,0.00000000,0.00000000); //object(gnhtelgrnd_lvs) (1) CreateObject(9339,540.32373047,-1279.21118164,23.49732590,0.00000000,90.00000000,90.00000000); //object(sfnvilla001_cm) (27) CreateObject(9339,527.90856934,-1291.58288574,23.49732590,0.00000000,90.00000000,180.00000000); //object(sfnvilla001_cm) (28) CreateObject(9339,566.50256348,-1291.58862305,23.49732590,0.00000000,90.00000000,179.99450684); //object(sfnvilla001_cm) (29) CreateObject(8661,546.95574951,-1288.68481445,23.59180641,0.25006104,180.00000000,180.00000000); //object(gnhtelgrnd_lvs) (2) CreateObject(970,550.83929443,-1260.09997559,17.74365425,0.00000000,0.00000000,35.00000000); //object(fencesmallb) (1) CreateObject(970,547.35687256,-1262.54113770,17.74365425,0.00000000,0.00000000,34.99694824); //object(fencesmallb) (2) CreateObject(970,543.88415527,-1265.03393555,17.74365425,0.00000000,0.00000000,34.99694824); //object(fencesmallb) (3) CreateObject(970,540.42633057,-1267.50769043,17.74365425,0.00000000,0.00000000,36.99694824); //object(fencesmallb) (4) CreateObject(970,537.06542969,-1270.11096191,17.74365425,0.00000000,0.00000000,37.99645996); //object(fencesmallb) (5) CreateObject(970,533.75811768,-1272.74133301,17.74365425,0.00000000,0.00000000,37.99621582); //object(fencesmallb) (6) CreateObject(970,530.38006592,-1275.36389160,17.74365425,0.00000000,0.00000000,37.99621582); //object(fencesmallb) (7) CreateObject(970,527.03735352,-1277.98937988,17.74365425,0.00000000,0.00000000,37.99621582); //object(fencesmallb) (8) CreateObject(970,523.72644043,-1280.65466309,17.74365425,0.00000000,0.00000000,39.24621582); //object(fencesmallb) (9) CreateObject(970,520.39648438,-1283.33666992,17.74365425,0.00000000,0.00000000,38.74316406); //object(fencesmallb) (10) CreateObject(970,517.10064697,-1286.02026367,17.74365425,0.00000000,0.00000000,38.74316406); //object(fencesmallb) (11) CreateObject(970,513.79986572,-1288.69689941,17.74365425,0.00000000,0.00000000,38.73779297); //object(fencesmallb) (12) CreateObject(970,510.50381470,-1291.33911133,17.74365425,0.00000000,0.00000000,38.73779297); //object(fencesmallb) (13) CreateObject(970,507.14752197,-1294.02856445,17.74365425,0.00000000,0.00000000,38.98779297); //object(fencesmallb) (14) CreateObject(970,503.89877319,-1296.69409180,17.74365425,0.00000000,0.00000000,39.73754883); //object(fencesmallb) (15) CreateObject(970,500.59469604,-1299.45666504,17.74365425,0.00000000,0.00000000,39.23754883); //object(fencesmallb) (16) CreateObject(970,497.53906250,-1301.97802734,17.74365425,0.00000000,0.00000000,39.23217773); //object(fencesmallb) (17) CreateObject(970,497.25711060,-1304.97546387,17.74365425,0.00000000,0.00000000,129.23217773); //object(fencesmallb) (18) CreateObject(970,499.96429443,-1308.28955078,17.74365425,0.00000000,0.00000000,128.22668457); //object(fencesmallb) (19) CreateObject(970,502.55761719,-1311.71118164,17.74365425,0.00000000,0.00000000,126.22143555); //object(fencesmallb) (20) CreateObject(970,505.10040283,-1315.19287109,17.74365425,0.00000000,0.00000000,126.21643066); //object(fencesmallb) (21) CreateObject(970,507.45721436,-1318.80908203,17.74365425,0.00000000,0.00000000,119.46643066); //object(fencesmallb) (22) CreateObject(970,509.46026611,-1322.59057617,17.74365425,0.00000000,0.00000000,115.46533203); //object(fencesmallb) (23) CreateObject(970,511.32205200,-1326.49365234,17.74365425,0.00000000,0.00000000,115.46081543); //object(fencesmallb) (24) CreateObject(970,512.32086182,-1328.56457520,17.74365425,0.00000000,0.00000000,115.46081543); //object(fencesmallb) (25) CreateObject(970,515.23974609,-1330.06896973,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (26) CreateObject(970,519.35791016,-1329.01599121,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (27) CreateObject(970,523.50689697,-1327.98254395,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (28) CreateObject(970,527.65484619,-1326.94787598,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (29) CreateObject(970,531.77392578,-1325.89587402,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (30) CreateObject(970,535.89306641,-1324.84411621,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (31) CreateObject(970,539.93792725,-1323.80834961,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (32) CreateObject(970,544.09985352,-1322.72021484,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (33) CreateObject(970,548.21801758,-1321.66711426,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (34) CreateObject(970,552.36578369,-1320.63244629,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (35) CreateObject(970,556.48986816,-1319.60400391,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (36) CreateObject(970,560.60766602,-1318.55090332,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (37) CreateObject(970,564.67736816,-1317.50988770,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (38) CreateObject(970,568.79614258,-1316.45812988,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (39) CreateObject(970,572.89044189,-1315.41162109,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (40) CreateObject(970,574.27105713,-1315.05883789,17.74365425,0.00000000,0.00000000,194.21081543); //object(fencesmallb) (41) CreateObject(970,575.91784668,-1312.45751953,17.74365425,0.00000000,0.00000000,282.21081543); //object(fencesmallb) (42) CreateObject(970,575.00402832,-1308.39648438,17.74365425,0.00000000,0.00000000,282.20581055); //object(fencesmallb) (43) CreateObject(970,574.05505371,-1304.21362305,17.74365425,0.00000000,0.00000000,282.20581055); //object(fencesmallb) (44) CreateObject(970,573.17163086,-1300.02917480,17.74365425,0.00000000,0.00000000,282.20581055); //object(fencesmallb) (45) CreateObject(970,572.27233887,-1295.87060547,17.74365425,0.00000000,0.00000000,282.20581055); //object(fencesmallb) (46) CreateObject(970,571.37219238,-1291.71386719,17.74365425,0.00000000,0.00000000,282.20581055); //object(fencesmallb) (47) CreateObject(970,570.45983887,-1287.48315430,17.74365425,0.00000000,0.00000000,282.20581055); //object(fencesmallb) (48) CreateObject(970,569.53192139,-1283.30346680,17.74365425,0.00000000,0.00000000,282.20581055); //object(fencesmallb) (49) CreateObject(970,568.57446289,-1279.10498047,17.74365425,0.00000000,0.00000000,282.20581055); //object(fencesmallb) (50) CreateObject(970,567.64691162,-1274.92602539,17.74365425,0.00000000,0.00000000,282.20581055); //object(fencesmallb) (51) CreateObject(970,566.70526123,-1270.67480469,17.74365425,0.00000000,0.00000000,282.20581055); //object(fencesmallb) (52) CreateObject(970,565.77246094,-1266.47070312,17.74365425,0.00000000,0.00000000,282.20581055); //object(fencesmallb) (53) CreateObject(970,565.02215576,-1262.27294922,17.74365425,0.00000000,0.00000000,282.20581055); //object(fencesmallb) (54) CreateObject(970,564.10064697,-1258.01611328,17.74365425,0.00000000,0.00000000,282.20581055); //object(fencesmallb) (55) CreateObject(970,563.49688721,-1254.81054688,17.74365425,0.00000000,0.00000000,282.20581055); //object(fencesmallb) (56) CreateObject(9339,560.78790283,-1266.29064941,19.46633720,342.10583496,92.02297974,7.31884766); //object(sfnvilla001_cm) (37) CreateObject(9339,562.07373047,-1266.27868652,19.46633720,342.10327148,92.02148438,7.31689453); //object(sfnvilla001_cm) (38) CreateObject(9339,559.79272461,-1266.31018066,19.46633720,342.10327148,92.02148438,7.31689453); //object(sfnvilla001_cm) (39) CreateObject(970,558.38409424,-1278.56445312,24.19327927,0.00000000,0.00000000,0.00000000); //object(fencesmallb) (57) CreateObject(970,554.17236328,-1278.55419922,24.19327927,0.00000000,0.00000000,0.00000000); //object(fencesmallb) (58) CreateObject(970,549.94012451,-1278.59558105,24.19327927,0.00000000,0.00000000,0.00000000); //object(fencesmallb) (59) CreateObject(970,545.70526123,-1278.61132812,24.19327927,0.00000000,0.00000000,0.00000000); //object(fencesmallb) (60) CreateObject(970,541.46990967,-1278.60339355,24.19327927,0.00000000,0.00000000,0.00000000); //object(fencesmallb) (61) CreateObject(970,537.15966797,-1278.59973145,24.19327927,0.00000000,0.00000000,0.00000000); //object(fencesmallb) (62) CreateObject(970,532.90075684,-1278.61828613,24.19327927,0.00000000,0.00000000,0.00000000); //object(fencesmallb) (63) CreateObject(970,529.42047119,-1278.65832520,24.19327927,0.00000000,0.00000000,0.00000000); //object(fencesmallb) (64) CreateObject(970,527.34790039,-1280.68835449,24.19327927,0.00000000,0.00000000,90.00000000); //object(fencesmallb) (65) CreateObject(970,527.35314941,-1284.91223145,24.19327927,0.00000000,0.00000000,90.00000000); //object(fencesmallb) (66) CreateObject(970,527.35711670,-1289.16259766,24.19327927,0.00000000,0.00000000,90.00000000); //object(fencesmallb) (67) CreateObject(970,527.36193848,-1293.48693848,24.19327927,0.00000000,0.00000000,90.00000000); //object(fencesmallb) (68) CreateObject(970,567.16424561,-1291.84130859,24.19327927,0.00000000,0.00000000,90.00000000); //object(fencesmallb) (69) CreateObject(970,567.16760254,-1287.61206055,24.19327927,0.00000000,0.00000000,90.00000000); //object(fencesmallb) (70) CreateObject(970,567.14569092,-1283.38305664,24.19327927,0.00000000,0.00000000,90.00000000); //object(fencesmallb) (71) CreateObject(970,567.12896729,-1280.73022461,24.19327927,0.00000000,0.00000000,90.00000000); //object(fencesmallb) (72) CreateObject(9339,563.13079834,-1266.29882812,19.46633720,342.10327148,92.02148438,7.31689453); //object(sfnvilla001_cm) (40) CreateObject(9339,564.44219971,-1266.37194824,19.46633720,342.10327148,92.02148438,7.31689453); //object(sfnvilla001_cm) (41) CreateObject(970,560.35528564,-1275.80200195,23.31829262,358.10339355,18.51052856,96.63488770); //object(fencesmallb) (74) CreateObject(970,559.90472412,-1271.83825684,21.96828270,358.09826660,18.25784302,98.62622070); //object(fencesmallb) (75) CreateObject(970,559.36175537,-1267.77734375,20.64330292,358.08465576,17.50195312,98.59893799); //object(fencesmallb) (76) CreateObject(970,558.84527588,-1263.71398926,19.31830406,358.08288574,17.50122070,98.59680176); //object(fencesmallb) (77) CreateObject(970,558.32116699,-1259.63439941,17.99330902,358.08288574,17.50122070,97.59680176); //object(fencesmallb) (78) CreateObject(970,564.08850098,-1259.05065918,17.99330902,358.08288574,17.49572754,97.59155273); //object(fencesmallb) (79) CreateObject(970,564.65124512,-1263.29150391,19.31830406,358.08288574,17.50122070,98.59680176); //object(fencesmallb) (80) CreateObject(970,565.23327637,-1267.28442383,20.64330292,358.08288574,17.50122070,98.59680176); //object(fencesmallb) (81) CreateObject(970,565.72991943,-1271.44018555,21.96828270,358.09387207,18.25378418,98.62426758); //object(fencesmallb) (82) CreateObject(970,566.25683594,-1275.58215332,23.31829262,358.09936523,18.50646973,96.63024902); //object(fencesmallb) (83) CreateObject(10183,537.33953857,-1275.61462402,16.26018143,0.00000000,0.00000000,83.00000000); //object(ferspaces) (1) CreateObject(10183,556.80828857,-1290.23718262,16.26018143,0.00000000,0.00000000,225.74621582); //object(ferspaces) (2) CreateObject(10183,546.96118164,-1290.61523438,23.64017868,0.00000000,0.00000000,225.74157715); //object(ferspaces) (3) CreateObject(10183,535.80981445,-1320.53649902,16.26018143,0.00000000,0.00000000,239.49621582); //object(ferspaces) (4) CreateObject(10183,531.89593506,-1309.57629395,16.26018143,0.00000000,0.00000000,225.49096680); //object(ferspaces) (5) CreateObject(10183,532.81085205,-1299.13867188,16.26018143,0.00000000,0.00000000,225.48889160); //object(ferspaces) (6) CreateObject(647,576.34063721,-1285.99072266,16.29700661,0.00000000,0.00000000,0.00000000); //object(new_bushsm) (1) CreateObject(647,573.39550781,-1286.56445312,16.29700661,0.00000000,0.00000000,0.00000000); //object(new_bushsm) (2) CreateObject(647,574.11419678,-1290.24487305,16.29700661,0.00000000,0.00000000,0.00000000); //object(new_bushsm) (3) CreateObject(647,577.84112549,-1287.44567871,16.29700661,0.00000000,0.00000000,0.00000000); //object(new_bushsm) (4) CreateObject(647,577.38281250,-1290.09838867,16.29700661,0.00000000,0.00000000,0.00000000); //object(new_bushsm) (5) CreateObject(647,577.41381836,-1292.64672852,16.29700661,0.00000000,0.00000000,0.00000000); //object(new_bushsm) (6) CreateObject(647,574.72351074,-1293.21850586,16.29700661,0.00000000,0.00000000,0.00000000); //object(new_bushsm) (7) CreateObject(3578,558.60119629,-1255.30114746,15.50974274,358.75042725,358.49969482,29.71728516); //object(dockbarr1_la) (1) CreateObject(3578,556.98236084,-1256.19799805,15.50974274,358.74774170,358.99713135,29.72360229); //object(dockbarr1_la) (2) CreateObject(1472,566.15985107,-1293.81323242,25.54650307,0.00000000,0.00000000,180.00000000); //object(dyn_porch_1) (1) CreateObject(1472,566.15368652,-1292.85937500,24.72149277,0.00000000,0.00000000,179.99450684); //object(dyn_porch_1) (2) CreateObject(1472,566.09509277,-1291.80395508,23.84649467,0.00000000,0.00000000,179.99450684); //object(dyn_porch_1) (3) CreateObject(1472,566.14093018,-1292.90332031,23.84649467,0.00000000,0.00000000,179.99450684); //object(dyn_porch_1) (4) CreateObject(1472,566.14038086,-1294.07922363,23.84649467,0.00000000,0.00000000,179.99450684); //object(dyn_porch_1) (5) CreateObject(1472,566.13031006,-1293.85388184,24.72149277,0.00000000,0.00000000,179.99450684); //object(dyn_porch_1) (6) CreateObject(1491,565.46697998,-1293.88891602,26.24056625,0.00000000,0.00000000,0.00000000); //object(gen_doorint01) (1) CreateObject(1649,563.25531006,-1293.80651855,27.93130875,0.00000000,0.00000000,180.00000000); //object(wglasssmash) (1) CreateObject(1649,558.83929443,-1293.80175781,27.93130875,0.00000000,0.00000000,179.99450684); //object(wglasssmash) (6) CreateObject(1649,554.45007324,-1293.82214355,27.93130875,0.00000000,0.00000000,179.99450684); //object(wglasssmash) (7) CreateObject(1649,550.05609131,-1293.79223633,27.93130875,0.00000000,0.00000000,179.99450684); //object(wglasssmash) (8) CreateObject(1649,546.08892822,-1295.13073730,27.93130875,0.00000000,0.00000000,217.99450684); //object(wglasssmash) (9) CreateObject(1649,546.08886719,-1295.12988281,27.93130875,0.00000000,0.00000000,39.99072266); //object(wglasssmash) (10) CreateObject(1649,550.05566406,-1293.79199219,27.93130875,0.00000000,0.00000000,359.99450684); //object(wglasssmash) (11) CreateObject(1649,554.44921875,-1293.82128906,27.93130875,0.00000000,0.00000000,359.99450684); //object(wglasssmash) (12) CreateObject(1649,558.83886719,-1293.80175781,27.93130875,0.00000000,0.00000000,359.99450684); //object(wglasssmash) (13) CreateObject(1649,563.25488281,-1293.80566406,27.93130875,0.00000000,0.00000000,359.99450684); //object(wglasssmash) (14) CreateObject(1649,567.10797119,-1296.03479004,27.93130875,0.00000000,0.00000000,89.98901367); //object(wglasssmash) (15) CreateObject(1649,567.09826660,-1300.54663086,27.93130875,0.00000000,0.00000000,89.98901367); //object(wglasssmash) (16) CreateObject(1649,567.08666992,-1305.03320312,27.93130875,0.00000000,0.00000000,89.98901367); //object(wglasssmash) (17) CreateObject(1649,567.11828613,-1309.49291992,27.93130875,0.00000000,0.00000000,89.98901367); //object(wglasssmash) (18) CreateObject(1649,567.10742188,-1296.03417969,27.93130875,0.00000000,0.00000000,269.98901367); //object(wglasssmash) (19) CreateObject(1649,567.09765625,-1300.54589844,27.93130875,0.00000000,0.00000000,269.98901367); //object(wglasssmash) (20) CreateObject(1649,567.08593750,-1305.03320312,27.93130875,0.00000000,0.00000000,269.98901367); //object(wglasssmash) (21) CreateObject(1649,567.03802490,-1309.46643066,27.93130875,0.00000000,0.00000000,269.98901367); //object(wglasssmash) (22) CreateObject(970,567.11212158,-1311.70019531,26.69327927,0.00000000,0.00000000,90.00000000); //object(fencesmallb) (84) CreateObject(970,564.94110107,-1313.80773926,26.69327927,0.00000000,0.00000000,0.00000000); //object(fencesmallb) (85) CreateObject(970,560.70910645,-1313.78564453,26.69327927,0.00000000,0.00000000,0.00000000); //object(fencesmallb) (86) CreateObject(1491,561.13000488,-1311.67150879,26.24056625,0.00000000,0.00000000,0.00000000); //object(gen_doorint01) (2) CreateObject(1649,564.78662109,-1311.72009277,27.93130875,0.00000000,0.00000000,359.98901367); //object(wglasssmash) (23) CreateObject(1649,558.91894531,-1311.75439453,27.93130875,0.00000000,0.00000000,359.98352051); //object(wglasssmash) (24) CreateObject(1649,554.42578125,-1311.72448730,27.93130875,0.00000000,0.00000000,359.98352051); //object(wglasssmash) (25) CreateObject(1649,549.93737793,-1311.74462891,27.93130875,0.00000000,0.00000000,359.98352051); //object(wglasssmash) (26) CreateObject(1649,545.42065430,-1311.74182129,27.93130875,0.00000000,0.00000000,359.98352051); //object(wglasssmash) (27) CreateObject(1649,564.78613281,-1311.71972656,27.93130875,0.00000000,0.00000000,179.98352051); //object(wglasssmash) (31) CreateObject(1649,558.91894531,-1311.75390625,27.93130875,0.00000000,0.00000000,179.98352051); //object(wglasssmash) (32) CreateObject(1649,554.42578125,-1311.72363281,27.93130875,0.00000000,0.00000000,179.98352051); //object(wglasssmash) (33) CreateObject(1649,549.93652344,-1311.74414062,27.93130875,0.00000000,0.00000000,179.98352051); //object(wglasssmash) (34) CreateObject(1649,545.49481201,-1311.73645020,27.93130875,0.00000000,0.00000000,179.98352051); //object(wglasssmash) (35) CreateObject(1649,543.25073242,-1309.47631836,27.93130875,0.00000000,0.00000000,91.98303223); //object(wglasssmash) (36) CreateObject(1649,543.09381104,-1305.01525879,27.93130875,0.00000000,0.00000000,91.98303223); //object(wglasssmash) (37) CreateObject(1649,543.25000000,-1309.47558594,27.93130875,0.00000000,0.00000000,271.97753906); //object(wglasssmash) (39) CreateObject(1649,543.09375000,-1305.01464844,27.93130875,0.00000000,0.00000000,271.97753906); //object(wglasssmash) (40) CreateObject(1649,542.95928955,-1300.57531738,27.93130875,0.00000000,0.00000000,271.97753906); //object(wglasssmash) (41) CreateObject(1649,542.95898438,-1300.57519531,27.93130875,0.00000000,0.00000000,91.97753906); //object(wglasssmash) (42) CreateObject(970,556.77508545,-1312.76599121,26.69327927,0.00000000,0.00000000,330.50000000); //object(fencesmallb) (87) CreateObject(2885,551.99621582,-1300.51818848,29.77639771,270.05596924,359.62890625,179.18420410); //object(xref_garagedoor) (2) CreateObject(2885,561.70489502,-1300.49938965,29.77639771,270.05493164,359.62646484,179.43151855); //object(xref_garagedoor) (3) CreateObject(2885,561.68084717,-1307.20031738,29.77639771,270.05493164,359.62646484,179.42871094); //object(xref_garagedoor) (4) CreateObject(2885,561.69702148,-1311.77050781,29.77639771,270.05493164,359.62646484,179.42871094); //object(xref_garagedoor) (5) CreateObject(2885,551.03350830,-1311.73840332,29.77639771,270.05493164,359.62646484,179.42871094); //object(xref_garagedoor) (6) CreateObject(2885,551.10906982,-1306.23156738,29.77639771,270.05493164,359.62646484,179.42871094); //object(xref_garagedoor) (7) CreateObject(2885,548.63824463,-1306.06665039,29.77639771,270.05493164,359.62646484,181.42871094); //object(xref_garagedoor) (8) CreateObject(2885,548.70690918,-1311.81945801,29.77639771,270.05493164,359.62646484,181.42822266); //object(xref_garagedoor) (9) CreateObject(970,567.04010010,-1292.06542969,25.29327393,358.40283203,37.01678467,91.20394897); //object(fencesmallb) (88) CreateObject(1703,547.27111816,-1300.94018555,26.24056625,0.00000000,0.00000000,87.50000000); //object(kb_couch02) (1) CreateObject(1703,547.39880371,-1297.85852051,26.24056625,0.00000000,0.00000000,87.49511719); //object(kb_couch02) (2) CreateObject(1703,549.13085938,-1294.41992188,26.24056625,0.00000000,0.00000000,358.49511719); //object(kb_couch02) (3) CreateObject(1703,566.29187012,-1308.00646973,26.24056625,0.00000000,0.00000000,267.49511719); //object(kb_couch02) (4) CreateObject(1703,566.41864014,-1304.38854980,26.24056625,0.00000000,0.00000000,267.49511719); //object(kb_couch02) (5) CreateObject(2163,543.52148438,-1301.86340332,26.24056625,0.00000000,0.00000000,0.00000000); //object(med_office_unit_2) (1) CreateObject(2164,545.29663086,-1301.86657715,26.24056625,0.00000000,0.00000000,0.00000000); //object(med_office_unit_5) (1) CreateObject(2604,547.93035889,-1305.80700684,27.03744125,0.00000000,0.00000000,272.00000000); //object(cj_police_counter) (1) CreateObject(2604,548.05450439,-1309.80957031,27.03744125,0.00000000,0.00000000,271.99951172); //object(cj_police_counter) (2) CreateObject(2099,553.12188721,-1294.07360840,26.24056625,0.00000000,0.00000000,0.00000000); //object(med_hi_fi_1) (1) CreateObject(2186,544.04296875,-1311.16796875,26.24056625,0.00000000,0.00000000,0.00000000); //object(photocopier_1) (1) CreateObject(2186,543.80450439,-1308.32495117,26.24056625,0.00000000,0.00000000,0.00000000); //object(photocopier_1) (2) CreateObject(1703,556.58203125,-1303.61120605,26.24056625,0.00000000,0.00000000,4.49511719); //object(kb_couch02) (6) CreateObject(1703,558.54071045,-1302.07189941,26.24056625,0.00000000,0.00000000,184.49340820); //object(kb_couch02) (7) CreateObject(631,559.54205322,-1303.31127930,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (1) CreateObject(631,559.49475098,-1302.26818848,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (2) CreateObject(631,555.68560791,-1303.49536133,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (3) CreateObject(631,555.59777832,-1302.47351074,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (4) CreateObject(631,566.17144775,-1310.94299316,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (5) CreateObject(631,566.39404297,-1307.19067383,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (6) CreateObject(631,566.52795410,-1303.53027344,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (7) CreateObject(631,566.55712891,-1297.43457031,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (8) CreateObject(631,566.50561523,-1298.39135742,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (9) CreateObject(631,566.49780273,-1299.26879883,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (10) CreateObject(631,557.77185059,-1294.46435547,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (11) CreateObject(631,558.79620361,-1294.49768066,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (12) CreateObject(631,559.73785400,-1294.49536133,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (13) CreateObject(631,560.78808594,-1294.39624023,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (14) CreateObject(631,561.73425293,-1294.41906738,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (15) CreateObject(631,548.19366455,-1295.04528809,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (16) CreateObject(1703,554.68127441,-1302.43298340,26.24056625,0.00000000,0.00000000,184.49340820); //object(kb_couch02) (8) CreateObject(1703,552.71826172,-1303.90600586,26.24056625,0.00000000,0.00000000,4.49340820); //object(kb_couch02) (9) CreateObject(631,551.92645264,-1302.63098145,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (17) CreateObject(631,551.97070312,-1303.78051758,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (18) CreateObject(1703,558.08911133,-1311.12365723,26.24056625,0.00000000,0.00000000,176.99340820); //object(kb_couch02) (10) CreateObject(631,558.92822266,-1311.08203125,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (19) CreateObject(631,555.23663330,-1311.02050781,27.26558304,0.00000000,0.00000000,0.00000000); //object(veg_palmkb9) (20) /* Grotti parking end */ /* Water Park */ CreateObject(8947, 410.06854248047, -2028.2818603516, -2.9000000953674, 0, 0, 270); CreateObject(8947, 405.24688720703, -2008.9429931641, -2.9000000953674, 0, 0, 0); CreateObject(8947, 405.24688720703, -1984.4323730469, -2.9000000953674, 0, 0, 0); CreateObject(8947, 424.65689086914, -1985.6970214844, -2.9000000953674, 0, 0, 270); CreateObject(4014, 407.19009399414, -1944.1274414063, 3.2999999523163, 0, 0, 90); CreateObject(8947, 390.77578735352, -1982.7951660156, -2.9000000953674, 0, 0, 0); CreateObject(8947, 424.65625, -1985.6962890625, -2.9000000953674, 0, 0, 270); CreateObject(8947, 424.6364440918, -1971.1892089844, -2.9000000953674, 0, 0, 270); CreateObject(11496, 372.4475402832, -1937.8055419922, 6.3000001907349, 11, 0, 270); CreateObject(11496, 388.1335144043, -1937.7900390625, 7.8000001907349, 0, 0, 270); CreateObject(11496, 403.88195800781, -1937.6723632813, 6.9699997901917, 354, 0, 270); CreateObject(11496, 419.49542236328, -1937.7814941406, 5.3000001907349, 353.99597167969, 0, 270); CreateObject(8947, 403.05795288086, -1964.8253173828, -2.9000000953674, 0, 0, 270); CreateObject(8947, 443.20208740234, -2009.0740966797, -2.9000000953674, 0, 0, 0); CreateObject(8947, 443.17547607422, -1984.6831054688, -2.9000000953674, 0, 0, 0); CreateObject(8947, 424.11877441406, -2000.0283203125, -9, 0, 0, 270); CreateObject(8947, 424.25796508789, -2014.7041015625, -9, 0, 0, 270); CreateObject(8947, 434.57000732422, -2028.3000488281, -2.9000000953674, 0, 0, 270); CreateObject(8947, 448.77127075195, -1965.4396972656, -2.9000000953674, 0, 0, 270); CreateObject(8947, 481.78186035156, -1984.4155273438, -2.9000000953674, 0, 0, 0); CreateObject(8947, 481.81707763672, -2008.7598876953, -2.9000000953674, 0, 0, 0); CreateObject(8947, 458.80947875977, -2028.6722412109, -2.9000000953674, 0, 0, 270); CreateObject(8947, 483.00994873047, -2028.2473144531, -2.9000000953674, 0, 0, 270); CreateObject(8947, 473.30126953125, -1965.4000244141, -2.9000000953674, 0, 0, 270); CreateObject(8947, 462.71310424805, -2014.2761230469, -9, 0, 0, 270); CreateObject(8947, 462.71310424805, -1999.7392578125, -9, 0, 0, 270); CreateObject(8947, 462.71310424805, -1985.2817382813, -9, 0, 0, 270); CreateObject(8947, 462.71310424805, -1970.78125, -9, 0, 0, 270); CreateObject(10008, 421.07943725586, -2026.0206298828, 11, 0, 0, 94); CreateObject(10008, 421.0791015625, -2026.0205078125, 4.9177556037903, 0, 0, 93.9990234375); CreateObject(10008, 421.0791015625, -2026.0205078125, 17.200000762939, 0, 0, 93.9990234375); CreateObject(3051, 421.0944519043, -2019.6164550781, 12.800000190735, 47, 90, 272); CreateObject(3051, 421.09375, -2019.6162109375, 6.6300001144409, 46.99951171875, 90, 271.99951171875); CreateObject(3051, 421.09375, -2019.6162109375, 19, 46.99951171875, 90, 271.99951171875); CreateObject(8651, 442.56881713867, -2035.1793212891, 1.1517952680588, 0, 0, 270.30004882813); CreateObject(8651, 412.7421875, -2035.30859375, 1.1517952680588, 0, 0, 270.29663085938); CreateObject(8651, 472.43325805664, -2034.9877929688, 1.1517952680588, 0, 0, 270.29663085938); CreateObject(8535, 489.02639770508, -1995.4709472656, 6.4569745063782, 0, 0, 0); CreateObject(6257, 395.01959228516, -1996.8109130859, 7.578399181366, 0, 0, 0); CreateObject(8651, 398.34548950195, -2019.9696044922, 1.1517952680588, 0, 0, 180.29663085938); CreateObject(8947, 390.6044921875, -1999.1730957031, -2.9000000953674, 0, 0, 0); CreateObject(8651, 470.71173095703, -1958.3619384766, 1.1517952680588, 0, 0, 90.296630859375); CreateObject(8651, 452.73294067383, -1958.4818115234, 1.1517952680588, 0, 0, 90.291137695313); CreateObject(896, 495.82611083984, -2022.3974609375, 0, 0, 0, 0); CreateObject(896, 496.1672668457, -2029.5859375, 0, 0, 0, 38); CreateObject(896, 492.83343505859, -2036.4372558594, 0, 0, 0, 37.996215820313); CreateObject(896, 483.04748535156, -2039.0651855469, -3, 0, 0, 39.996215820313); CreateObject(896, 489.43414306641, -1966.3812255859, -2, 0, 0, 133.99572753906); CreateObject(896, 467.28344726563, -2039.8471679688, -3, 0, 0, 51.99365234375); CreateObject(896, 456.98522949219, -2040.0091552734, -3, 0, 0, 51.992797851563); CreateObject(896, 445.896484375, -2044.2868652344, -3, 0, 0, 101.99279785156); CreateObject(896, 438.83325195313, -2040.08203125, -3, 0, 0, 27.991577148438); CreateObject(896, 430.3330078125, -2040.0695800781, -3, 0, 0, 49.987670898438); CreateObject(896, 419.61926269531, -2040.2850341797, -3, 0, 0, 49.982299804688); CreateObject(896, 412.73114013672, -2040.3773193359, -3, 0, 0, 13.982299804688); CreateObject(896, 405.63635253906, -2041.2728271484, -3, 0, 0, 9.9801025390625); CreateObject(896, 400.99743652344, -2039.6573486328, -3, 0, 0, 47.9755859375); CreateObject(896, 394.41778564453, -2030.0666503906, -3, 0, 0, 315.97180175781); CreateObject(896, 394.23565673828, -2018.5981445313, -3, 0, 0, 315.966796875); CreateObject(896, 475.345703125, -2039.9384765625, -3, 0, 0, 25.99365234375); CreateObject(896, 488.12884521484, -1959.0941162109, -2, 0, 0, 175.99475097656); CreateObject(896, 481.97082519531, -1954.3479003906, -2, 0, 0, 221.98999023438); CreateObject(896, 470.52001953125, -1951.974609375, -2, 0, 0, 25.98974609375); CreateObject(896, 461.29211425781, -1954.2941894531, -2, 0, 0, 221.98815917969); CreateObject(896, 450.53887939453, -1953.6594238281, -2, 0, 0, 213.98425292969); CreateObject(896, 442.79293823242, -1950.6772460938, -2, 0, 0, 139.98071289063); CreateObject(6300, 369.35250854492, -1936.7177734375, -32, 270, 90, 180); CreateObject(11496, 414.44134521484, -1942.8045654297, 3, 0, 90, 262); CreateObject(11496, 369.88226318359, -1967.7731933594, -1.1127133369446, 0, 90, 258); CreateObject(1598, 451.8935546875, -1997.8193359375, -5.7856597900391, 0, 0, 0); CreateObject(1598, 432.09271240234, -2012.955078125, 0, 0, 0, 0); CreateObject(1255, 428.75271606445, -1988.8328857422, 0.7274409532547, 0, 0, 286); CreateObject(1646, 437.83901977539, -2014.2023925781, 0.49097371101379, 0, 0, 272); CreateObject(1645, 443.56924438477, -2010.7312011719, 0.48569160699844, 0, 0, 0); CreateObject(1341, 442.68899536133, -1996.7445068359, 1.1561307907104, 0, 0, 0); CreateObject(1340, 433.16381835938, -1987.0051269531, 1.2811303138733, 0, 0, 314); CreateObject(642, 446.91030883789, -2015.1323242188, 1.5767726898193, 0, 0, 0); CreateObject(1646, 437.83694458008, -2016.5002441406, 0.49097371101379, 0, 0, 271.99951171875); CreateObject(642, 439.15093994141, -2010.2882080078, 1.5767726898193, 0, 0, 180); CreateObject(642, 439.19366455078, -2004.5760498047, 1.5767726898193, 0, 0, 180); CreateObject(642, 439.03536987305, -1999.2768554688, 1.5767726898193, 0, 0, 180); CreateObject(642, 439.10446166992, -1993.8819580078, 1.5767726898193, 0, 0, 180); CreateObject(1646, 438.11111450195, -2011.3033447266, 0.49097371101379, 0, 0, 271.99951171875); CreateObject(1646, 438.17700195313, -2009.4608154297, 0.49097371101379, 0, 0, 271.99951171875); CreateObject(1646, 438.49938964844, -2005.5416259766, 0.49097371101379, 0, 0, 271.99951171875); CreateObject(1646, 438.43240356445, -2003.7585449219, 0.49097371101379, 0, 0, 271.99951171875); CreateObject(1646, 438.25122070313, -2000.4067382813, 0.49097371101379, 0, 0, 271.99951171875); CreateObject(1646, 438.32751464844, -1998.3250732422, 0.49097371101379, 0, 0, 271.99951171875); CreateObject(1646, 438.37884521484, -1994.8208007813, 0.49097371101379, 0, 0, 271.99951171875); CreateObject(1646, 438.49765014648, -1992.990234375, 0.49097371101379, 0, 0, 271.99951171875); CreateObject(1598, 437.23193359375, -1990.0068359375, 0.45854395627975, 0, 0, 0); CreateObject(642, 439.1005859375, -2015.4267578125, 1.5767726898193, 0, 0, 179.99450683594); CreateObject(642, 447.29309082031, -2010, 1.5767726898193, 0, 0, 0); CreateObject(642, 447.37155151367, -2004.6929931641, 1.5767726898193, 0, 0, 0); CreateObject(642, 447.09060668945, -1999.0863037109, 1.5767726898193, 0, 0, 0); CreateObject(642, 447.32949829102, -1994.0107421875, 1.5767726898193, 0, 0, 0); CreateObject(1646, 447.93630981445, -2016.2783203125, 0.49097371101379, 0, 0, 91.99951171875); CreateObject(1646, 447.84283447266, -2013.8673095703, 0.49097371101379, 0, 0, 91.994018554688); CreateObject(1646, 447.7522277832, -2010.8634033203, 0.49097371101379, 0, 0, 91.994018554688); CreateObject(1646, 447.54870605469, -2009.0343017578, 0.49097371101379, 0, 0, 91.994018554688); CreateObject(1646, 447.82965087891, -2005.5504150391, 0.49097371101379, 0, 0, 91.994018554688); CreateObject(1646, 447.76953125, -2003.5925292969, 0.49097371101379, 0, 0, 91.994018554688); CreateObject(1646, 447.77694702148, -2000.029296875, 0.49097371101379, 0, 0, 91.994018554688); CreateObject(1646, 447.45495605469, -1997.9517822266, 0.49097371101379, 0, 0, 91.994018554688); CreateObject(1646, 447.88696289063, -1994.8092041016, 0.49097371101379, 0, 0, 91.994018554688); CreateObject(1646, 447.73422241211, -1992.9606933594, 0.49097371101379, 0, 0, 91.994018554688); CreateObject(1598, 449.23089599609, -2008.1566162109, 0.45854395627975, 0, 0, 0); CreateObject(18016, 418.65008544922, -1989.3658447266, 1.7222754955292, 0, 0, 42); CreateObject(1255, 430.81594848633, -1989.3858642578, 0.7274409532547, 0, 0, 225.99609375); CreateObject(1255, 432.64984130859, -1991.4219970703, 0.7274409532547, 0, 0, 225.99426269531); CreateObject(1255, 415.17785644531, -1987.8154296875, 0.7274409532547, 0, 0, 315.99426269531); CreateObject(1255, 415.09771728516, -1984.7205810547, 0.7274409532547, 0, 0, 305.99426269531); CreateObject(1255, 416.85247802734, -1985.8306884766, 0.7274409532547, 0, 0, 295.99426269531); CreateObject(1255, 418.95166015625, -1987.5166015625, 0.7274409532547, 0, 0, 285.99426269531); CreateObject(1255, 411.5270690918, -1990.8194580078, 0.7274409532547, 0, 0, 305.99426269531); CreateObject(1255, 407.27377319336, -1990.7254638672, 0.7274409532547, 0, 0, 325.99426269531); CreateObject(1255, 407.62158203125, -1993.1536865234, 0.7274409532547, 0, 0, 325.99426269531); CreateObject(1255, 410.90982055664, -1993.7780761719, 0.7274409532547, 0, 0, 325.99426269531); CreateObject(1255, 409.74710083008, -1995.9779052734, 0.72744143009186, 0, 0, 5.9942626953125); CreateObject(16781, 458.73370361328, -1962.9853515625, 0, 0, 0, 0); CreateObject(1342, 470.82284545898, -1966.2642822266, 1.1872376203537, 0, 0, 268); CreateObject(1289, 454.00045776367, -2021.935546875, 0.30000001192093, 270, 0, 0); CreateObject(11489, 443.49746704102, -2034.4453125, 0.1535439491272, 0, 0, 180); CreateObject(1289, 456.48443603516, -2021.935546875, 0.30000001192093, 270, 0, 0); CreateObject(1289, 458.99938964844, -2021.935546875, 0.30000001192093, 270, 0, 0); CreateObject(1289, 461.51434326172, -2021.935546875, 0.30000001192093, 270, 0, 0); CreateObject(1289, 463.76754760742, -2021.935546875, 0.30000001192093, 270, 0, 0); CreateObject(1289, 466.01681518555, -2021.935546875, 0.30000001192093, 270, 0, 0); CreateObject(1289, 468.51995849609, -2021.935546875, 0.30000001192093, 270, 0, 0); CreateObject(1281, 403.00762939453, -1983.0920410156, 0.95392632484436, 0, 0, 0); CreateObject(1281, 446.21398925781, -2029.2614746094, 0.95392632484436, 0, 0, 0); CreateObject(1281, 441.56994628906, -2029.2391357422, 0.95392632484436, 0, 0, 0); CreateObject(1281, 451.14657592773, -1967.8686523438, 0.95392632484436, 0, 0, 270); CreateObject(1281, 454.61166381836, -1968.0504150391, 0.95392632484436, 0, 0, 270); CreateObject(1281, 462.76373291016, -1968.4444580078, 0.95392632484436, 0, 0, 270); CreateObject(1281, 465.99868774414, -1968.3271484375, 0.95392632484436, 0, 0, 270); CreateObject(643, 469.35278320313, -1969.6097412109, 0.62401527166367, 0, 0, 0); CreateObject(643, 473.1741027832, -1967.7230224609, 0.62401527166367, 0, 0, 0); CreateObject(618, 474.51647949219, -1960.5283203125, 0.1535439491272, 0, 0, 0); CreateObject(618, 478.32138061523, -1960.1368408203, 0.1535439491272, 0, 0, 0); CreateObject(621, 482.17391967773, -1966.4718017578, -5, 0, 0, 0); CreateObject(621, 481.60482788086, -1984.4073486328, -5, 0, 0, 0); CreateObject(621, 483.77914428711, -2030.7449951172, -5, 0, 0, 0); CreateObject(621, 485.77435302734, -2025.6201171875, -5, 0, 0, 0); CreateObject(621, 434.28518676758, -2033.0666503906, -5, 0, 0, 0); CreateObject(629, 406.6923828125, -2008.1070556641, 0.1535439491272, 0, 0, 0); CreateObject(629, 434.20153808594, -2032.0073242188, 0.28344249725342, 0, 0, 0); CreateObject(629, 449.93792724609, -1969.7401123047, 0.1535439491272, 0, 0, 0); CreateObject(691, 481.31393432617, -2031.1782226563, 0.1535439491272, 0, 0, 0); CreateObject(691, 483, -1961.2353515625, 0.1535439491272, 0, 0, 0); CreateObject(11496, 369.8818359375, -1967.7724609375, 4, 0, 90, 257.99743652344); CreateObject(11496, 429.85308837891, -1945.0288085938, 3, 0, 90, 261.99645996094); CreateObject(1523, 429.20901489258, -1965.1469726563, 1.0410249233246, 0, 0, 0); CreateObject(1523, 404.79998779297, -1961.0823974609, 6.8445606231689, 0, 0, 90); CreateObject(2395, 432.65258789063, -1965.2271728516, 0.81000000238419, 0, 0, 0); CreateObject(2395, 426.06207275391, -1965.2333984375, 0.81000000238419, 0, 0, 0); CreateObject(1649, 385.08786010742, -1957.3385009766, 7.6999998092651, 0, 0, 270); CreateObject(2885, 398.38674926758, -1960.2213134766, 9.5200004577637, 90, 0, 90); CreateObject(2885, 391.7978515625, -1960.2213134766, 9.5200004577637, 90, 0, 90); CreateObject(2885, 404.84112548828, -1960.2213134766, 9.5200004577637, 90, 0, 90); CreateObject(1649, 385.10833740234, -1963.2371826172, 7.6999998092651, 0, 0, 270); CreateObject(1523, 432.2451171875, -1965.1611328125, 1.0401108264923, 0, 0, 177.99499511719); CreateObject(1649, 387.29479980469, -1965.4499511719, 7.6999998092651, 0, 0, 0); CreateObject(1649, 391.53927612305, -1965.4499511719, 7.6999998092651, 0, 0, 0); CreateObject(1649, 395.78439331055, -1965.4499511719, 7.6999998092651, 0, 0, 0); CreateObject(1649, 400.02951049805, -1965.4499511719, 7.6999998092651, 0, 0, 0); CreateObject(1649, 402.77627563477, -1965.4489746094, 7.6999998092651, 0, 0, 0); CreateObject(1649, 387.27209472656, -1955.2012939453, 7.6999998092651, 0, 0, 0); CreateObject(1649, 391.52044677734, -1955.2012939453, 7.6999998092651, 0, 0, 0); CreateObject(1649, 395.90850830078, -1955.2012939453, 7.6999998092651, 0, 0, 0); CreateObject(1649, 400.20834350586, -1955.2012939453, 7.6999998092651, 0, 0, 0); CreateObject(1649, 402.65557861328, -1955.1999511719, 7.6999998092651, 0, 0, 0); CreateObject(1649, 404.79998779297, -1963.2299804688, 7.6999998092651, 0, 0, 270); CreateObject(1649, 385.0869140625, -1957.337890625, 7.6999998092651, 0, 0, 270); CreateObject(1649, 404.79998779297, -1957.4382324219, 7.6999998092651, 0, 0, 270); CreateObject(1523, 385.060546875, -1959.4814453125, 6.8703126907349, 0, 0, 270); CreateObject(700, 404.65539550781, -1965.5841064453, 6.8428258895874, 0, 0, 0); CreateObject(700, 404.64498901367, -1955.041015625, 6.8523788452148, 0, 0, 0); CreateObject(3039, 436.15817260742, -1967.5343017578, 0.1535439491272, 0, 0, 0); CreateObject(2941, 396.08627319336, -1962.6286621094, 7.9824891090393, 0, 0, 148); CreateObject(1828, 395.45291137695, -1961.2374267578, 6.8600149154663, 0, 0, 0); CreateObject(2207, 396.43743896484, -1962.2972412109, 6.858332157135, 0, 0, 180); CreateObject(1723, 403.0964050293, -1956.5836181641, 6.856086730957, 0, 0, 270); CreateObject(1723, 389.20266723633, -1955.9915771484, 6.8703126907349, 0, 0, 270); CreateObject(1723, 400.158203125, -1958.583984375, 6.8519716262817, 0, 0, 90); CreateObject(1723, 386.3740234375, -1958.10546875, 6.8703126907349, 0, 0, 90); CreateObject(1827, 387.78753662109, -1957.1018066406, 6.8703126907349, 0, 0, 0); CreateObject(1827, 401.67465209961, -1957.7723388672, 6.8502292633057, 0, 0, 0); CreateObject(2571, 393.88403320313, -1956.8043212891, 6.862672328949, 0, 0, 0); CreateObject(2162, 397.29162597656, -1965.4116210938, 6.8546495437622, 0, 0, 180); CreateObject(2167, 394.1672668457, -1965.3848876953, 6.8621873855591, 0, 0, 180); CreateObject(2200, 404.17346191406, -1963.1663818359, 6.8450832366943, 0, 0, 270); CreateObject(14491, 386.19653320313, -1970.4129638672, 9.2427225112915, 0, 0, 258); CreateObject(2500, 387.95385742188, -1962.935546875, 7.3600001335144, 0, 0, 140); /* Water Park end */ /* unity station */ CreateObject(984, 1833.623901, -1853.525146, 13.178123, 0.000000, 0, 0); //object (fence) (1) CreateObject(18648, 1711.045288, -1872.017578, 17.962083, 0, 0, 90); //object (blueneonlight) (1) CreateObject(18648, 1719.077514, -1871.988891, 17.962083, 0, 0, 90); //object (blueneonlight) (2) CreateObject(984, 1700.052490, -1864.330078, 13.277668, 0, 0, 0); //object (fence) (2) CreateObject(792, 1699.947631, -1871.333740, 12.570231, 0, 0, 0); CreateObject(984, 1700.552612, -1848.768432, 13.152357, 0, 0, 0); //object (fence) (3) CreateObject(984, 1839.347167, -1874.080688, 13.078123, 0, 0, 90); //object (fence) (4) CreateObject(3881, 1829.869018, -1871.025634, 13.880705, 0, 0, 270); /*unity station end */