Advertisement
Guest User

TEXTDRAW

a guest
Nov 10th, 2021
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 158.34 KB | None | 0 0
  1. #define FILTERSCRIPT
  2.  
  3. #include <a_samp>
  4. #include <ZCMD>
  5. #include <sscanf>
  6. #define CorErro -1
  7. new Text:TDEditor_TD[6];
  8. new PlayerText:CarrosPG1[MAX_PLAYERS][22];
  9. new PlayerText:CarrosPG2[MAX_PLAYERS][22];
  10. new PlayerText:CarrosPG3[MAX_PLAYERS][22];
  11. new PlayerText:CarrosPG4[MAX_PLAYERS][22];
  12. new PlayerText:CarrosPG5[MAX_PLAYERS][22];
  13. new PlayerText:CarrosPG6[MAX_PLAYERS][22];
  14.  
  15.  
  16.  
  17. main()
  18. {
  19.     print("\n----------------------------------");
  20.     print(" Blank Gamemode by your name here");
  21.     print("----------------------------------\n");
  22. }
  23. new ID,
  24.     Float:Pos[3],
  25.     Numero,
  26.     cor1,
  27.     cor2,
  28.     bool:FoiCriado[MAX_VEHICLES] = false;
  29. public OnFilterScriptInit()
  30. {
  31.     // Don't use these lines if it's a filterscript
  32.     SetGameModeText("Blank Script");
  33.     AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
  34.     TDEditor_TD[0] = TextDrawCreate(309.899627, 152.000061, "box");
  35.     TextDrawLetterSize(TDEditor_TD[0], 0.000000, 22.046457);
  36.     TextDrawTextSize(TDEditor_TD[0], 0.000000, 323.000000);
  37.     TextDrawAlignment(TDEditor_TD[0], 2);
  38.     TextDrawColor(TDEditor_TD[0], -256);
  39.     TextDrawUseBox(TDEditor_TD[0], 1);
  40.     TextDrawBoxColor(TDEditor_TD[0], 65535);
  41.     TextDrawSetShadow(TDEditor_TD[0], 0);
  42.     TextDrawBackgroundColor(TDEditor_TD[0], 255);
  43.     TextDrawFont(TDEditor_TD[0], 1);
  44.     TextDrawSetProportional(TDEditor_TD[0], 1);
  45.  
  46.     TDEditor_TD[1] = TextDrawCreate(473.339691, 148.483428, "box");
  47.     TextDrawLetterSize(TDEditor_TD[1], 0.000000, 22.651588);
  48.     TextDrawTextSize(TDEditor_TD[1], 477.399780, 0.000000);
  49.     TextDrawAlignment(TDEditor_TD[1], 1);
  50.     TextDrawColor(TDEditor_TD[1], -1);
  51.     TextDrawUseBox(TDEditor_TD[1], 1);
  52.     TextDrawBoxColor(TDEditor_TD[1], -2139062017);
  53.     TextDrawSetShadow(TDEditor_TD[1], 0);
  54.     TextDrawBackgroundColor(TDEditor_TD[1], 255);
  55.     TextDrawFont(TDEditor_TD[1], 1);
  56.     TextDrawSetProportional(TDEditor_TD[1], 1);
  57.  
  58.     TDEditor_TD[2] = TextDrawCreate(473.339691, 148.683441, "box");
  59.     TextDrawLetterSize(TDEditor_TD[2], 0.000000, 0.348464);
  60.     TextDrawTextSize(TDEditor_TD[2], 144.000000, 0.000000);
  61.     TextDrawAlignment(TDEditor_TD[2], 1);
  62.     TextDrawColor(TDEditor_TD[2], -1);
  63.     TextDrawUseBox(TDEditor_TD[2], 1);
  64.     TextDrawBoxColor(TDEditor_TD[2], -2139062017);
  65.     TextDrawSetShadow(TDEditor_TD[2], 0);
  66.     TextDrawBackgroundColor(TDEditor_TD[2], 255);
  67.     TextDrawFont(TDEditor_TD[2], 1);
  68.     TextDrawSetProportional(TDEditor_TD[2], 1);
  69.  
  70.     TDEditor_TD[3] = TextDrawCreate(147.569519, 148.566711, "box");
  71.     TextDrawLetterSize(TDEditor_TD[3], 0.000000, 21.620155);
  72.     TextDrawTextSize(TDEditor_TD[3], 151.000000, 0.000000);
  73.     TextDrawAlignment(TDEditor_TD[3], 1);
  74.     TextDrawColor(TDEditor_TD[3], -1);
  75.     TextDrawUseBox(TDEditor_TD[3], 1);
  76.     TextDrawBoxColor(TDEditor_TD[3], -2139062017);
  77.     TextDrawSetShadow(TDEditor_TD[3], 0);
  78.     TextDrawBackgroundColor(TDEditor_TD[3], 255);
  79.     TextDrawFont(TDEditor_TD[3], 1);
  80.     TextDrawSetProportional(TDEditor_TD[3], 1);
  81.  
  82.     TDEditor_TD[4] = TextDrawCreate(478.499969, 348.000000, "box");
  83.     TextDrawLetterSize(TDEditor_TD[4], 0.000000, 0.498315);
  84.     TextDrawTextSize(TDEditor_TD[4], 143.499969, 0.000000);
  85.     TextDrawAlignment(TDEditor_TD[4], 1);
  86.     TextDrawColor(TDEditor_TD[4], -1061109505);
  87.     TextDrawUseBox(TDEditor_TD[4], 1);
  88.     TextDrawBoxColor(TDEditor_TD[4], -2139062017);
  89.     TextDrawSetShadow(TDEditor_TD[4], 0);
  90.     TextDrawBackgroundColor(TDEditor_TD[4], 255);
  91.     TextDrawFont(TDEditor_TD[4], 1);
  92.     TextDrawSetProportional(TDEditor_TD[4], 1);
  93.  
  94.     TDEditor_TD[5] = TextDrawCreate(147.101043, 344.583465, "PAG.");
  95.     TextDrawLetterSize(TDEditor_TD[5], 0.175576, 1.069164);
  96.     TextDrawTextSize(TDEditor_TD[5], 6.000000, 0.000000);
  97.     TextDrawAlignment(TDEditor_TD[5], 1);
  98.     TextDrawColor(TDEditor_TD[5], -1378294017);
  99.     TextDrawSetShadow(TDEditor_TD[5], 1);
  100.     TextDrawBackgroundColor(TDEditor_TD[5], 255);
  101.     TextDrawFont(TDEditor_TD[5], 1);
  102.     TextDrawSetProportional(TDEditor_TD[5], 1);
  103.     return 1;
  104. }
  105.  
  106. public OnFilterScriptExit()
  107. {
  108.     return 1;
  109. }
  110. public OnPlayerRequestClass(playerid, classid)
  111. {
  112.     SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
  113.     SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
  114.     SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
  115.     return 1;
  116. }
  117.  
  118. public OnPlayerConnect(playerid)
  119. {
  120.     CarregarTextDrawn(playerid);
  121.     return 1;
  122. }
  123.  
  124. public OnPlayerDisconnect(playerid, reason)
  125. {
  126.     return 1;
  127. }
  128.  
  129. public OnPlayerSpawn(playerid)
  130. {
  131.     return 1;
  132. }
  133.  
  134. public OnPlayerDeath(playerid, killerid, reason)
  135. {
  136.     return 1;
  137. }
  138.  
  139. public OnVehicleSpawn(vehicleid)
  140. {
  141.     return 1;
  142. }
  143.  
  144. public OnVehicleDeath(vehicleid, killerid)
  145. {
  146.     return 1;
  147. }
  148.  
  149. public OnPlayerText(playerid, text[])
  150. {
  151.     return 1;
  152. }
  153.  
  154. public OnPlayerCommandText(playerid, cmdtext[])
  155. {
  156.     if (strcmp("/mycommand", cmdtext, true, 10) == 0)
  157.     {
  158.         // Do something here
  159.         return 1;
  160.     }
  161.     return 0;
  162. }
  163.  
  164. public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
  165. {
  166.     return 1;
  167. }
  168.  
  169. public OnPlayerExitVehicle(playerid, vehicleid)
  170. {
  171.     if(FoiCriado[vehicleid] == true)
  172.     {
  173.         if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER && GetVehiclePassenger(vehicleid)) DestroyVehicle(vehicleid);
  174.         if(GetPlayerState(playerid) == PLAYER_STATE_PASSENGER && GetVehicleDriver(vehicleid)) DestroyVehicle(vehicleid);
  175.     }
  176.     return 1;
  177. }
  178.  
  179. public OnPlayerStateChange(playerid, newstate, oldstate)
  180. {
  181.     return 1;
  182. }
  183.  
  184. public OnPlayerEnterCheckpoint(playerid)
  185. {
  186.     return 1;
  187. }
  188.  
  189. public OnPlayerLeaveCheckpoint(playerid)
  190. {
  191.     return 1;
  192. }
  193.  
  194. public OnPlayerEnterRaceCheckpoint(playerid)
  195. {
  196.     return 1;
  197. }
  198.  
  199. public OnPlayerLeaveRaceCheckpoint(playerid)
  200. {
  201.     return 1;
  202. }
  203.  
  204. public OnRconCommand(cmd[])
  205. {
  206.     return 1;
  207. }
  208.  
  209. public OnPlayerRequestSpawn(playerid)
  210. {
  211.     return 1;
  212. }
  213.  
  214. public OnObjectMoved(objectid)
  215. {
  216.     return 1;
  217. }
  218.  
  219. public OnPlayerObjectMoved(playerid, objectid)
  220. {
  221.     return 1;
  222. }
  223.  
  224. public OnPlayerPickUpPickup(playerid, pickupid)
  225. {
  226.     return 1;
  227. }
  228.  
  229. public OnVehicleMod(playerid, vehicleid, componentid)
  230. {
  231.     return 1;
  232. }
  233.  
  234. public OnVehiclePaintjob(playerid, vehicleid, paintjobid)
  235. {
  236.     return 1;
  237. }
  238.  
  239. public OnVehicleRespray(playerid, vehicleid, color1, color2)
  240. {
  241.     return 1;
  242. }
  243.  
  244. public OnPlayerSelectedMenuRow(playerid, row)
  245. {
  246.     return 1;
  247. }
  248.  
  249. public OnPlayerExitedMenu(playerid)
  250. {
  251.     return 1;
  252. }
  253.  
  254. public OnPlayerInteriorChange(playerid, newinteriorid, oldinteriorid)
  255. {
  256.     return 1;
  257. }
  258.  
  259. public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
  260. {
  261.     if (newkeys == KEY_SUBMISSION)
  262.     {
  263.         SelectTextDraw(playerid, 0xFF4040AA);
  264.     }
  265.     return 1;
  266. }
  267. public OnRconLoginAttempt(ip[], password[], success)
  268. {
  269.     return 1;
  270. }
  271.  
  272. public OnPlayerUpdate(playerid)
  273. {
  274.     return 1;
  275. }
  276.  
  277. public OnPlayerStreamIn(playerid, forplayerid)
  278. {
  279.     return 1;
  280. }
  281.  
  282. public OnPlayerStreamOut(playerid, forplayerid)
  283. {
  284.     return 1;
  285. }
  286.  
  287. public OnVehicleStreamIn(vehicleid, forplayerid)
  288. {
  289.     return 1;
  290. }
  291.  
  292. public OnVehicleStreamOut(vehicleid, forplayerid)
  293. {
  294.     return 1;
  295. }
  296.  
  297. public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
  298. {
  299.     return 1;
  300. }
  301.  
  302. public OnPlayerClickPlayer(playerid, clickedplayerid, source)
  303. {
  304.     return 1;
  305. }
  306.  
  307. CMD:criarcarro(playerid)
  308. {
  309.     MostrarCarrosPG1(playerid);
  310.     return 1;
  311. }
  312. stock CarregarTextDrawn(playerid)
  313. {
  314.     CarrosPG1[playerid][0] = CreatePlayerTextDraw(playerid, 408.700225, 155.599548, "");
  315.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][0], 62.000000, 62.000000);
  316.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][0], 1);
  317.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][0], -1);
  318.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][0], 0);
  319.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][0], 73);
  320.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][0], 5);
  321.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][0], 0);
  322.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][0], true);
  323.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][0], 404);
  324.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][0], 0.000000, 0.000000, 83.400001, 1.000000);
  325.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][0], 1, 1);
  326.  
  327.     CarrosPG1[playerid][1] = CreatePlayerTextDraw(playerid, 345.200256, 155.499603, "");
  328.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][1], 62.000000, 62.000000);
  329.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][1], 1);
  330.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][1], -1);
  331.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][1], 0);
  332.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][1], 73);
  333.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][1], 5);
  334.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][1], 0);
  335.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][1], true);
  336.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][1], 403);
  337.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][1], 0.000000, 0.000000, 83.400001, 1.000000);
  338.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][1], 1, 1);
  339.  
  340.     CarrosPG1[playerid][2] = CreatePlayerTextDraw(playerid, 281.000000, 155.000000, "");
  341.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][2], 62.000000, 62.000000);
  342.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][2], 1);
  343.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][2], -1);
  344.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][2], 0);
  345.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][2], 73);
  346.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][2], 5);
  347.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][2], 0);
  348.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][2], true);
  349.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][2], 402);
  350.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][2], 0.000000, 0.000000, 83.400001, 1.000000);
  351.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][2], 1, 1);
  352.  
  353.     CarrosPG1[playerid][3] = CreatePlayerTextDraw(playerid, 217.500030, 155.399963, "");
  354.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][3], 62.000000, 61.000000);
  355.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][3], 1);
  356.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][3], -1);
  357.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][3], 0);
  358.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][3], 73);
  359.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][3], 5);
  360.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][3], 0);
  361.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][3], true);
  362.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][3], 401);
  363.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][3], 0.000000, 0.000000, 83.400001, 1.000000);
  364.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][3], 1, 1);
  365.  
  366.     CarrosPG1[playerid][4] = CreatePlayerTextDraw(playerid, 154.000000, 281.000000, "");
  367.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][4], 62.000000, 62.000000);
  368.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][4], 1);
  369.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][4], -1);
  370.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][4], 0);
  371.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][4], 73);
  372.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][4], 5);
  373.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][4], 0);
  374.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][4], true);
  375.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][4], 410);
  376.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][4], 0.000000, 0.000000, 83.400001, 1.000000);
  377.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][4], 1, 1);
  378.  
  379.     CarrosPG1[playerid][5] = CreatePlayerTextDraw(playerid, 281.600036, 219.200622, "");
  380.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][5], 62.000000, 62.000000);
  381.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][5], 1);
  382.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][5], -1);
  383.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][5], 0);
  384.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][5], 73);
  385.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][5], 5);
  386.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][5], 0);
  387.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][5], true);
  388.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][5], 407);
  389.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][5], 0.000000, 0.000000, 83.400001, 1.000000);
  390.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][5], 1, 1);
  391.  
  392.     CarrosPG1[playerid][6] = CreatePlayerTextDraw(playerid, 408.900177, 219.699615, "");
  393.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][6], 62.000000, 62.000000);
  394.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][6], 1);
  395.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][6], -1);
  396.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][6], 0);
  397.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][6], 73);
  398.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][6], 5);
  399.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][6], 0);
  400.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][6], true);
  401.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][6], 409);
  402.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][6], 0.000000, 0.000000, 83.400001, 1.000000);
  403.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][6], 1, 1);
  404.  
  405.     CarrosPG1[playerid][7] = CreatePlayerTextDraw(playerid, 344.899993, 219.000000, "");
  406.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][7], 62.000000, 62.000000);
  407.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][7], 1);
  408.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][7], -1);
  409.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][7], 0);
  410.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][7], 73);
  411.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][7], 5);
  412.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][7], 0);
  413.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][7], true);
  414.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][7], 408);
  415.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][7], 0.000000, 0.000000, 83.400001, 1.000000);
  416.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][7], 1, 1);
  417.  
  418.     CarrosPG1[playerid][8] = CreatePlayerTextDraw(playerid, 154.300384, 155.000122, "");
  419.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][8], 62.000000, 62.000000);
  420.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][8], 1);
  421.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][8], -1);
  422.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][8], 0);
  423.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][8], 73);
  424.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][8], 5);
  425.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][8], 0);
  426.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][8], true);
  427.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][8], 400);
  428.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][8], 0.000000, 0.000000, 83.400001, 1.000000);
  429.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][8], 1, 1);
  430.  
  431.  
  432.     CarrosPG1[playerid][9] = CreatePlayerTextDraw(playerid, 471.212127, 219.133438, "1");
  433.     PlayerTextDrawLetterSize(playerid, CarrosPG1[playerid][9], 0.400000, 1.600000);
  434.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][9], 1);
  435.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][9], -1378294017);
  436.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][9], 0);
  437.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][9], 255);
  438.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][9], 1);
  439.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][9], 1);
  440.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][9], true);
  441.  
  442.     CarrosPG1[playerid][10] = CreatePlayerTextDraw(playerid, 470.991394, 235.283142, "2");
  443.     PlayerTextDrawLetterSize(playerid, CarrosPG1[playerid][10], 0.351273, 1.600000);
  444.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][10], 1);
  445.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][10], -1378294017);
  446.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][10], 0);
  447.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][10], 255);
  448.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][10], 1);
  449.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][10], 1);
  450.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][10], true);
  451.  
  452.     CarrosPG1[playerid][11] = CreatePlayerTextDraw(playerid, 154.199829, 218.499847, "");
  453.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][11], 62.000000, 62.000000);
  454.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][11], 1);
  455.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][11], -1);
  456.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][11], 0);
  457.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][11], 73);
  458.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][11], 5);
  459.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][11], 0);
  460.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][11], true);
  461.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][11], 405);
  462.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][11], 0.000000, 0.000000, 83.400001, 1.000000);
  463.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][11], 1, 1);
  464.  
  465.     CarrosPG1[playerid][12] = CreatePlayerTextDraw(playerid, 217.899932, 219.000061, "");
  466.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][12], 62.000000, 62.000000);
  467.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][12], 1);
  468.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][12], -1);
  469.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][12], 0);
  470.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][12], 73);
  471.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][12], 5);
  472.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][12], 0);
  473.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][12], true);
  474.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][12], 406);
  475.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][12], 0.000000, 0.000000, 83.400001, 1.000000);
  476.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][12], 1, 1);
  477.  
  478.     CarrosPG1[playerid][13] = CreatePlayerTextDraw(playerid, 218.100006, 281.299774, "");
  479.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][13], 62.000000, 60.000000);
  480.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][13], 1);
  481.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][13], -1);
  482.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][13], 0);
  483.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][13], 73);
  484.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][13], 5);
  485.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][13], 0);
  486.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][13], true);
  487.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][13], 411);
  488.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][13], 0.000000, 0.000000, 83.400001, 1.000000);
  489.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][13], 1, 1);
  490.  
  491.     CarrosPG1[playerid][14] = CreatePlayerTextDraw(playerid, 282.000000, 283.000000, "");
  492.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][14], 62.000000, 60.000000);
  493.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][14], 1);
  494.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][14], -1);
  495.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][14], 0);
  496.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][14], 73);
  497.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][14], 5);
  498.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][14], 0);
  499.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][14], true);
  500.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][14], 412);
  501.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][14], 0.000000, 0.000000, 83.400001, 1.000000);
  502.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][14], 1, 1);
  503.  
  504.     CarrosPG1[playerid][15] = CreatePlayerTextDraw(playerid, 344.000000, 284.000000, "");
  505.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][15], 62.000000, 60.000000);
  506.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][15], 1);
  507.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][15], -1);
  508.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][15], 0);
  509.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][15], 73);
  510.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][15], 5);
  511.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][15], 0);
  512.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][15], true);
  513.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][15], 413);
  514.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][15], 0.000000, 0.000000, 83.400001, 1.000000);
  515.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][15], 1, 1);
  516.  
  517.     CarrosPG1[playerid][16] = CreatePlayerTextDraw(playerid, 407.799926, 283.700103, "");
  518.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][16], 62.000000, 60.000000);
  519.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][16], 1);
  520.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][16], -1);
  521.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][16], 0);
  522.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][16], 73);
  523.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][16], 5);
  524.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][16], 0);
  525.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][16], true);
  526.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG1[playerid][16], 414);
  527.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG1[playerid][16], 0.000000, 0.000000, 83.400001, 1.000000);
  528.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG1[playerid][16], 1, 1);
  529.  
  530.     CarrosPG1[playerid][17] = CreatePlayerTextDraw(playerid, 430.133636, 344.016754, "SAIR");
  531.     PlayerTextDrawLetterSize(playerid, CarrosPG1[playerid][17], 0.333469, 1.174165);
  532.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][17], 1);
  533.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][17], -16776961);
  534.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][17], 1);
  535.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][17], 255);
  536.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][17], 1);
  537.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][17], 1);
  538.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][17], true);
  539.  
  540.     CarrosPG1[playerid][18] = CreatePlayerTextDraw(playerid, 470.508239, 267.900054, "4");
  541.     PlayerTextDrawLetterSize(playerid, CarrosPG1[playerid][18], 0.352210, 1.600000);
  542.     PlayerTextDrawTextSize(playerid, CarrosPG1[playerid][18], -1.159999, 0.000000);
  543.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][18], 1);
  544.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][18], -1378294017);
  545.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][18], 0);
  546.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][18], 255);
  547.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][18], 1);
  548.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][18], 1);
  549.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][18], true);
  550.  
  551.     CarrosPG1[playerid][19] = CreatePlayerTextDraw(playerid, 470.580718, 251.750061, "3");
  552.     PlayerTextDrawLetterSize(playerid, CarrosPG1[playerid][19], 0.400000, 1.600000);
  553.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][19], 1);
  554.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][19], -1378294017);
  555.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][19], 0);
  556.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][19], 255);
  557.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][19], 1);
  558.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][19], 1);
  559.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][19], true);
  560.  
  561.     CarrosPG1[playerid][20] = CreatePlayerTextDraw(playerid, 471.317657, 286.249938, "5");
  562.     PlayerTextDrawLetterSize(playerid, CarrosPG1[playerid][20], 0.320351, 1.617500);
  563.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][20], 1);
  564.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][20], -1378294017);
  565.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][20], 0);
  566.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][20], 255);
  567.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][20], 1);
  568.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][20], 1);
  569.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][20], true);
  570.  
  571.     CarrosPG1[playerid][21] = CreatePlayerTextDraw(playerid, 470.380737, 305.499938, "6");
  572.     PlayerTextDrawLetterSize(playerid, CarrosPG1[playerid][21], 0.332064, 1.600000);
  573.     PlayerTextDrawAlignment(playerid, CarrosPG1[playerid][21], 1);
  574.     PlayerTextDrawColor(playerid, CarrosPG1[playerid][21], -1378294017);
  575.     PlayerTextDrawSetShadow(playerid, CarrosPG1[playerid][21], 0);
  576.     PlayerTextDrawBackgroundColor(playerid, CarrosPG1[playerid][21], -1061109505);
  577.     PlayerTextDrawFont(playerid, CarrosPG1[playerid][21], 1);
  578.     PlayerTextDrawSetProportional(playerid, CarrosPG1[playerid][21], 1);
  579.     PlayerTextDrawSetSelectable(playerid, CarrosPG1[playerid][21], true);
  580.  
  581.     //pagina 2
  582.     CarrosPG2[playerid][0] = CreatePlayerTextDraw(playerid, 408.700225, 155.599548, "");
  583.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][0], 62.000000, 62.000000);
  584.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][0], 1);
  585.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][0], -1);
  586.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][0], 0);
  587.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][0], 73);
  588.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][0], 5);
  589.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][0], 0);
  590.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][0], true);
  591.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][0], 415);
  592.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][0], 0.000000, 0.000000, 83.400001, 1.000000);
  593.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][0], 1, 1);
  594.  
  595.     CarrosPG2[playerid][1] = CreatePlayerTextDraw(playerid, 345.200256, 155.499603, "");
  596.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][1], 62.000000, 62.000000);
  597.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][1], 1);
  598.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][1], -1);
  599.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][1], 0);
  600.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][1], 73);
  601.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][1], 5);
  602.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][1], 0);
  603.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][1], true);
  604.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][1], 416);
  605.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][1], 0.000000, 0.000000, 83.400001, 1.000000);
  606.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][1], 1, 1);
  607.  
  608.     CarrosPG2[playerid][2] = CreatePlayerTextDraw(playerid, 281.000000, 155.000000, "");
  609.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][2], 62.000000, 62.000000);
  610.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][2], 1);
  611.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][2], -1);
  612.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][2], 0);
  613.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][2], 73);
  614.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][2], 5);
  615.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][2], 0);
  616.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][2], true);
  617.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][2], 417);
  618.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][2], 0.000000, 0.000000, 83.400001, 1.000000);
  619.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][2], 1, 1);
  620.  
  621.     CarrosPG2[playerid][3] = CreatePlayerTextDraw(playerid, 217.500030, 155.399963, "");
  622.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][3], 62.000000, 61.000000);
  623.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][3], 1);
  624.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][3], -1);
  625.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][3], 0);
  626.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][3], 73);
  627.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][3], 5);
  628.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][3], 0);
  629.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][3], true);
  630.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][3], 418);
  631.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][3], 0.000000, 0.000000, 83.400001, 1.000000);
  632.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][3], 1, 1);
  633.  
  634.     CarrosPG2[playerid][4] = CreatePlayerTextDraw(playerid, 154.000000, 281.000000, "");
  635.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][4], 62.000000, 62.000000);
  636.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][4], 1);
  637.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][4], -1);
  638.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][4], 0);
  639.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][4], 73);
  640.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][4], 5);
  641.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][4], 0);
  642.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][4], true);
  643.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][4], 419);
  644.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][4], 0.000000, 0.000000, 83.400001, 1.000000);
  645.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][4], 1, 1);
  646.  
  647.     CarrosPG2[playerid][5] = CreatePlayerTextDraw(playerid, 281.600036, 219.200622, "");
  648.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][5], 62.000000, 62.000000);
  649.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][5], 1);
  650.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][5], -1);
  651.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][5], 0);
  652.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][5], 73);
  653.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][5], 5);
  654.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][5], 0);
  655.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][5], true);
  656.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][5], 420);
  657.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][5], 0.000000, 0.000000, 83.400001, 1.000000);
  658.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][5], 1, 1);
  659.  
  660.     CarrosPG2[playerid][6] = CreatePlayerTextDraw(playerid, 408.900177, 219.699615, "");
  661.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][6], 62.000000, 62.000000);
  662.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][6], 1);
  663.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][6], -1);
  664.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][6], 0);
  665.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][6], 73);
  666.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][6], 5);
  667.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][6], 0);
  668.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][6], true);
  669.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][6], 421);
  670.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][6], 0.000000, 0.000000, 83.400001, 1.000000);
  671.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][6], 1, 1);
  672.  
  673.     CarrosPG2[playerid][7] = CreatePlayerTextDraw(playerid, 344.899993, 219.000000, "");
  674.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][7], 62.000000, 62.000000);
  675.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][7], 1);
  676.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][7], -1);
  677.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][7], 0);
  678.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][7], 73);
  679.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][7], 5);
  680.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][7], 0);
  681.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][7], true);
  682.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][7], 422);
  683.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][7], 0.000000, 0.000000, 83.400001, 1.000000);
  684.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][7], 1, 1);
  685.  
  686.     CarrosPG2[playerid][8] = CreatePlayerTextDraw(playerid, 154.300384, 155.000122, "");
  687.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][8], 62.000000, 62.000000);
  688.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][8], 1);
  689.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][8], -1);
  690.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][8], 0);
  691.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][8], 73);
  692.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][8], 5);
  693.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][8], 0);
  694.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][8], true);
  695.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][8], 423);
  696.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][8], 0.000000, 0.000000, 83.400001, 1.000000);
  697.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][8], 1, 1);
  698.  
  699.  
  700.     CarrosPG2[playerid][9] = CreatePlayerTextDraw(playerid, 471.212127, 219.133438, "1");
  701.     PlayerTextDrawLetterSize(playerid, CarrosPG2[playerid][9], 0.400000, 1.600000);
  702.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][9], 1);
  703.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][9], -1378294017);
  704.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][9], 0);
  705.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][9], 255);
  706.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][9], 1);
  707.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][9], 1);
  708.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][9], true);
  709.  
  710.     CarrosPG2[playerid][10] = CreatePlayerTextDraw(playerid, 470.991394, 235.283142, "2");
  711.     PlayerTextDrawLetterSize(playerid, CarrosPG2[playerid][10], 0.351273, 1.600000);
  712.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][10], 1);
  713.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][10], -1378294017);
  714.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][10], 0);
  715.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][10], 255);
  716.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][10], 1);
  717.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][10], 1);
  718.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][10], true);
  719.  
  720.     CarrosPG2[playerid][11] = CreatePlayerTextDraw(playerid, 154.199829, 218.499847, "");
  721.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][11], 62.000000, 62.000000);
  722.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][11], 1);
  723.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][11], -1);
  724.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][11], 0);
  725.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][11], 73);
  726.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][11], 5);
  727.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][11], 0);
  728.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][11], true);
  729.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][11], 424);
  730.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][11], 0.000000, 0.000000, 83.400001, 1.000000);
  731.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][11], 1, 1);
  732.  
  733.     CarrosPG2[playerid][12] = CreatePlayerTextDraw(playerid, 217.899932, 219.000061, "");
  734.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][12], 62.000000, 62.000000);
  735.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][12], 1);
  736.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][12], -1);
  737.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][12], 0);
  738.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][12], 73);
  739.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][12], 5);
  740.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][12], 0);
  741.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][12], true);
  742.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][12], 425);
  743.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][12], 0.000000, 0.000000, 83.400001, 1.000000);
  744.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][12], 1, 1);
  745.  
  746.     CarrosPG2[playerid][13] = CreatePlayerTextDraw(playerid, 218.100006, 281.299774, "");
  747.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][13], 62.000000, 60.000000);
  748.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][13], 1);
  749.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][13], -1);
  750.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][13], 0);
  751.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][13], 73);
  752.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][13], 5);
  753.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][13], 0);
  754.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][13], true);
  755.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][13], 426);
  756.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][13], 0.000000, 0.000000, 83.400001, 1.000000);
  757.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][13], 1, 1);
  758.  
  759.     CarrosPG2[playerid][14] = CreatePlayerTextDraw(playerid, 282.000000, 283.000000, "");
  760.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][14], 62.000000, 60.000000);
  761.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][14], 1);
  762.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][14], -1);
  763.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][14], 0);
  764.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][14], 73);
  765.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][14], 5);
  766.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][14], 0);
  767.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][14], true);
  768.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][14], 427);
  769.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][14], 0.000000, 0.000000, 83.400001, 1.000000);
  770.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][14], 1, 1);
  771.  
  772.     CarrosPG2[playerid][15] = CreatePlayerTextDraw(playerid, 344.000000, 284.000000, "");
  773.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][15], 62.000000, 60.000000);
  774.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][15], 1);
  775.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][15], -1);
  776.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][15], 0);
  777.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][15], 73);
  778.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][15], 5);
  779.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][15], 0);
  780.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][15], true);
  781.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][15], 428);
  782.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][15], 0.000000, 0.000000, 83.400001, 1.000000);
  783.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][15], 1, 1);
  784.  
  785.     CarrosPG2[playerid][16] = CreatePlayerTextDraw(playerid, 407.799926, 283.700103, "");
  786.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][16], 62.000000, 60.000000);
  787.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][16], 1);
  788.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][16], -1);
  789.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][16], 0);
  790.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][16], 73);
  791.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][16], 5);
  792.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][16], 0);
  793.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][16], true);
  794.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG2[playerid][16], 429);
  795.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG2[playerid][16], 0.000000, 0.000000, 83.400001, 1.000000);
  796.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG2[playerid][16], 1, 1);
  797.  
  798.     CarrosPG2[playerid][17] = CreatePlayerTextDraw(playerid, 430.133636, 344.016754, "SAIR");
  799.     PlayerTextDrawLetterSize(playerid, CarrosPG2[playerid][17], 0.333469, 1.174165);
  800.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][17], 1);
  801.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][17], -16776961);
  802.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][17], 1);
  803.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][17], 255);
  804.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][17], 1);
  805.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][17], 1);
  806.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][17], true);
  807.  
  808.     CarrosPG2[playerid][18] = CreatePlayerTextDraw(playerid, 470.508239, 267.900054, "4");
  809.     PlayerTextDrawLetterSize(playerid, CarrosPG2[playerid][18], 0.352210, 1.600000);
  810.     PlayerTextDrawTextSize(playerid, CarrosPG2[playerid][18], -1.159999, 0.000000);
  811.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][18], 1);
  812.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][18], -1378294017);
  813.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][18], 0);
  814.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][18], 255);
  815.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][18], 1);
  816.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][18], 1);
  817.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][18], true);
  818.  
  819.     CarrosPG2[playerid][19] = CreatePlayerTextDraw(playerid, 470.580718, 251.750061, "3");
  820.     PlayerTextDrawLetterSize(playerid, CarrosPG2[playerid][19], 0.400000, 1.600000);
  821.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][19], 1);
  822.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][19], -1378294017);
  823.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][19], 0);
  824.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][19], 255);
  825.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][19], 1);
  826.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][19], 1);
  827.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][19], true);
  828.  
  829.     CarrosPG2[playerid][20] = CreatePlayerTextDraw(playerid, 471.317657, 286.249938, "5");
  830.     PlayerTextDrawLetterSize(playerid, CarrosPG2[playerid][20], 0.320351, 1.617500);
  831.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][20], 1);
  832.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][20], -1378294017);
  833.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][20], 0);
  834.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][20], 255);
  835.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][20], 1);
  836.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][20], 1);
  837.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][20], true);
  838.  
  839.     CarrosPG2[playerid][21] = CreatePlayerTextDraw(playerid, 470.380737, 305.499938, "6");
  840.     PlayerTextDrawLetterSize(playerid, CarrosPG2[playerid][21], 0.332064, 1.600000);
  841.     PlayerTextDrawAlignment(playerid, CarrosPG2[playerid][21], 1);
  842.     PlayerTextDrawColor(playerid, CarrosPG2[playerid][21], -1378294017);
  843.     PlayerTextDrawSetShadow(playerid, CarrosPG2[playerid][21], 0);
  844.     PlayerTextDrawBackgroundColor(playerid, CarrosPG2[playerid][21], -1061109505);
  845.     PlayerTextDrawFont(playerid, CarrosPG2[playerid][21], 1);
  846.     PlayerTextDrawSetProportional(playerid, CarrosPG2[playerid][21], 1);
  847.     PlayerTextDrawSetSelectable(playerid, CarrosPG2[playerid][21], true);
  848.  
  849.     //pagina 3
  850.     CarrosPG3[playerid][0] = CreatePlayerTextDraw(playerid, 408.700225, 155.599548, "");
  851.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][0], 62.000000, 62.000000);
  852.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][0], 1);
  853.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][0], -1);
  854.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][0], 0);
  855.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][0], 73);
  856.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][0], 5);
  857.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][0], 0);
  858.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][0], true);
  859.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][0], 430);
  860.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][0], 0.000000, 0.000000, 83.400001, 1.000000);
  861.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][0], 1, 1);
  862.  
  863.     CarrosPG3[playerid][1] = CreatePlayerTextDraw(playerid, 345.200256, 155.499603, "");
  864.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][1], 62.000000, 62.000000);
  865.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][1], 1);
  866.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][1], -1);
  867.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][1], 0);
  868.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][1], 73);
  869.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][1], 5);
  870.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][1], 0);
  871.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][1], true);
  872.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][1], 431);
  873.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][1], 0.000000, 0.000000, 83.400001, 1.000000);
  874.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][1], 1, 1);
  875.  
  876.     CarrosPG3[playerid][2] = CreatePlayerTextDraw(playerid, 281.000000, 155.000000, "");
  877.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][2], 62.000000, 62.000000);
  878.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][2], 1);
  879.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][2], -1);
  880.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][2], 0);
  881.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][2], 73);
  882.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][2], 5);
  883.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][2], 0);
  884.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][2], true);
  885.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][2], 432);
  886.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][2], 0.000000, 0.000000, 83.400001, 1.000000);
  887.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][2], 1, 1);
  888.  
  889.     CarrosPG3[playerid][3] = CreatePlayerTextDraw(playerid, 217.500030, 155.399963, "");
  890.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][3], 62.000000, 61.000000);
  891.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][3], 1);
  892.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][3], -1);
  893.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][3], 0);
  894.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][3], 73);
  895.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][3], 5);
  896.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][3], 0);
  897.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][3], true);
  898.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][3], 433);
  899.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][3], 0.000000, 0.000000, 83.400001, 1.000000);
  900.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][3], 1, 1);
  901.  
  902.     CarrosPG3[playerid][4] = CreatePlayerTextDraw(playerid, 154.000000, 281.000000, "");
  903.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][4], 62.000000, 62.000000);
  904.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][4], 1);
  905.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][4], -1);
  906.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][4], 0);
  907.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][4], 73);
  908.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][4], 5);
  909.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][4], 0);
  910.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][4], true);
  911.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][4], 434);
  912.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][4], 0.000000, 0.000000, 83.400001, 1.000000);
  913.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][4], 1, 1);
  914.  
  915.     CarrosPG3[playerid][5] = CreatePlayerTextDraw(playerid, 281.600036, 219.200622, "");
  916.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][5], 62.000000, 62.000000);
  917.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][5], 1);
  918.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][5], -1);
  919.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][5], 0);
  920.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][5], 73);
  921.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][5], 5);
  922.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][5], 0);
  923.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][5], true);
  924.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][5], 435);
  925.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][5], 0.000000, 0.000000, 83.400001, 1.000000);
  926.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][5], 1, 1);
  927.  
  928.     CarrosPG3[playerid][6] = CreatePlayerTextDraw(playerid, 408.900177, 219.699615, "");
  929.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][6], 62.000000, 62.000000);
  930.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][6], 1);
  931.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][6], -1);
  932.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][6], 0);
  933.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][6], 73);
  934.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][6], 5);
  935.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][6], 0);
  936.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][6], true);
  937.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][6], 436);
  938.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][6], 0.000000, 0.000000, 83.400001, 1.000000);
  939.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][6], 1, 1);
  940.  
  941.     CarrosPG3[playerid][7] = CreatePlayerTextDraw(playerid, 344.899993, 219.000000, "");
  942.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][7], 62.000000, 62.000000);
  943.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][7], 1);
  944.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][7], -1);
  945.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][7], 0);
  946.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][7], 73);
  947.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][7], 5);
  948.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][7], 0);
  949.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][7], true);
  950.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][7], 437);
  951.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][7], 0.000000, 0.000000, 83.400001, 1.000000);
  952.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][7], 1, 1);
  953.  
  954.     CarrosPG3[playerid][8] = CreatePlayerTextDraw(playerid, 154.300384, 155.000122, "");
  955.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][8], 62.000000, 62.000000);
  956.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][8], 1);
  957.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][8], -1);
  958.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][8], 0);
  959.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][8], 73);
  960.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][8], 5);
  961.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][8], 0);
  962.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][8], true);
  963.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][8], 438);
  964.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][8], 0.000000, 0.000000, 83.400001, 1.000000);
  965.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][8], 1, 1);
  966.  
  967.  
  968.     CarrosPG3[playerid][9] = CreatePlayerTextDraw(playerid, 471.212127, 219.133438, "1");
  969.     PlayerTextDrawLetterSize(playerid, CarrosPG3[playerid][9], 0.400000, 1.600000);
  970.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][9], 1);
  971.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][9], -1378294017);
  972.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][9], 0);
  973.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][9], 255);
  974.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][9], 1);
  975.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][9], 1);
  976.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][9], true);
  977.  
  978.     CarrosPG3[playerid][10] = CreatePlayerTextDraw(playerid, 470.991394, 235.283142, "2");
  979.     PlayerTextDrawLetterSize(playerid, CarrosPG3[playerid][10], 0.351273, 1.600000);
  980.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][10], 1);
  981.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][10], -1378294017);
  982.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][10], 0);
  983.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][10], 255);
  984.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][10], 1);
  985.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][10], 1);
  986.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][10], true);
  987.  
  988.     CarrosPG3[playerid][11] = CreatePlayerTextDraw(playerid, 154.199829, 218.499847, "");
  989.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][11], 62.000000, 62.000000);
  990.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][11], 1);
  991.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][11], -1);
  992.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][11], 0);
  993.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][11], 73);
  994.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][11], 5);
  995.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][11], 0);
  996.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][11], true);
  997.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][11], 439);
  998.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][11], 0.000000, 0.000000, 83.400001, 1.000000);
  999.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][11], 1, 1);
  1000.  
  1001.     CarrosPG3[playerid][12] = CreatePlayerTextDraw(playerid, 217.899932, 219.000061, "");
  1002.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][12], 62.000000, 62.000000);
  1003.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][12], 1);
  1004.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][12], 0);
  1005.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][12], 73);
  1006.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][12], 5);
  1007.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][12], 0);
  1008.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][12], true);
  1009.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][12], 440);
  1010.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][12], 0.000000, 0.000000, 83.400001, 1.000000);
  1011.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][12], 1, 1);
  1012.  
  1013.     CarrosPG3[playerid][13] = CreatePlayerTextDraw(playerid, 218.100006, 281.299774, "");
  1014.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][13], 62.000000, 60.000000);
  1015.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][13], 1);
  1016.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][13], -1);
  1017.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][13], 0);
  1018.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][13], 73);
  1019.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][13], 5);
  1020.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][13], 0);
  1021.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][13], true);
  1022.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][13], 441);
  1023.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][13], 0.000000, 0.000000, 83.400001, 1.000000);
  1024.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][13], 1, 1);
  1025.  
  1026.     CarrosPG3[playerid][14] = CreatePlayerTextDraw(playerid, 282.000000, 283.000000, "");
  1027.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][14], 62.000000, 60.000000);
  1028.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][14], 1);
  1029.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][14], -1);
  1030.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][14], 0);
  1031.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][14], 73);
  1032.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][14], 5);
  1033.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][14], 0);
  1034.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][14], true);
  1035.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][14], 442);
  1036.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][14], 0.000000, 0.000000, 83.400001, 1.000000);
  1037.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][14], 1, 1);
  1038.  
  1039.     CarrosPG3[playerid][15] = CreatePlayerTextDraw(playerid, 344.000000, 284.000000, "");
  1040.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][15], 62.000000, 60.000000);
  1041.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][15], 1);
  1042.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][15], -1);
  1043.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][15], 0);
  1044.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][15], 73);
  1045.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][15], 5);
  1046.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][15], 0);
  1047.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][15], true);
  1048.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][15], 443);
  1049.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][15], 0.000000, 0.000000, 83.400001, 1.000000);
  1050.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][15], 1, 1);
  1051.  
  1052.     CarrosPG3[playerid][16] = CreatePlayerTextDraw(playerid, 407.799926, 283.700103, "");
  1053.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][16], 62.000000, 60.000000);
  1054.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][16], 1);
  1055.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][16], -1);
  1056.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][16], 0);
  1057.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][16], 73);
  1058.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][16], 5);
  1059.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][16], 0);
  1060.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][16], true);
  1061.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG3[playerid][16], 444);
  1062.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG3[playerid][16], 0.000000, 0.000000, 83.400001, 1.000000);
  1063.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG3[playerid][16], 1, 1);
  1064.  
  1065.     CarrosPG3[playerid][17] = CreatePlayerTextDraw(playerid, 430.133636, 344.016754, "SAIR");
  1066.     PlayerTextDrawLetterSize(playerid, CarrosPG3[playerid][17], 0.333469, 1.174165);
  1067.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][17], 1);
  1068.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][17], -16776961);
  1069.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][17], 1);
  1070.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][17], 255);
  1071.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][17], 1);
  1072.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][17], 1);
  1073.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][17], true);
  1074.  
  1075.     CarrosPG3[playerid][18] = CreatePlayerTextDraw(playerid, 470.508239, 267.900054, "4");
  1076.     PlayerTextDrawLetterSize(playerid, CarrosPG3[playerid][18], 0.352210, 1.600000);
  1077.     PlayerTextDrawTextSize(playerid, CarrosPG3[playerid][18], -1.159999, 0.000000);
  1078.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][18], 1);
  1079.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][18], -1378294017);
  1080.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][18], 0);
  1081.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][18], 255);
  1082.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][18], 1);
  1083.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][18], 1);
  1084.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][18], true);
  1085.  
  1086.     CarrosPG3[playerid][19] = CreatePlayerTextDraw(playerid, 470.580718, 251.750061, "3");
  1087.     PlayerTextDrawLetterSize(playerid, CarrosPG3[playerid][19], 0.400000, 1.600000);
  1088.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][19], 1);
  1089.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][19], -1378294017);
  1090.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][19], 0);
  1091.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][19], 255);
  1092.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][19], 1);
  1093.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][19], 1);
  1094.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][19], true);
  1095.  
  1096.     CarrosPG3[playerid][20] = CreatePlayerTextDraw(playerid, 471.317657, 286.249938, "5");
  1097.     PlayerTextDrawLetterSize(playerid, CarrosPG3[playerid][20], 0.320351, 1.617500);
  1098.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][20], 1);
  1099.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][20], -1378294017);
  1100.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][20], 0);
  1101.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][20], 255);
  1102.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][20], 1);
  1103.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][20], 1);
  1104.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][20], true);
  1105.  
  1106.     CarrosPG3[playerid][21] = CreatePlayerTextDraw(playerid, 470.380737, 305.499938, "6");
  1107.     PlayerTextDrawLetterSize(playerid, CarrosPG3[playerid][21], 0.332064, 1.600000);
  1108.     PlayerTextDrawAlignment(playerid, CarrosPG3[playerid][21], 1);
  1109.     PlayerTextDrawColor(playerid, CarrosPG3[playerid][21], -1378294017);
  1110.     PlayerTextDrawSetShadow(playerid, CarrosPG3[playerid][21], 0);
  1111.     PlayerTextDrawBackgroundColor(playerid, CarrosPG3[playerid][21], -1061109505);
  1112.     PlayerTextDrawFont(playerid, CarrosPG3[playerid][21], 1);
  1113.     PlayerTextDrawSetProportional(playerid, CarrosPG3[playerid][21], 1);
  1114.     PlayerTextDrawSetSelectable(playerid, CarrosPG3[playerid][21], true);
  1115.  
  1116.     //pagina 4
  1117.  
  1118.     CarrosPG4[playerid][0] = CreatePlayerTextDraw(playerid, 408.700225, 155.599548, "");
  1119.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][0], 62.000000, 62.000000);
  1120.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][0], 1);
  1121.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][0], -1);
  1122.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][0], 0);
  1123.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][0], 73);
  1124.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][0], 5);
  1125.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][0], 0);
  1126.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][0], true);
  1127.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][0], 445);
  1128.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][0], 0.000000, 0.000000, 83.400001, 1.000000);
  1129.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][0], 1, 1);
  1130.  
  1131.     CarrosPG4[playerid][1] = CreatePlayerTextDraw(playerid, 345.200256, 155.499603, "");
  1132.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][1], 62.000000, 62.000000);
  1133.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][1], 1);
  1134.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][1], -1);
  1135.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][1], 0);
  1136.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][1], 73);
  1137.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][1], 5);
  1138.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][1], 0);
  1139.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][1], true);
  1140.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][1], 446);
  1141.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][1], 0.000000, 0.000000, 83.400001, 1.000000);
  1142.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][1], 1, 1);
  1143.  
  1144.     CarrosPG4[playerid][2] = CreatePlayerTextDraw(playerid, 281.000000, 155.000000, "");
  1145.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][2], 62.000000, 62.000000);
  1146.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][2], 1);
  1147.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][2], -1);
  1148.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][2], 0);
  1149.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][2], 73);
  1150.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][2], 5);
  1151.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][2], 0);
  1152.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][2], true);
  1153.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][2], 447);
  1154.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][2], 0.000000, 0.000000, 83.400001, 1.000000);
  1155.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][2], 1, 1);
  1156.  
  1157.     CarrosPG4[playerid][3] = CreatePlayerTextDraw(playerid, 217.500030, 155.399963, "");
  1158.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][3], 62.000000, 61.000000);
  1159.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][3], 1);
  1160.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][3], -1);
  1161.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][3], 0);
  1162.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][3], 73);
  1163.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][3], 5);
  1164.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][3], 0);
  1165.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][3], true);
  1166.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][3], 448);
  1167.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][3], 0.000000, 0.000000, 83.400001, 1.000000);
  1168.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][3], 1, 1);
  1169.  
  1170.     CarrosPG4[playerid][4] = CreatePlayerTextDraw(playerid, 154.000000, 281.000000, "");
  1171.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][4], 62.000000, 62.000000);
  1172.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][4], 1);
  1173.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][4], -1);
  1174.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][4], 0);
  1175.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][4], 73);
  1176.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][4], 5);
  1177.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][4], 0);
  1178.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][4], true);
  1179.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][4], 449);
  1180.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][4], 0.000000, 0.000000, 83.400001, 1.000000);
  1181.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][4], 1, 1);
  1182.  
  1183.     CarrosPG4[playerid][5] = CreatePlayerTextDraw(playerid, 281.600036, 219.200622, "");
  1184.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][5], 62.000000, 62.000000);
  1185.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][5], 1);
  1186.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][5], -1);
  1187.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][5], 0);
  1188.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][5], 73);
  1189.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][5], 5);
  1190.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][5], 0);
  1191.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][5], true);
  1192.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][5], 450);
  1193.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][5], 0.000000, 0.000000, 83.400001, 1.000000);
  1194.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][5], 1, 1);
  1195.  
  1196.     CarrosPG4[playerid][6] = CreatePlayerTextDraw(playerid, 408.900177, 219.699615, "");
  1197.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][6], 62.000000, 62.000000);
  1198.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][6], 1);
  1199.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][6], -1);
  1200.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][6], 0);
  1201.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][6], 73);
  1202.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][6], 5);
  1203.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][6], 0);
  1204.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][6], true);
  1205.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][6], 451);
  1206.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][6], 0.000000, 0.000000, 83.400001, 1.000000);
  1207.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][6], 1, 1);
  1208.  
  1209.     CarrosPG4[playerid][7] = CreatePlayerTextDraw(playerid, 344.899993, 219.000000, "");
  1210.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][7], 62.000000, 62.000000);
  1211.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][7], 1);
  1212.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][7], -1);
  1213.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][7], 0);
  1214.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][7], 73);
  1215.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][7], 5);
  1216.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][7], 0);
  1217.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][7], true);
  1218.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][7], 452);
  1219.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][7], 0.000000, 0.000000, 83.400001, 1.000000);
  1220.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][7], 1, 1);
  1221.  
  1222.     CarrosPG4[playerid][8] = CreatePlayerTextDraw(playerid, 154.300384, 155.000122, "");
  1223.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][8], 62.000000, 62.000000);
  1224.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][8], 1);
  1225.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][8], -1);
  1226.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][8], 0);
  1227.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][8], 73);
  1228.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][8], 5);
  1229.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][8], 0);
  1230.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][8], true);
  1231.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][8], 453);
  1232.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][8], 0.000000, 0.000000, 83.400001, 1.000000);
  1233.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][8], 1, 1);
  1234.  
  1235.  
  1236.     CarrosPG4[playerid][9] = CreatePlayerTextDraw(playerid, 471.212127, 219.133438, "1");
  1237.     PlayerTextDrawLetterSize(playerid, CarrosPG4[playerid][9], 0.400000, 1.600000);
  1238.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][9], 1);
  1239.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][9], -1378294017);
  1240.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][9], 0);
  1241.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][9], 255);
  1242.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][9], 1);
  1243.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][9], 1);
  1244.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][9], true);
  1245.  
  1246.     CarrosPG4[playerid][10] = CreatePlayerTextDraw(playerid, 470.991394, 235.283142, "2");
  1247.     PlayerTextDrawLetterSize(playerid, CarrosPG4[playerid][10], 0.351273, 1.600000);
  1248.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][10], 1);
  1249.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][10], -1378294017);
  1250.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][10], 0);
  1251.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][10], 255);
  1252.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][10], 1);
  1253.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][10], 1);
  1254.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][10], true);
  1255.  
  1256.     CarrosPG4[playerid][11] = CreatePlayerTextDraw(playerid, 154.199829, 218.499847, "");
  1257.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][11], 62.000000, 62.000000);
  1258.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][11], 1);
  1259.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][11], -1);
  1260.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][11], 0);
  1261.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][11], 73);
  1262.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][11], 5);
  1263.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][11], 0);
  1264.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][11], true);
  1265.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][11], 454);
  1266.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][11], 0.000000, 0.000000, 83.400001, 1.000000);
  1267.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][11], 1, 1);
  1268.  
  1269.     CarrosPG4[playerid][12] = CreatePlayerTextDraw(playerid, 217.899932, 219.000061, "");
  1270.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][12], 62.000000, 62.000000);
  1271.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][12], 1);
  1272.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][12], 0);
  1273.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][12], 73);
  1274.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][12], 5);
  1275.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][12], 0);
  1276.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][12], true);
  1277.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][12], 455);
  1278.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][12], 0.000000, 0.000000, 83.400001, 1.000000);
  1279.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][12], 1, 1);
  1280.  
  1281.     CarrosPG4[playerid][13] = CreatePlayerTextDraw(playerid, 218.100006, 281.299774, "");
  1282.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][13], 62.000000, 60.000000);
  1283.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][13], 1);
  1284.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][13], -1);
  1285.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][13], 0);
  1286.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][13], 73);
  1287.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][13], 5);
  1288.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][13], 0);
  1289.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][13], true);
  1290.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][13], 456);
  1291.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][13], 0.000000, 0.000000, 83.400001, 1.000000);
  1292.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][13], 1, 1);
  1293.  
  1294.     CarrosPG4[playerid][14] = CreatePlayerTextDraw(playerid, 282.000000, 283.000000, "");
  1295.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][14], 62.000000, 60.000000);
  1296.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][14], 1);
  1297.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][14], -1);
  1298.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][14], 0);
  1299.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][14], 73);
  1300.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][14], 5);
  1301.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][14], 0);
  1302.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][14], true);
  1303.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][14], 457);
  1304.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][14], 0.000000, 0.000000, 83.400001, 1.000000);
  1305.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][14], 1, 1);
  1306.  
  1307.     CarrosPG4[playerid][15] = CreatePlayerTextDraw(playerid, 344.000000, 284.000000, "");
  1308.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][15], 62.000000, 60.000000);
  1309.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][15], 1);
  1310.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][15], -1);
  1311.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][15], 0);
  1312.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][15], 73);
  1313.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][15], 5);
  1314.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][15], 0);
  1315.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][15], true);
  1316.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][15], 458);
  1317.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][15], 0.000000, 0.000000, 83.400001, 1.000000);
  1318.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][15], 1, 1);
  1319.  
  1320.     CarrosPG4[playerid][16] = CreatePlayerTextDraw(playerid, 407.799926, 283.700103, "");
  1321.     PlayerTextDrawTextSize(playerid, CarrosPG4[playerid][16], 62.000000, 60.000000);
  1322.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][16], 1);
  1323.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][16], -1);
  1324.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][16], 0);
  1325.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][16], 73);
  1326.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][16], 5);
  1327.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][16], 0);
  1328.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][16], true);
  1329.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG4[playerid][16], 459);
  1330.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG4[playerid][16], 0.000000, 0.000000, 83.400001, 1.000000);
  1331.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG4[playerid][16], 1, 1);
  1332.  
  1333.     CarrosPG4[playerid][17] = CreatePlayerTextDraw(playerid, 430.133636, 344.016754, "SAIR");
  1334.     PlayerTextDrawLetterSize(playerid, CarrosPG4[playerid][17], 0.333469, 1.174165);
  1335.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][17], 1);
  1336.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][17], -16776961);
  1337.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][17], 1);
  1338.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][17], 255);
  1339.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][17], 1);
  1340.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][17], 1);
  1341.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][17], true);
  1342.  
  1343.     CarrosPG4[playerid][18] = CreatePlayerTextDraw(playerid, 194.402465, 342.566589, "4");
  1344.     PlayerTextDrawLetterSize(playerid, CarrosPG4[playerid][18], 0.400000, 1.600000);
  1345.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][18], 1);
  1346.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][18], -1378294017);
  1347.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][18], 0);
  1348.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][18], 255);
  1349.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][18], 1);
  1350.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][18], 1);
  1351.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][18], true);
  1352.  
  1353.     CarrosPG4[playerid][19] = CreatePlayerTextDraw(playerid, 182.308609, 342.466674, "3");
  1354.     PlayerTextDrawLetterSize(playerid, CarrosPG4[playerid][19], 0.400000, 1.600000);
  1355.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][19], 1);
  1356.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][19], -1378294017);
  1357.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][19], 0);
  1358.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][19], 255);
  1359.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][19], 1);
  1360.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][19], 1);
  1361.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][19], true);
  1362.  
  1363.     CarrosPG4[playerid][20] = CreatePlayerTextDraw(playerid, 208.008773, 342.249847, "5");
  1364.     PlayerTextDrawLetterSize(playerid, CarrosPG4[playerid][20], 0.400000, 1.600000);
  1365.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][20], 1);
  1366.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][20], -1378294017);
  1367.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][20], 0);
  1368.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][20], 255);
  1369.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][20], 1);
  1370.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][20], 1);
  1371.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][20], true);
  1372.  
  1373.     CarrosPG4[playerid][21] = CreatePlayerTextDraw(playerid, 222.064407, 342.249938, "6");
  1374.     PlayerTextDrawLetterSize(playerid, CarrosPG4[playerid][21], 0.400000, 1.600000);
  1375.     PlayerTextDrawAlignment(playerid, CarrosPG4[playerid][21], 1);
  1376.     PlayerTextDrawColor(playerid, CarrosPG4[playerid][21], -1378294017);
  1377.     PlayerTextDrawSetShadow(playerid, CarrosPG4[playerid][21], 0);
  1378.     PlayerTextDrawBackgroundColor(playerid, CarrosPG4[playerid][21], -1061109505);
  1379.     PlayerTextDrawFont(playerid, CarrosPG4[playerid][21], 1);
  1380.     PlayerTextDrawSetProportional(playerid, CarrosPG4[playerid][21], 1);
  1381.     PlayerTextDrawSetSelectable(playerid, CarrosPG4[playerid][21], true);
  1382.  
  1383.     //PAGINA 5
  1384.     CarrosPG5[playerid][0] = CreatePlayerTextDraw(playerid, 408.700225, 155.599548, "");
  1385.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][0], 62.000000, 62.000000);
  1386.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][0], 1);
  1387.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][0], -1);
  1388.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][0], 0);
  1389.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][0], 73);
  1390.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][0], 5);
  1391.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][0], 0);
  1392.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][0], true);
  1393.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][0], 460);
  1394.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][0], 0.000000, 0.000000, 83.400001, 1.000000);
  1395.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][0], 1, 1);
  1396.  
  1397.     CarrosPG5[playerid][1] = CreatePlayerTextDraw(playerid, 345.200256, 155.499603, "");
  1398.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][1], 62.000000, 62.000000);
  1399.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][1], 1);
  1400.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][1], -1);
  1401.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][1], 0);
  1402.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][1], 73);
  1403.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][1], 5);
  1404.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][1], 0);
  1405.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][1], true);
  1406.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][1], 461);
  1407.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][1], 0.000000, 0.000000, 83.400001, 1.000000);
  1408.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][1], 1, 1);
  1409.  
  1410.     CarrosPG5[playerid][2] = CreatePlayerTextDraw(playerid, 281.000000, 155.000000, "");
  1411.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][2], 62.000000, 62.000000);
  1412.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][2], 1);
  1413.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][2], -1);
  1414.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][2], 0);
  1415.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][2], 73);
  1416.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][2], 5);
  1417.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][2], 0);
  1418.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][2], true);
  1419.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][2], 462);
  1420.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][2], 0.000000, 0.000000, 83.400001, 1.000000);
  1421.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][2], 1, 1);
  1422.  
  1423.     CarrosPG5[playerid][3] = CreatePlayerTextDraw(playerid, 217.500030, 155.399963, "");
  1424.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][3], 62.000000, 61.000000);
  1425.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][3], 1);
  1426.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][3], -1);
  1427.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][3], 0);
  1428.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][3], 73);
  1429.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][3], 5);
  1430.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][3], 0);
  1431.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][3], true);
  1432.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][3], 463);
  1433.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][3], 0.000000, 0.000000, 83.400001, 1.000000);
  1434.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][3], 1, 1);
  1435.  
  1436.     CarrosPG5[playerid][4] = CreatePlayerTextDraw(playerid, 154.000000, 281.000000, "");
  1437.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][4], 62.000000, 62.000000);
  1438.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][4], 1);
  1439.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][4], -1);
  1440.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][4], 0);
  1441.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][4], 73);
  1442.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][4], 5);
  1443.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][4], 0);
  1444.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][4], true);
  1445.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][4], 464);
  1446.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][4], 0.000000, 0.000000, 83.400001, 1.000000);
  1447.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][4], 1, 1);
  1448.  
  1449.     CarrosPG5[playerid][5] = CreatePlayerTextDraw(playerid, 281.600036, 219.200622, "");
  1450.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][5], 62.000000, 62.000000);
  1451.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][5], 1);
  1452.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][5], -1);
  1453.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][5], 0);
  1454.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][5], 73);
  1455.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][5], 5);
  1456.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][5], 0);
  1457.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][5], true);
  1458.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][5], 465);
  1459.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][5], 0.000000, 0.000000, 83.400001, 1.000000);
  1460.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][5], 1, 1);
  1461.  
  1462.     CarrosPG5[playerid][6] = CreatePlayerTextDraw(playerid, 408.900177, 219.699615, "");
  1463.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][6], 62.000000, 62.000000);
  1464.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][6], 1);
  1465.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][6], -1);
  1466.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][6], 0);
  1467.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][6], 73);
  1468.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][6], 5);
  1469.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][6], 0);
  1470.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][6], true);
  1471.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][6], 466);
  1472.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][6], 0.000000, 0.000000, 83.400001, 1.000000);
  1473.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][6], 1, 1);
  1474.  
  1475.     CarrosPG5[playerid][7] = CreatePlayerTextDraw(playerid, 344.899993, 219.000000, "");
  1476.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][7], 62.000000, 62.000000);
  1477.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][7], 1);
  1478.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][7], -1);
  1479.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][7], 0);
  1480.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][7], 73);
  1481.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][7], 5);
  1482.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][7], 0);
  1483.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][7], true);
  1484.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][7], 467);
  1485.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][7], 0.000000, 0.000000, 83.400001, 1.000000);
  1486.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][7], 1, 1);
  1487.  
  1488.     CarrosPG5[playerid][8] = CreatePlayerTextDraw(playerid, 154.300384, 155.000122, "");
  1489.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][8], 62.000000, 62.000000);
  1490.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][8], 1);
  1491.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][8], -1);
  1492.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][8], 0);
  1493.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][8], 73);
  1494.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][8], 5);
  1495.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][8], 0);
  1496.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][8], true);
  1497.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][8], 468);
  1498.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][8], 0.000000, 0.000000, 83.400001, 1.000000);
  1499.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][8], 1, 1);
  1500.  
  1501.  
  1502.     CarrosPG5[playerid][9] = CreatePlayerTextDraw(playerid, 471.212127, 219.133438, "1");
  1503.     PlayerTextDrawLetterSize(playerid, CarrosPG5[playerid][9], 0.400000, 1.600000);
  1504.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][9], 1);
  1505.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][9], -1378294017);
  1506.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][9], 0);
  1507.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][9], 255);
  1508.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][9], 1);
  1509.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][9], 1);
  1510.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][9], true);
  1511.  
  1512.     CarrosPG5[playerid][10] = CreatePlayerTextDraw(playerid, 470.991394, 235.283142, "2");
  1513.     PlayerTextDrawLetterSize(playerid, CarrosPG5[playerid][10], 0.351273, 1.600000);
  1514.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][10], 1);
  1515.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][10], -1378294017);
  1516.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][10], 0);
  1517.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][10], 255);
  1518.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][10], 1);
  1519.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][10], 1);
  1520.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][10], true);
  1521.  
  1522.     CarrosPG5[playerid][11] = CreatePlayerTextDraw(playerid, 154.199829, 218.499847, "");
  1523.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][11], 62.000000, 62.000000);
  1524.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][11], 1);
  1525.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][11], -1);
  1526.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][11], 0);
  1527.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][11], 73);
  1528.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][11], 5);
  1529.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][11], 0);
  1530.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][11], true);
  1531.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][11], 469);
  1532.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][11], 0.000000, 0.000000, 83.400001, 1.000000);
  1533.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][11], 1, 1);
  1534.  
  1535.     CarrosPG5[playerid][12] = CreatePlayerTextDraw(playerid, 217.899932, 219.000061, "");
  1536.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][12], 62.000000, 62.000000);
  1537.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][12], 1);
  1538.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][12], 0);
  1539.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][12], 73);
  1540.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][12], 5);
  1541.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][12], 0);
  1542.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][12], true);
  1543.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][12], 470);
  1544.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][12], 0.000000, 0.000000, 83.400001, 1.000000);
  1545.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][12], 1, 1);
  1546.  
  1547.     CarrosPG5[playerid][13] = CreatePlayerTextDraw(playerid, 218.100006, 281.299774, "");
  1548.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][13], 62.000000, 60.000000);
  1549.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][13], 1);
  1550.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][13], -1);
  1551.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][13], 0);
  1552.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][13], 73);
  1553.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][13], 5);
  1554.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][13], 0);
  1555.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][13], true);
  1556.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][13], 471);
  1557.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][13], 0.000000, 0.000000, 83.400001, 1.000000);
  1558.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][13], 1, 1);
  1559.  
  1560.     CarrosPG5[playerid][14] = CreatePlayerTextDraw(playerid, 282.000000, 283.000000, "");
  1561.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][14], 62.000000, 60.000000);
  1562.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][14], 1);
  1563.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][14], -1);
  1564.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][14], 0);
  1565.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][14], 73);
  1566.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][14], 5);
  1567.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][14], 0);
  1568.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][14], true);
  1569.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][14], 472);
  1570.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][14], 0.000000, 0.000000, 83.400001, 1.000000);
  1571.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][14], 1, 1);
  1572.  
  1573.     CarrosPG5[playerid][15] = CreatePlayerTextDraw(playerid, 344.000000, 284.000000, "");
  1574.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][15], 62.000000, 60.000000);
  1575.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][15], 1);
  1576.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][15], -1);
  1577.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][15], 0);
  1578.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][15], 73);
  1579.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][15], 5);
  1580.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][15], 0);
  1581.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][15], true);
  1582.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][15], 473);
  1583.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][15], 0.000000, 0.000000, 83.400001, 1.000000);
  1584.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][15], 1, 1);
  1585.  
  1586.     CarrosPG5[playerid][16] = CreatePlayerTextDraw(playerid, 407.799926, 283.700103, "");
  1587.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][16], 62.000000, 60.000000);
  1588.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][16], 1);
  1589.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][16], -1);
  1590.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][16], 0);
  1591.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][16], 73);
  1592.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][16], 5);
  1593.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][16], 0);
  1594.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][16], true);
  1595.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG5[playerid][16], 474);
  1596.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG5[playerid][16], 0.000000, 0.000000, 83.400001, 1.000000);
  1597.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG5[playerid][16], 1, 1);
  1598.  
  1599.     CarrosPG5[playerid][17] = CreatePlayerTextDraw(playerid, 430.133636, 344.016754, "SAIR");
  1600.     PlayerTextDrawLetterSize(playerid, CarrosPG5[playerid][17], 0.333469, 1.174165);
  1601.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][17], 1);
  1602.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][17], -16776961);
  1603.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][17], 1);
  1604.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][17], 255);
  1605.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][17], 1);
  1606.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][17], 1);
  1607.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][17], true);
  1608.  
  1609.     CarrosPG5[playerid][18] = CreatePlayerTextDraw(playerid, 470.508239, 267.900054, "4");
  1610.     PlayerTextDrawLetterSize(playerid, CarrosPG5[playerid][18], 0.352210, 1.600000);
  1611.     PlayerTextDrawTextSize(playerid, CarrosPG5[playerid][18], -1.159999, 0.000000);
  1612.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][18], 1);
  1613.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][18], -1378294017);
  1614.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][18], 0);
  1615.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][18], 255);
  1616.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][18], 1);
  1617.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][18], 1);
  1618.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][18], true);
  1619.  
  1620.     CarrosPG5[playerid][19] = CreatePlayerTextDraw(playerid, 470.580718, 251.750061, "3");
  1621.     PlayerTextDrawLetterSize(playerid, CarrosPG5[playerid][19], 0.400000, 1.600000);
  1622.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][19], 1);
  1623.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][19], -1378294017);
  1624.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][19], 0);
  1625.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][19], 255);
  1626.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][19], 1);
  1627.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][19], 1);
  1628.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][19], true);
  1629.  
  1630.     CarrosPG5[playerid][20] = CreatePlayerTextDraw(playerid, 471.317657, 286.249938, "5");
  1631.     PlayerTextDrawLetterSize(playerid, CarrosPG5[playerid][20], 0.320351, 1.617500);
  1632.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][20], 1);
  1633.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][20], -1378294017);
  1634.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][20], 0);
  1635.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][20], 255);
  1636.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][20], 1);
  1637.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][20], 1);
  1638.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][20], true);
  1639.  
  1640.     CarrosPG5[playerid][21] = CreatePlayerTextDraw(playerid, 470.380737, 305.499938, "6");
  1641.     PlayerTextDrawLetterSize(playerid, CarrosPG5[playerid][21], 0.332064, 1.600000);
  1642.     PlayerTextDrawAlignment(playerid, CarrosPG5[playerid][21], 1);
  1643.     PlayerTextDrawColor(playerid, CarrosPG5[playerid][21], -1378294017);
  1644.     PlayerTextDrawSetShadow(playerid, CarrosPG5[playerid][21], 0);
  1645.     PlayerTextDrawBackgroundColor(playerid, CarrosPG5[playerid][21], -1061109505);
  1646.     PlayerTextDrawFont(playerid, CarrosPG5[playerid][21], 1);
  1647.     PlayerTextDrawSetProportional(playerid, CarrosPG5[playerid][21], 1);
  1648.     PlayerTextDrawSetSelectable(playerid, CarrosPG5[playerid][21], true);
  1649.     //pagina 6
  1650.  
  1651.     CarrosPG6[playerid][0] = CreatePlayerTextDraw(playerid, 408.700225, 155.599548, "");
  1652.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][0], 62.000000, 62.000000);
  1653.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][0], 1);
  1654.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][0], -1);
  1655.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][0], 0);
  1656.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][0], 73);
  1657.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][0], 5);
  1658.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][0], 0);
  1659.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][0], true);
  1660.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][0], 475);
  1661.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][0], 0.000000, 0.000000, 83.400001, 1.000000);
  1662.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][0], 1, 1);
  1663.  
  1664.  
  1665.     CarrosPG6[playerid][1] = CreatePlayerTextDraw(playerid, 345.200256, 155.499603, "");
  1666.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][1], 62.000000, 62.000000);
  1667.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][1], 1);
  1668.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][1], -1);
  1669.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][1], 0);
  1670.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][1], 73);
  1671.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][1], 5);
  1672.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][1], 0);
  1673.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][1], true);
  1674.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][1], 476);
  1675.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][1], 0.000000, 0.000000, 83.400001, 1.000000);
  1676.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][1], 1, 1);
  1677.  
  1678.     CarrosPG6[playerid][2] = CreatePlayerTextDraw(playerid, 281.000000, 155.000000, "");
  1679.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][2], 62.000000, 62.000000);
  1680.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][2], 1);
  1681.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][2], -1);
  1682.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][2], 0);
  1683.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][2], 73);
  1684.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][2], 5);
  1685.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][2], 0);
  1686.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][2], true);
  1687.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][2], 477);
  1688.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][2], 0.000000, 0.000000, 83.400001, 1.000000);
  1689.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][2], 1, 1);
  1690.  
  1691.     CarrosPG6[playerid][3] = CreatePlayerTextDraw(playerid, 217.500030, 155.399963, "");
  1692.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][3], 62.000000, 61.000000);
  1693.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][3], 1);
  1694.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][3], -1);
  1695.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][3], 0);
  1696.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][3], 73);
  1697.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][3], 5);
  1698.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][3], 0);
  1699.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][3], true);
  1700.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][3], 478);
  1701.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][3], 0.000000, 0.000000, 83.400001, 1.000000);
  1702.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][3], 1, 1);
  1703.  
  1704.  
  1705.     CarrosPG6[playerid][4] = CreatePlayerTextDraw(playerid, 154.000000, 281.000000, "");
  1706.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][4], 62.000000, 62.000000);
  1707.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][4], 1);
  1708.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][4], -1);
  1709.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][4], 0);
  1710.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][4], 73);
  1711.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][4], 5);
  1712.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][4], 0);
  1713.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][4], true);
  1714.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][4], 479);
  1715.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][4], 0.000000, 0.000000, 83.400001, 1.000000);
  1716.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][4], 1, 1);
  1717.  
  1718.     CarrosPG6[playerid][5] = CreatePlayerTextDraw(playerid, 281.600036, 219.200622, "");
  1719.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][5], 62.000000, 62.000000);
  1720.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][5], 1);
  1721.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][5], -1);
  1722.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][5], 0);
  1723.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][5], 73);
  1724.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][5], 5);
  1725.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][5], 0);
  1726.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][5], true);
  1727.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][5], 480);
  1728.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][5], 0.000000, 0.000000, 83.400001, 1.000000);
  1729.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][5], 1, 1);
  1730.  
  1731.     CarrosPG6[playerid][6] = CreatePlayerTextDraw(playerid, 408.900177, 219.699615, "");
  1732.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][6], 62.000000, 62.000000);
  1733.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][6], 1);
  1734.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][6], -1);
  1735.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][6], 0);
  1736.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][6], 73);
  1737.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][6], 5);
  1738.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][6], 0);
  1739.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][6], true);
  1740.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][6], 481);
  1741.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][6], 0.000000, 0.000000, 83.400001, 1.000000);
  1742.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][6], 1, 1);
  1743.  
  1744.     CarrosPG6[playerid][7] = CreatePlayerTextDraw(playerid, 344.899993, 219.000000, "");
  1745.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][7], 62.000000, 62.000000);
  1746.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][7], 1);
  1747.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][7], -1);
  1748.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][7], 0);
  1749.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][7], 73);
  1750.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][7], 5);
  1751.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][7], 0);
  1752.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][7], true);
  1753.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][7], 482);
  1754.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][7], 0.000000, 0.000000, 83.400001, 1.000000);
  1755.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][7], 1, 1);
  1756.  
  1757.     CarrosPG6[playerid][8] = CreatePlayerTextDraw(playerid, 154.300384, 155.000122, "");
  1758.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][8], 62.000000, 62.000000);
  1759.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][8], 1);
  1760.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][8], -1);
  1761.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][8], 0);
  1762.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][8], 73);
  1763.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][8], 5);
  1764.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][8], 0);
  1765.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][8], true);
  1766.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][8], 483);
  1767.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][8], 0.000000, 0.000000, 83.400001, 1.000000);
  1768.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][8], 1, 1);
  1769.  
  1770.     CarrosPG6[playerid][9] = CreatePlayerTextDraw(playerid, 471.212127, 219.133438, "1");
  1771.     PlayerTextDrawLetterSize(playerid, CarrosPG6[playerid][9], 0.400000, 1.600000);
  1772.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][9], 1);
  1773.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][9], -1378294017);
  1774.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][9], 0);
  1775.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][9], 255);
  1776.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][9], 1);
  1777.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][9], 1);
  1778.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][9], true);
  1779.  
  1780.     CarrosPG6[playerid][10] = CreatePlayerTextDraw(playerid, 470.991394, 235.283142, "2");
  1781.     PlayerTextDrawLetterSize(playerid, CarrosPG6[playerid][10], 0.351273, 1.600000);
  1782.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][10], 1);
  1783.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][10], -1378294017);
  1784.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][10], 0);
  1785.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][10], 255);
  1786.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][10], 1);
  1787.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][10], 1);
  1788.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][10], true);
  1789.  
  1790.     CarrosPG6[playerid][11] = CreatePlayerTextDraw(playerid, 154.199829, 218.499847, "");
  1791.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][11], 62.000000, 62.000000);
  1792.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][11], 1);
  1793.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][11], -1);
  1794.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][11], 0);
  1795.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][11], 73);
  1796.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][11], 5);
  1797.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][11], 0);
  1798.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][11], true);
  1799.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][11], 484);
  1800.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][11], 0.000000, 0.000000, 83.400001, 1.000000);
  1801.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][11], 1, 1);
  1802.  
  1803.     CarrosPG6[playerid][12] = CreatePlayerTextDraw(playerid, 217.899932, 219.000061, "");
  1804.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][12], 62.000000, 62.000000);
  1805.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][12], 1);
  1806.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][12], 0);
  1807.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][12], 73);
  1808.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][12], 5);
  1809.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][12], 0);
  1810.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][12], true);
  1811.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][12], 485);
  1812.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][12], 0.000000, 0.000000, 83.400001, 1.000000);
  1813.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][12], 1, 1);
  1814.  
  1815.     CarrosPG6[playerid][13] = CreatePlayerTextDraw(playerid, 218.100006, 281.299774, "");
  1816.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][13], 62.000000, 60.000000);
  1817.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][13], 1);
  1818.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][13], -1);
  1819.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][13], 0);
  1820.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][13], 73);
  1821.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][13], 5);
  1822.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][13], 0);
  1823.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][13], true);
  1824.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][13], 486);
  1825.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][13], 0.000000, 0.000000, 83.400001, 1.000000);
  1826.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][13], 1, 1);
  1827.  
  1828.     CarrosPG6[playerid][14] = CreatePlayerTextDraw(playerid, 282.000000, 283.000000, "");
  1829.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][14], 62.000000, 60.000000);
  1830.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][14], 1);
  1831.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][14], -1);
  1832.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][14], 0);
  1833.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][14], 73);
  1834.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][14], 5);
  1835.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][14], 0);
  1836.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][14], true);
  1837.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][14], 487);
  1838.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][14], 0.000000, 0.000000, 83.400001, 1.000000);
  1839.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][14], 1, 1);
  1840.  
  1841.     CarrosPG6[playerid][15] = CreatePlayerTextDraw(playerid, 344.000000, 284.000000, "");
  1842.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][15], 62.000000, 60.000000);
  1843.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][15], 1);
  1844.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][15], -1);
  1845.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][15], 0);
  1846.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][15], 73);
  1847.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][15], 5);
  1848.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][15], 0);
  1849.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][15], true);
  1850.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][15], 488);
  1851.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][15], 0.000000, 0.000000, 83.400001, 1.000000);
  1852.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][15], 1, 1);
  1853.  
  1854.     CarrosPG6[playerid][16] = CreatePlayerTextDraw(playerid, 407.799926, 283.700103, "");
  1855.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][16], 62.000000, 60.000000);
  1856.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][16], 1);
  1857.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][16], -1);
  1858.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][16], 0);
  1859.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][16], 73);
  1860.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][16], 5);
  1861.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][16], 0);
  1862.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][16], true);
  1863.     PlayerTextDrawSetPreviewModel(playerid, CarrosPG6[playerid][16], 489);
  1864.     PlayerTextDrawSetPreviewRot(playerid, CarrosPG6[playerid][16], 0.000000, 0.000000, 83.400001, 1.000000);
  1865.     PlayerTextDrawSetPreviewVehCol(playerid, CarrosPG6[playerid][16], 1, 1);
  1866.  
  1867.     CarrosPG6[playerid][17] = CreatePlayerTextDraw(playerid, 430.133636, 344.016754, "SAIR");
  1868.     PlayerTextDrawLetterSize(playerid, CarrosPG6[playerid][17], 0.333469, 1.174165);
  1869.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][17], 1);
  1870.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][17], -16776961);
  1871.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][17], 1);
  1872.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][17], 255);
  1873.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][17], 1);
  1874.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][17], 1);
  1875.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][17], true);
  1876.  
  1877.     CarrosPG6[playerid][18] = CreatePlayerTextDraw(playerid, 470.508239, 267.900054, "4");
  1878.     PlayerTextDrawLetterSize(playerid, CarrosPG6[playerid][18], 0.352210, 1.600000);
  1879.     PlayerTextDrawTextSize(playerid, CarrosPG6[playerid][18], -1.159999, 0.000000);
  1880.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][18], 1);
  1881.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][18], -1378294017);
  1882.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][18], 0);
  1883.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][18], 255);
  1884.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][18], 1);
  1885.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][18], 1);
  1886.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][18], true);
  1887.  
  1888.     CarrosPG6[playerid][19] = CreatePlayerTextDraw(playerid, 470.580718, 251.750061, "3");
  1889.     PlayerTextDrawLetterSize(playerid, CarrosPG6[playerid][19], 0.400000, 1.600000);
  1890.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][19], 1);
  1891.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][19], -1378294017);
  1892.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][19], 0);
  1893.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][19], 255);
  1894.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][19], 1);
  1895.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][19], 1);
  1896.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][19], true);
  1897.  
  1898.     CarrosPG6[playerid][20] = CreatePlayerTextDraw(playerid, 471.317657, 286.249938, "5");
  1899.     PlayerTextDrawLetterSize(playerid, CarrosPG6[playerid][20], 0.320351, 1.617500);
  1900.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][20], 1);
  1901.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][20], -1378294017);
  1902.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][20], 0);
  1903.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][20], 255);
  1904.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][20], 1);
  1905.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][20], 1);
  1906.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][20], true);
  1907.  
  1908.     CarrosPG6[playerid][21] = CreatePlayerTextDraw(playerid, 470.380737, 305.499938, "6");
  1909.     PlayerTextDrawLetterSize(playerid, CarrosPG6[playerid][21], 0.332064, 1.600000);
  1910.     PlayerTextDrawAlignment(playerid, CarrosPG6[playerid][21], 1);
  1911.     PlayerTextDrawColor(playerid, CarrosPG6[playerid][21], -1378294017);
  1912.     PlayerTextDrawSetShadow(playerid, CarrosPG6[playerid][21], 0);
  1913.     PlayerTextDrawBackgroundColor(playerid, CarrosPG6[playerid][21], -1061109505);
  1914.     PlayerTextDrawFont(playerid, CarrosPG6[playerid][21], 1);
  1915.     PlayerTextDrawSetProportional(playerid, CarrosPG6[playerid][21], 1);
  1916.     PlayerTextDrawSetSelectable(playerid, CarrosPG6[playerid][21], true);
  1917.     return 1;
  1918. }
  1919. stock EsconderCarrosPG1(playerid)
  1920. {
  1921.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][0]);
  1922.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][1]);
  1923.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][2]);
  1924.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][3]);
  1925.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][4]);
  1926.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][5]);
  1927.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][6]);
  1928.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][7]);
  1929.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][8]);
  1930.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][9]);
  1931.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][10]);
  1932.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][11]);
  1933.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][12]);
  1934.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][13]);
  1935.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][14]);
  1936.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][15]);
  1937.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][16]);
  1938.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][17]);
  1939.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][18]);
  1940.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][19]);
  1941.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][20]);
  1942.     PlayerTextDrawHide(playerid, CarrosPG1[playerid][21]);
  1943.     CancelSelectTextDraw(playerid);
  1944.     //===========
  1945.     return 1;
  1946. }
  1947. stock MostrarCarrosPG1(playerid)
  1948. {
  1949.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][0]);
  1950.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][1]);
  1951.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][2]);
  1952.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][3]);
  1953.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][4]);
  1954.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][5]);
  1955.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][6]);
  1956.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][7]);
  1957.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][8]);
  1958.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][9]);
  1959.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][10]);
  1960.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][11]);
  1961.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][12]);
  1962.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][13]);
  1963.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][14]);
  1964.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][15]);
  1965.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][16]);
  1966.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][17]);
  1967.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][18]);
  1968.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][19]);
  1969.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][20]);
  1970.     PlayerTextDrawShow(playerid, CarrosPG1[playerid][21]);
  1971.     SelectTextDraw(playerid, 0x00FF00FF); // Highlight green when hovering over
  1972.     //
  1973.     return 1;
  1974. }
  1975.  
  1976. stock MostrarCarrosPG2(playerid)
  1977. {
  1978.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][0]);//carro
  1979.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][1]);//carro
  1980.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][2]);//carro
  1981.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][3]);//carro
  1982.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][4]);//carro
  1983.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][5]);//carro
  1984.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][6]);//carro
  1985.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][7]);//carro
  1986.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][8]);//carro
  1987.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][9]);//carro
  1988.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][10]);//carro
  1989.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][11]);//carro
  1990.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][12]);//carro
  1991.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][13]);//carro
  1992.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][14]);//carro
  1993.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][15]);//carro
  1994.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][16]);//carro
  1995.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][17]);//carro
  1996.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][18]);//carro
  1997.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][19]);//carro
  1998.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][20]);//carro
  1999.     PlayerTextDrawShow(playerid, CarrosPG2[playerid][21]);//carro
  2000.     SelectTextDraw(playerid, 0x00FF00FF); // Highlight green when hovering over
  2001.     //
  2002.     return 1;
  2003. }
  2004.  
  2005. stock EsconderCarrosPG2(playerid)
  2006. {
  2007.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][0]);
  2008.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][1]);
  2009.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][2]);
  2010.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][3]);
  2011.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][4]);
  2012.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][5]);
  2013.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][6]);
  2014.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][7]);
  2015.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][8]);
  2016.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][9]);
  2017.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][10]);
  2018.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][11]);
  2019.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][12]);
  2020.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][13]);
  2021.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][14]);
  2022.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][15]);
  2023.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][16]);
  2024.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][17]);
  2025.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][18]);
  2026.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][19]);
  2027.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][20]);
  2028.     PlayerTextDrawHide(playerid, CarrosPG2[playerid][21]);
  2029.     CancelSelectTextDraw(playerid);
  2030.     //===========
  2031.     return 1;
  2032. }
  2033. stock MostrarCarrosPG3(playerid)
  2034. {
  2035.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][0]);//carro
  2036.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][1]);//carro
  2037.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][2]);//carro
  2038.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][3]);//carro
  2039.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][4]);//carro
  2040.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][5]);//carro
  2041.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][6]);//carro
  2042.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][7]);//carro
  2043.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][8]);//carro
  2044.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][9]);//carro
  2045.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][10]);//carro
  2046.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][11]);//carro
  2047.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][12]);//carro
  2048.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][13]);//carro
  2049.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][14]);//carro
  2050.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][15]);//carro
  2051.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][16]);//carro
  2052.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][17]);//carro
  2053.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][18]);//carro
  2054.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][19]);//carro
  2055.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][20]);//carro
  2056.     PlayerTextDrawShow(playerid, CarrosPG3[playerid][21]);//carro
  2057.     SelectTextDraw(playerid, 0x00FF00FF); // Highlight green when hovering over
  2058.     //
  2059.     return 1;
  2060. }
  2061.  
  2062. stock EsconderCarrosPG3(playerid)
  2063. {
  2064.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][0]);
  2065.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][1]);
  2066.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][2]);
  2067.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][3]);
  2068.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][4]);
  2069.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][5]);
  2070.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][6]);
  2071.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][7]);
  2072.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][8]);
  2073.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][9]);
  2074.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][10]);
  2075.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][11]);
  2076.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][12]);
  2077.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][13]);
  2078.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][14]);
  2079.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][15]);
  2080.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][16]);
  2081.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][17]);
  2082.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][18]);
  2083.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][19]);
  2084.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][20]);
  2085.     PlayerTextDrawHide(playerid, CarrosPG3[playerid][21]);
  2086.     CancelSelectTextDraw(playerid);
  2087.     //===========
  2088.     return 1;
  2089. }
  2090.  
  2091. stock MostrarCarrosPG4(playerid)
  2092. {
  2093.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][0]);//carro
  2094.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][1]);//carro
  2095.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][2]);//carro
  2096.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][3]);//carro
  2097.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][4]);//carro
  2098.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][5]);//carro
  2099.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][6]);//carro
  2100.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][7]);//carro
  2101.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][8]);//carro
  2102.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][9]);//pagina
  2103.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][10]);//pagina 2
  2104.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][11]);//carro
  2105.  
  2106.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][12]);//carro
  2107.  
  2108.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][13]);//carro
  2109.  
  2110.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][14]);//carro
  2111.  
  2112.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][15]);//carro
  2113.  
  2114.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][16]);//carro
  2115.  
  2116.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][17]);//sair
  2117.  
  2118.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][18]);//pagina 4
  2119.  
  2120.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][19]);//pagina 3
  2121.  
  2122.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][20]);//pagina 5
  2123.  
  2124.     PlayerTextDrawShow(playerid, CarrosPG4[playerid][21]);//pagina 6
  2125.     SelectTextDraw(playerid, 0x00FF00FF); // Highlight green when hovering over
  2126.  
  2127.     //
  2128.     return 1;
  2129. }
  2130.  
  2131. stock EsconderCarrosPG4(playerid)
  2132. {
  2133.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][0]);
  2134.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][1]);
  2135.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][2]);
  2136.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][3]);
  2137.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][4]);
  2138.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][5]);
  2139.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][6]);
  2140.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][7]);
  2141.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][8]);
  2142.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][9]);
  2143.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][10]);
  2144.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][11]);
  2145.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][12]);
  2146.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][13]);
  2147.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][14]);
  2148.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][15]);
  2149.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][16]);
  2150.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][17]);
  2151.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][18]);
  2152.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][19]);
  2153.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][20]);
  2154.     PlayerTextDrawHide(playerid, CarrosPG4[playerid][21]);
  2155.     CancelSelectTextDraw(playerid);
  2156.     //===========
  2157.  
  2158.     return 1;
  2159. }
  2160.  
  2161. stock MostrarCarrosPG5(playerid)
  2162. {
  2163.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][0]);//carro
  2164.  
  2165.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][1]);//carro
  2166.  
  2167.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][2]);//carro
  2168.  
  2169.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][3]);//carro
  2170.  
  2171.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][4]);//carro
  2172.  
  2173.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][5]);//carro
  2174.  
  2175.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][6]);//carro
  2176.  
  2177.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][7]);//carro
  2178.  
  2179.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][8]);//carro
  2180.  
  2181.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][9]);//pagina 1
  2182.  
  2183.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][10]);//pagina 2
  2184.  
  2185.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][11]);//carro
  2186.  
  2187.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][12]);//carro
  2188.  
  2189.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][13]);//carro
  2190.  
  2191.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][14]);//carro
  2192.  
  2193.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][15]);//carro
  2194.  
  2195.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][16]);//carro
  2196.  
  2197.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][17]);//sair
  2198.  
  2199.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][18]);//pagina 4
  2200.  
  2201.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][19]);//pagina 3
  2202.  
  2203.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][20]);//pagina 5
  2204.     PlayerTextDrawShow(playerid, CarrosPG5[playerid][21]);//pagina 6
  2205.     SelectTextDraw(playerid, 0x00FF00FF); // Highlight green when hovering over
  2206.  
  2207.     //
  2208.     return 1;
  2209. }
  2210.  
  2211. stock EsconderCarrosPG5(playerid)
  2212. {
  2213.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][0]);
  2214.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][1]);
  2215.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][2]);
  2216.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][3]);
  2217.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][4]);
  2218.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][5]);
  2219.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][6]);
  2220.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][7]);
  2221.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][8]);
  2222.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][9]);
  2223.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][10]);
  2224.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][11]);
  2225.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][12]);
  2226.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][13]);
  2227.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][14]);
  2228.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][15]);
  2229.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][16]);
  2230.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][17]);
  2231.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][18]);
  2232.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][19]);
  2233.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][20]);
  2234.     PlayerTextDrawHide(playerid, CarrosPG5[playerid][21]);
  2235.     CancelSelectTextDraw(playerid);
  2236.     return 1;
  2237. }
  2238. EsconderTextDrawnGlobal(playerid)
  2239. {
  2240.     TextDrawHideForPlayer(playerid, TDEditor_TD[0]);
  2241.     TextDrawHideForPlayer(playerid, TDEditor_TD[1]);
  2242.     TextDrawHideForPlayer(playerid, TDEditor_TD[2]);
  2243.     TextDrawHideForPlayer(playerid, TDEditor_TD[3]);
  2244.     TextDrawHideForPlayer(playerid, TDEditor_TD[4]);
  2245.     TextDrawHideForPlayer(playerid, TDEditor_TD[5]);
  2246.     return 1;
  2247. }
  2248. MostrarTextDrawnGlobal(playerid)
  2249. {
  2250.     TextDrawShowForPlayer(playerid, TDEditor_TD[0]);
  2251.     TextDrawShowForPlayer(playerid, TDEditor_TD[1]);
  2252.     TextDrawShowForPlayer(playerid, TDEditor_TD[2]);
  2253.     TextDrawShowForPlayer(playerid, TDEditor_TD[3]);
  2254.     TextDrawShowForPlayer(playerid, TDEditor_TD[4]);
  2255.     TextDrawShowForPlayer(playerid, TDEditor_TD[5]);
  2256.     return 1;
  2257. }
  2258.  
  2259. stock MostrarCarrosPG6(playerid)
  2260. {
  2261.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][0]);//carro
  2262.  
  2263.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][1]);//carro
  2264.  
  2265.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][2]);//carro
  2266.  
  2267.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][3]);//carro
  2268.  
  2269.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][4]);//carro
  2270.  
  2271.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][5]);//carro
  2272.  
  2273.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][6]);//carro
  2274.  
  2275.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][7]);//carro
  2276.  
  2277.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][8]);//carro
  2278.  
  2279.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][9]);//pagina 1
  2280.  
  2281.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][10]);//pagina 2
  2282.  
  2283.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][11]);//carro
  2284.  
  2285.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][12]);//carro
  2286.  
  2287.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][13]);//carro
  2288.  
  2289.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][14]);//carro
  2290.  
  2291.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][15]);//carro
  2292.  
  2293.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][16]);//carro
  2294.  
  2295.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][17]);//sair
  2296.  
  2297.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][18]);//pagina 4
  2298.  
  2299.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][19]);//pagina 3
  2300.  
  2301.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][20]);//pagina 5
  2302.  
  2303.     PlayerTextDrawShow(playerid, CarrosPG6[playerid][21]);//pagina 6
  2304.     SelectTextDraw(playerid, 0x00FF00FF); // Highlight green when hovering over
  2305.     //
  2306.     return 1;
  2307. }
  2308.  
  2309. stock EsconderCarrosPG6(playerid)
  2310. {
  2311.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][0]);
  2312.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][1]);
  2313.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][2]);
  2314.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][3]);
  2315.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][4]);
  2316.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][5]);
  2317.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][6]);
  2318.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][7]);
  2319.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][8]);
  2320.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][9]);
  2321.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][10]);
  2322.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][11]);
  2323.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][12]);
  2324.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][13]);
  2325.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][14]);
  2326.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][15]);
  2327.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][16]);
  2328.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][17]);
  2329.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][18]);
  2330.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][19]);
  2331.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][20]);
  2332.     PlayerTextDrawHide(playerid, CarrosPG6[playerid][21]);
  2333.     CancelSelectTextDraw(playerid);
  2334.     //===========
  2335.  
  2336.     return 1;
  2337. }
  2338.  
  2339. public OnPlayerClickPlayerTextDraw(playerid, PlayerText:playertextid)
  2340. {
  2341.     if (playertextid == CarrosPG1[playerid][0])
  2342.     {
  2343.          cmd_aa(playerid, "404");
  2344.          EsconderCarrosPG1(playerid);
  2345.          return 1;
  2346.     }
  2347.     if (playertextid == CarrosPG1[playerid][1])
  2348.     {
  2349.          cmd_aa(playerid, "403");
  2350.          EsconderCarrosPG1(playerid);
  2351.          return 1;
  2352.     }
  2353.     if (playertextid == CarrosPG1[playerid][2])
  2354.     {
  2355.          cmd_aa(playerid, "402");
  2356.          EsconderCarrosPG1(playerid);
  2357.          return 1;
  2358.     }
  2359.     if (playertextid == CarrosPG1[playerid][3])
  2360.     {
  2361.          cmd_aa(playerid, "401");
  2362.          EsconderCarrosPG1(playerid);
  2363.          return 1;
  2364.     }
  2365.     if (playertextid == CarrosPG1[playerid][4])
  2366.     {
  2367.          cmd_aa(playerid, "410");
  2368.          EsconderCarrosPG1(playerid);
  2369.          return 1;
  2370.     }
  2371.     if (playertextid == CarrosPG1[playerid][5])
  2372.     {
  2373.          cmd_aa(playerid, "407");
  2374.          EsconderCarrosPG1(playerid);
  2375.          return 1;
  2376.     }
  2377.     if (playertextid == CarrosPG1[playerid][6])
  2378.     {
  2379.          cmd_aa(playerid, "409");
  2380.          EsconderCarrosPG1(playerid);
  2381.          return 1;
  2382.     }
  2383.     if (playertextid == CarrosPG1[playerid][7])
  2384.     {
  2385.          cmd_aa(playerid, "408");
  2386.          EsconderCarrosPG1(playerid);
  2387.          return 1;
  2388.     }
  2389.     if (playertextid == CarrosPG1[playerid][8])
  2390.     {
  2391.          cmd_aa(playerid, "400");
  2392.          EsconderCarrosPG1(playerid);
  2393.          return 1;
  2394.     }
  2395.     if (playertextid == CarrosPG1[playerid][9])
  2396.     {
  2397.          EsconderCarrosPG1(playerid);
  2398.          EsconderCarrosPG2(playerid);
  2399.          EsconderCarrosPG3(playerid);
  2400.          EsconderCarrosPG4(playerid);
  2401.          EsconderCarrosPG5(playerid);
  2402.          EsconderCarrosPG6(playerid);
  2403.          MostrarCarrosPG1(playerid);
  2404.          return 1;
  2405.     }
  2406.     if (playertextid == CarrosPG1[playerid][10])
  2407.     {
  2408.          EsconderCarrosPG1(playerid);
  2409.          EsconderCarrosPG2(playerid);
  2410.          EsconderCarrosPG3(playerid);
  2411.          EsconderCarrosPG4(playerid);
  2412.          EsconderCarrosPG5(playerid);
  2413.          EsconderCarrosPG6(playerid);
  2414.          MostrarCarrosPG2(playerid);
  2415.          return 1;
  2416.     }
  2417.     if (playertextid == CarrosPG1[playerid][11])
  2418.     {
  2419.          cmd_aa(playerid, "405");
  2420.          EsconderCarrosPG1(playerid);
  2421.          return 1;
  2422.     }
  2423.     if (playertextid == CarrosPG1[playerid][12])
  2424.     {
  2425.          cmd_aa(playerid, "406");
  2426.          EsconderCarrosPG1(playerid);
  2427.          return 1;
  2428.     }
  2429.     if (playertextid == CarrosPG1[playerid][13])
  2430.     {
  2431.          cmd_aa(playerid, "411");
  2432.          EsconderCarrosPG1(playerid);
  2433.          return 1;
  2434.     }
  2435.     if (playertextid == CarrosPG1[playerid][14])
  2436.     {
  2437.          cmd_aa(playerid, "412");
  2438.          EsconderCarrosPG1(playerid);
  2439.          return 1;
  2440.     }
  2441.     if (playertextid == CarrosPG1[playerid][15])
  2442.     {
  2443.          cmd_aa(playerid, "413");
  2444.          EsconderCarrosPG1(playerid);
  2445.          return 1;
  2446.     }
  2447.     if (playertextid == CarrosPG1[playerid][16])
  2448.     {
  2449.          cmd_aa(playerid, "414");
  2450.          EsconderCarrosPG1(playerid);
  2451.          return 1;
  2452.     }
  2453.     if (playertextid == CarrosPG1[playerid][17])
  2454.     {
  2455.          EsconderCarrosPG1(playerid);
  2456.          EsconderCarrosPG2(playerid);
  2457.          EsconderCarrosPG3(playerid);
  2458.          EsconderCarrosPG4(playerid);
  2459.          EsconderCarrosPG5(playerid);
  2460.          EsconderCarrosPG6(playerid);
  2461.          return 1;
  2462.     }
  2463.     if (playertextid == CarrosPG1[playerid][18])
  2464.     {
  2465.          EsconderCarrosPG1(playerid);
  2466.          EsconderCarrosPG2(playerid);
  2467.          EsconderCarrosPG3(playerid);
  2468.          EsconderCarrosPG4(playerid);
  2469.          EsconderCarrosPG5(playerid);
  2470.          EsconderCarrosPG6(playerid);
  2471.          MostrarCarrosPG4(playerid);
  2472.          return 1;
  2473.     }
  2474.     if (playertextid == CarrosPG1[playerid][19])
  2475.     {
  2476.          EsconderCarrosPG1(playerid);
  2477.          EsconderCarrosPG2(playerid);
  2478.          EsconderCarrosPG3(playerid);
  2479.          EsconderCarrosPG4(playerid);
  2480.          EsconderCarrosPG5(playerid);
  2481.          EsconderCarrosPG6(playerid);
  2482.          MostrarCarrosPG3(playerid);
  2483.          return 1;
  2484.     }
  2485.     if (playertextid == CarrosPG1[playerid][20])
  2486.     {
  2487.          EsconderCarrosPG1(playerid);
  2488.          EsconderCarrosPG2(playerid);
  2489.          EsconderCarrosPG3(playerid);
  2490.          EsconderCarrosPG4(playerid);
  2491.          EsconderCarrosPG5(playerid);
  2492.          EsconderCarrosPG6(playerid);
  2493.          MostrarCarrosPG5(playerid);
  2494.          return 1;
  2495.     }
  2496.     if (playertextid == CarrosPG1[playerid][21])
  2497.     {
  2498.          EsconderCarrosPG1(playerid);
  2499.          EsconderCarrosPG2(playerid);
  2500.          EsconderCarrosPG3(playerid);
  2501.          EsconderCarrosPG4(playerid);
  2502.          EsconderCarrosPG5(playerid);
  2503.          EsconderCarrosPG6(playerid);
  2504.          MostrarCarrosPG6(playerid);
  2505.          return 1;
  2506.     }
  2507.     if (playertextid == CarrosPG2[playerid][0])
  2508.     {
  2509.          cmd_aa(playerid, "415");
  2510.          EsconderCarrosPG2(playerid);
  2511.          return 1;
  2512.     }
  2513.     if (playertextid == CarrosPG2[playerid][1])
  2514.     {
  2515.          cmd_aa(playerid, "416");
  2516.          EsconderCarrosPG2(playerid);
  2517.          return 1;
  2518.     }
  2519.     if (playertextid == CarrosPG2[playerid][2])
  2520.     {
  2521.          cmd_aa(playerid, "417");
  2522.          EsconderCarrosPG2(playerid);
  2523.          return 1;
  2524.     }
  2525.     if (playertextid == CarrosPG2[playerid][3])
  2526.     {
  2527.          cmd_aa(playerid, "418");
  2528.          EsconderCarrosPG2(playerid);
  2529.          return 1;
  2530.     }
  2531.     if (playertextid == CarrosPG2[playerid][4])
  2532.     {
  2533.          cmd_aa(playerid, "419");
  2534.          EsconderCarrosPG2(playerid);
  2535.          return 1;
  2536.     }
  2537.     if (playertextid == CarrosPG2[playerid][5])
  2538.     {
  2539.          cmd_aa(playerid, "420");
  2540.          EsconderCarrosPG2(playerid);
  2541.          return 1;
  2542.     }
  2543.     if (playertextid == CarrosPG2[playerid][6])
  2544.     {
  2545.          cmd_aa(playerid, "421");
  2546.          EsconderCarrosPG2(playerid);
  2547.          return 1;
  2548.     }
  2549.     if (playertextid == CarrosPG2[playerid][7])
  2550.     {
  2551.          cmd_aa(playerid, "422");
  2552.          EsconderCarrosPG2(playerid);
  2553.          return 1;
  2554.     }
  2555.     if (playertextid == CarrosPG2[playerid][8])
  2556.     {
  2557.          cmd_aa(playerid, "423");
  2558.          EsconderCarrosPG2(playerid);
  2559.          return 1;
  2560.     }
  2561.     if (playertextid == CarrosPG2[playerid][9])
  2562.     {
  2563.          EsconderCarrosPG1(playerid);
  2564.          EsconderCarrosPG2(playerid);
  2565.          EsconderCarrosPG3(playerid);
  2566.          EsconderCarrosPG4(playerid);
  2567.          EsconderCarrosPG5(playerid);
  2568.          EsconderCarrosPG6(playerid);
  2569.          MostrarCarrosPG1(playerid);
  2570.          return 1;
  2571.     }
  2572.     if (playertextid == CarrosPG2[playerid][10])
  2573.     {
  2574.          EsconderCarrosPG1(playerid);
  2575.          EsconderCarrosPG2(playerid);
  2576.          EsconderCarrosPG3(playerid);
  2577.          EsconderCarrosPG4(playerid);
  2578.          EsconderCarrosPG5(playerid);
  2579.          EsconderCarrosPG6(playerid);
  2580.          MostrarCarrosPG2(playerid);
  2581.          return 1;
  2582.     }
  2583.     if (playertextid == CarrosPG2[playerid][11])
  2584.     {
  2585.          cmd_aa(playerid, "424");
  2586.          EsconderCarrosPG2(playerid);
  2587.          return 1;
  2588.     }
  2589.     if (playertextid == CarrosPG2[playerid][12])
  2590.     {
  2591.          cmd_aa(playerid, "425");
  2592.          EsconderCarrosPG2(playerid);
  2593.          return 1;
  2594.     }
  2595.     if (playertextid == CarrosPG2[playerid][13])
  2596.     {
  2597.          cmd_aa(playerid, "426");
  2598.          EsconderCarrosPG2(playerid);
  2599.          return 1;
  2600.     }
  2601.     if (playertextid == CarrosPG2[playerid][14])
  2602.     {
  2603.          cmd_aa(playerid, "427");
  2604.          EsconderCarrosPG2(playerid);
  2605.          return 1;
  2606.     }
  2607.     if (playertextid == CarrosPG2[playerid][15])
  2608.     {
  2609.          cmd_aa(playerid, "428");
  2610.          EsconderCarrosPG2(playerid);
  2611.          return 1;
  2612.     }
  2613.     if (playertextid == CarrosPG2[playerid][16])
  2614.     {
  2615.          cmd_aa(playerid, "429");
  2616.          EsconderCarrosPG2(playerid);
  2617.          return 1;
  2618.     }
  2619.     if (playertextid == CarrosPG2[playerid][17])
  2620.     {
  2621.          EsconderCarrosPG1(playerid);
  2622.          EsconderCarrosPG2(playerid);
  2623.          EsconderCarrosPG3(playerid);
  2624.          EsconderCarrosPG4(playerid);
  2625.          EsconderCarrosPG5(playerid);
  2626.          EsconderCarrosPG6(playerid);
  2627.          return 1;
  2628.     }
  2629.     if (playertextid == CarrosPG2[playerid][18])
  2630.     {
  2631.          EsconderCarrosPG1(playerid);
  2632.          EsconderCarrosPG2(playerid);
  2633.          EsconderCarrosPG3(playerid);
  2634.          EsconderCarrosPG4(playerid);
  2635.          EsconderCarrosPG5(playerid);
  2636.          EsconderCarrosPG6(playerid);
  2637.          MostrarCarrosPG4(playerid);
  2638.          return 1;
  2639.     }
  2640.     if (playertextid == CarrosPG2[playerid][19])
  2641.     {
  2642.          EsconderCarrosPG1(playerid);
  2643.          EsconderCarrosPG2(playerid);
  2644.          EsconderCarrosPG3(playerid);
  2645.          EsconderCarrosPG4(playerid);
  2646.          EsconderCarrosPG5(playerid);
  2647.          EsconderCarrosPG6(playerid);
  2648.          MostrarCarrosPG3(playerid);
  2649.          return 1;
  2650.     }
  2651.     if (playertextid == CarrosPG2[playerid][20])
  2652.     {
  2653.          EsconderCarrosPG1(playerid);
  2654.          EsconderCarrosPG2(playerid);
  2655.          EsconderCarrosPG3(playerid);
  2656.          EsconderCarrosPG4(playerid);
  2657.          EsconderCarrosPG5(playerid);
  2658.          EsconderCarrosPG6(playerid);
  2659.          MostrarCarrosPG5(playerid);
  2660.          return 1;
  2661.     }
  2662.     if (playertextid == CarrosPG2[playerid][21])
  2663.     {
  2664.          EsconderCarrosPG1(playerid);
  2665.          EsconderCarrosPG2(playerid);
  2666.          EsconderCarrosPG3(playerid);
  2667.          EsconderCarrosPG4(playerid);
  2668.          EsconderCarrosPG5(playerid);
  2669.          EsconderCarrosPG6(playerid);
  2670.          MostrarCarrosPG6(playerid);
  2671.          return 1;
  2672.     }
  2673.     if (playertextid == CarrosPG3[playerid][0])
  2674.     {
  2675.          EsconderCarrosPG3(playerid);
  2676.          cmd_aa(playerid, "430");
  2677.          return 1;
  2678.     }
  2679.     if (playertextid == CarrosPG3[playerid][1])
  2680.     {
  2681.          EsconderCarrosPG3(playerid);
  2682.          cmd_aa(playerid, "431");
  2683.          return 1;
  2684.     }
  2685.     if (playertextid == CarrosPG3[playerid][2])
  2686.     {
  2687.          EsconderCarrosPG3(playerid);
  2688.          cmd_aa(playerid, "432");
  2689.          return 1;
  2690.     }
  2691.     if (playertextid == CarrosPG3[playerid][3])
  2692.     {
  2693.          EsconderCarrosPG3(playerid);
  2694.          cmd_aa(playerid, "433");
  2695.          return 1;
  2696.     }
  2697.     if (playertextid == CarrosPG3[playerid][4])
  2698.     {
  2699.          EsconderCarrosPG3(playerid);
  2700.          cmd_aa(playerid, "434");
  2701.          return 1;
  2702.     }
  2703.     if (playertextid == CarrosPG3[playerid][5])
  2704.     {
  2705.          EsconderCarrosPG3(playerid);
  2706.          cmd_aa(playerid, "435");
  2707.          return 1;
  2708.     }
  2709.     if (playertextid == CarrosPG3[playerid][6])
  2710.     {
  2711.          EsconderCarrosPG3(playerid);
  2712.          cmd_aa(playerid, "436");
  2713.          return 1;
  2714.     }
  2715.     if (playertextid == CarrosPG3[playerid][7])
  2716.     {
  2717.          EsconderCarrosPG3(playerid);
  2718.          cmd_aa(playerid, "437");
  2719.          return 1;
  2720.     }
  2721.     if (playertextid == CarrosPG3[playerid][8])
  2722.     {
  2723.          EsconderCarrosPG3(playerid);
  2724.          cmd_aa(playerid, "438");
  2725.          return 1;
  2726.     }
  2727.     if (playertextid == CarrosPG3[playerid][9])
  2728.     {
  2729.          EsconderCarrosPG1(playerid);
  2730.          EsconderCarrosPG2(playerid);
  2731.          EsconderCarrosPG3(playerid);
  2732.          EsconderCarrosPG4(playerid);
  2733.          EsconderCarrosPG5(playerid);
  2734.          EsconderCarrosPG6(playerid);
  2735.          MostrarCarrosPG1(playerid);
  2736.          return 1;
  2737.     }
  2738.     if (playertextid == CarrosPG3[playerid][10])
  2739.     {
  2740.          EsconderCarrosPG1(playerid);
  2741.          EsconderCarrosPG2(playerid);
  2742.          EsconderCarrosPG3(playerid);
  2743.          EsconderCarrosPG4(playerid);
  2744.          EsconderCarrosPG5(playerid);
  2745.          EsconderCarrosPG6(playerid);
  2746.          MostrarCarrosPG2(playerid);
  2747.          return 1;
  2748.     }
  2749.     if (playertextid == CarrosPG3[playerid][11])
  2750.     {
  2751.          EsconderCarrosPG3(playerid);
  2752.          cmd_aa(playerid, "439");
  2753.          return 1;
  2754.     }
  2755.     if (playertextid == CarrosPG3[playerid][12])
  2756.     {
  2757.          EsconderCarrosPG3(playerid);
  2758.          cmd_aa(playerid, "440");
  2759.          return 1;
  2760.     }
  2761.     if (playertextid == CarrosPG3[playerid][13])
  2762.     {
  2763.          EsconderCarrosPG3(playerid);
  2764.          cmd_aa(playerid, "441");
  2765.          return 1;
  2766.     }
  2767.     if (playertextid == CarrosPG3[playerid][14])
  2768.     {
  2769.          EsconderCarrosPG3(playerid);
  2770.          cmd_aa(playerid, "442");
  2771.          return 1;
  2772.     }
  2773.     if (playertextid == CarrosPG3[playerid][15])
  2774.     {
  2775.          EsconderCarrosPG3(playerid);
  2776.          cmd_aa(playerid, "443");
  2777.          return 1;
  2778.     }
  2779.     if (playertextid == CarrosPG3[playerid][16])
  2780.     {
  2781.          EsconderCarrosPG3(playerid);
  2782.          cmd_aa(playerid, "444");
  2783.          return 1;
  2784.     }
  2785.     if (playertextid == CarrosPG3[playerid][17])
  2786.     {
  2787.          EsconderCarrosPG1(playerid);
  2788.          EsconderCarrosPG2(playerid);
  2789.          EsconderCarrosPG3(playerid);
  2790.          EsconderCarrosPG4(playerid);
  2791.          EsconderCarrosPG5(playerid);
  2792.          EsconderCarrosPG6(playerid);
  2793.          return 1;
  2794.     }
  2795.     if (playertextid == CarrosPG3[playerid][18])
  2796.     {
  2797.          EsconderCarrosPG1(playerid);
  2798.          EsconderCarrosPG2(playerid);
  2799.          EsconderCarrosPG3(playerid);
  2800.          EsconderCarrosPG4(playerid);
  2801.          EsconderCarrosPG5(playerid);
  2802.          EsconderCarrosPG6(playerid);
  2803.          MostrarCarrosPG4(playerid);
  2804.          return 1;
  2805.     }
  2806.     if (playertextid == CarrosPG3[playerid][19])
  2807.     {
  2808.          EsconderCarrosPG1(playerid);
  2809.          EsconderCarrosPG2(playerid);
  2810.          EsconderCarrosPG3(playerid);
  2811.          EsconderCarrosPG4(playerid);
  2812.          EsconderCarrosPG5(playerid);
  2813.          EsconderCarrosPG6(playerid);
  2814.          MostrarCarrosPG3(playerid);
  2815.          return 1;
  2816.     }
  2817.     if (playertextid == CarrosPG3[playerid][20])
  2818.     {
  2819.          EsconderCarrosPG3(playerid);
  2820.          MostrarCarrosPG5(playerid);
  2821.          return 1;
  2822.     }
  2823.     if (playertextid == CarrosPG3[playerid][21])
  2824.     {
  2825.          EsconderCarrosPG3(playerid);
  2826.          MostrarCarrosPG6(playerid);
  2827.          return 1;
  2828.     }
  2829.     if (playertextid == CarrosPG4[playerid][0])
  2830.     {
  2831.          EsconderCarrosPG4(playerid);
  2832.          cmd_aa(playerid, "445");
  2833.          return 1;
  2834.     }
  2835.     if (playertextid == CarrosPG4[playerid][1])
  2836.     {
  2837.          EsconderCarrosPG4(playerid);
  2838.          cmd_aa(playerid, "446");
  2839.          return 1;
  2840.     }
  2841.     if (playertextid == CarrosPG4[playerid][2])
  2842.     {
  2843.          EsconderCarrosPG4(playerid);
  2844.          cmd_aa(playerid, "447");
  2845.          return 1;
  2846.     }
  2847.     if (playertextid == CarrosPG4[playerid][3])
  2848.     {
  2849.          EsconderCarrosPG4(playerid);
  2850.          cmd_aa(playerid, "448");
  2851.          return 1;
  2852.     }
  2853.     if (playertextid == CarrosPG4[playerid][4])
  2854.     {
  2855.          EsconderCarrosPG4(playerid);
  2856.          cmd_aa(playerid, "449");
  2857.          return 1;
  2858.     }
  2859.     if (playertextid == CarrosPG4[playerid][5])
  2860.     {
  2861.          EsconderCarrosPG4(playerid);
  2862.          cmd_aa(playerid, "450");
  2863.          return 1;
  2864.     }
  2865.     if (playertextid == CarrosPG4[playerid][6])
  2866.     {
  2867.          EsconderCarrosPG4(playerid);
  2868.          cmd_aa(playerid, "451");
  2869.          return 1;
  2870.     }
  2871.     if (playertextid == CarrosPG4[playerid][7])
  2872.     {
  2873.          EsconderCarrosPG4(playerid);
  2874.          cmd_aa(playerid, "452");
  2875.          return 1;
  2876.     }
  2877.     if (playertextid == CarrosPG4[playerid][8])
  2878.     {
  2879.          EsconderCarrosPG4(playerid);
  2880.          cmd_aa(playerid, "453");
  2881.          return 1;
  2882.     }
  2883.     if (playertextid == CarrosPG4[playerid][9])
  2884.     {
  2885.          EsconderCarrosPG6(playerid);
  2886.          EsconderCarrosPG5(playerid);
  2887.          EsconderCarrosPG3(playerid);
  2888.          EsconderCarrosPG2(playerid);
  2889.          EsconderCarrosPG4(playerid);
  2890.          EsconderCarrosPG1(playerid);
  2891.          MostrarCarrosPG1(playerid);
  2892.          return 1;
  2893.     }
  2894.     if (playertextid == CarrosPG4[playerid][10])
  2895.     {
  2896.          EsconderCarrosPG6(playerid);
  2897.          EsconderCarrosPG5(playerid);
  2898.          EsconderCarrosPG4(playerid);
  2899.          EsconderCarrosPG3(playerid);
  2900.          EsconderCarrosPG2(playerid);
  2901.          EsconderCarrosPG1(playerid);
  2902.          MostrarCarrosPG2(playerid);
  2903.          return 1;
  2904.     }
  2905.     if (playertextid == CarrosPG4[playerid][11])
  2906.     {
  2907.          EsconderCarrosPG4(playerid);
  2908.          cmd_aa(playerid, "454");
  2909.          return 1;
  2910.     }
  2911.     if (playertextid == CarrosPG4[playerid][12])
  2912.     {
  2913.          EsconderCarrosPG4(playerid);
  2914.          cmd_aa(playerid, "455");
  2915.          return 1;
  2916.     }
  2917.     if (playertextid == CarrosPG4[playerid][13])
  2918.     {
  2919.          EsconderCarrosPG4(playerid);
  2920.          cmd_aa(playerid, "456");
  2921.          return 1;
  2922.     }
  2923.     if (playertextid == CarrosPG4[playerid][14])
  2924.     {
  2925.          EsconderCarrosPG4(playerid);
  2926.          cmd_aa(playerid, "457");
  2927.          return 1;
  2928.     }
  2929.     if (playertextid == CarrosPG4[playerid][15])
  2930.     {
  2931.          EsconderCarrosPG4(playerid);
  2932.          cmd_aa(playerid, "458");
  2933.          return 1;
  2934.     }
  2935.     if (playertextid == CarrosPG4[playerid][16])
  2936.     {
  2937.          EsconderCarrosPG4(playerid);
  2938.          cmd_aa(playerid, "459");
  2939.          return 1;
  2940.     }
  2941.     if (playertextid == CarrosPG4[playerid][17])
  2942.     {
  2943.          EsconderCarrosPG1(playerid);
  2944.          EsconderCarrosPG2(playerid);
  2945.          EsconderCarrosPG3(playerid);
  2946.          EsconderCarrosPG4(playerid);
  2947.          EsconderCarrosPG5(playerid);
  2948.          EsconderCarrosPG6(playerid);
  2949.          return 1;
  2950.     }
  2951.     if (playertextid == CarrosPG4[playerid][18])
  2952.     {
  2953.          EsconderCarrosPG6(playerid);
  2954.          EsconderCarrosPG5(playerid);
  2955.          EsconderCarrosPG4(playerid);
  2956.          EsconderCarrosPG3(playerid);
  2957.          EsconderCarrosPG2(playerid);
  2958.          EsconderCarrosPG1(playerid);
  2959.          MostrarCarrosPG4(playerid);
  2960.          return 1;
  2961.     }
  2962.     if (playertextid == CarrosPG4[playerid][19])
  2963.     {
  2964.          EsconderCarrosPG6(playerid);
  2965.          EsconderCarrosPG5(playerid);
  2966.          EsconderCarrosPG4(playerid);
  2967.          EsconderCarrosPG3(playerid);
  2968.          EsconderCarrosPG2(playerid);
  2969.          EsconderCarrosPG1(playerid);
  2970.          MostrarCarrosPG3(playerid);
  2971.          return 1;
  2972.     }
  2973.     if (playertextid == CarrosPG4[playerid][20])
  2974.     {
  2975.          EsconderCarrosPG6(playerid);
  2976.          EsconderCarrosPG5(playerid);
  2977.          EsconderCarrosPG4(playerid);
  2978.          EsconderCarrosPG3(playerid);
  2979.          EsconderCarrosPG2(playerid);
  2980.          EsconderCarrosPG1(playerid);
  2981.          MostrarCarrosPG5(playerid);
  2982.          return 1;
  2983.     }
  2984.     if (playertextid == CarrosPG4[playerid][21])
  2985.     {
  2986.          EsconderCarrosPG6(playerid);
  2987.          EsconderCarrosPG5(playerid);
  2988.          EsconderCarrosPG4(playerid);
  2989.          EsconderCarrosPG3(playerid);
  2990.          EsconderCarrosPG2(playerid);
  2991.          EsconderCarrosPG1(playerid);
  2992.          MostrarCarrosPG6(playerid);
  2993.          return 1;
  2994.     }
  2995.     if (playertextid == CarrosPG5[playerid][0])
  2996.     {
  2997.          EsconderCarrosPG5(playerid);
  2998.          cmd_aa(playerid, "460");
  2999.          return 1;
  3000.     }
  3001.     if (playertextid == CarrosPG5[playerid][1])
  3002.     {
  3003.          EsconderCarrosPG5(playerid);
  3004.          cmd_aa(playerid, "461");
  3005.          return 1;
  3006.     }
  3007.     if (playertextid == CarrosPG5[playerid][2])
  3008.     {
  3009.          EsconderCarrosPG5(playerid);
  3010.          cmd_aa(playerid, "462");
  3011.          return 1;
  3012.     }
  3013.     if (playertextid == CarrosPG5[playerid][3])
  3014.     {
  3015.          EsconderCarrosPG5(playerid);
  3016.          cmd_aa(playerid, "463");
  3017.          return 1;
  3018.     }
  3019.     if (playertextid == CarrosPG5[playerid][4])
  3020.     {
  3021.          EsconderCarrosPG5(playerid);
  3022.          cmd_aa(playerid, "464");
  3023.          return 1;
  3024.     }
  3025.     if (playertextid == CarrosPG5[playerid][5])
  3026.     {
  3027.          EsconderCarrosPG5(playerid);
  3028.          cmd_aa(playerid, "465");
  3029.          return 1;
  3030.     }
  3031.     if (playertextid == CarrosPG5[playerid][6])
  3032.     {
  3033.          EsconderCarrosPG5(playerid);
  3034.          cmd_aa(playerid, "466");
  3035.          return 1;
  3036.     }
  3037.     if (playertextid == CarrosPG5[playerid][7])
  3038.     {
  3039.          EsconderCarrosPG5(playerid);
  3040.          cmd_aa(playerid, "467");
  3041.          return 1;
  3042.     }
  3043.     if (playertextid == CarrosPG5[playerid][8])
  3044.     {
  3045.          EsconderCarrosPG5(playerid);
  3046.          cmd_aa(playerid, "468");
  3047.          return 1;
  3048.     }
  3049.     if (playertextid == CarrosPG5[playerid][9])
  3050.     {
  3051.          EsconderCarrosPG6(playerid);
  3052.          EsconderCarrosPG5(playerid);
  3053.          EsconderCarrosPG3(playerid);
  3054.          EsconderCarrosPG2(playerid);
  3055.          EsconderCarrosPG4(playerid);
  3056.          EsconderCarrosPG1(playerid);
  3057.          MostrarCarrosPG1(playerid);
  3058.          return 1;
  3059.     }
  3060.     if (playertextid == CarrosPG5[playerid][10])
  3061.     {
  3062.          EsconderCarrosPG6(playerid);
  3063.          EsconderCarrosPG5(playerid);
  3064.          EsconderCarrosPG4(playerid);
  3065.          EsconderCarrosPG3(playerid);
  3066.          EsconderCarrosPG2(playerid);
  3067.          EsconderCarrosPG1(playerid);
  3068.          MostrarCarrosPG2(playerid);
  3069.          return 1;
  3070.     }
  3071.     if (playertextid == CarrosPG5[playerid][11])
  3072.     {
  3073.          EsconderCarrosPG5(playerid);
  3074.          cmd_aa(playerid, "469");
  3075.          return 1;
  3076.     }
  3077.     if (playertextid == CarrosPG5[playerid][12])
  3078.     {
  3079.          EsconderCarrosPG5(playerid);
  3080.          cmd_aa(playerid, "470");
  3081.          return 1;
  3082.     }
  3083.     if (playertextid == CarrosPG5[playerid][13])
  3084.     {
  3085.          EsconderCarrosPG5(playerid);
  3086.          cmd_aa(playerid, "471");
  3087.          return 1;
  3088.     }
  3089.     if (playertextid == CarrosPG5[playerid][14])
  3090.     {
  3091.          EsconderCarrosPG5(playerid);
  3092.          cmd_aa(playerid, "472");
  3093.          return 1;
  3094.     }
  3095.     if (playertextid == CarrosPG5[playerid][15])
  3096.     {
  3097.          EsconderCarrosPG5(playerid);
  3098.          cmd_aa(playerid, "473");
  3099.          return 1;
  3100.     }
  3101.     if (playertextid == CarrosPG5[playerid][16])
  3102.     {
  3103.          EsconderCarrosPG5(playerid);
  3104.          cmd_aa(playerid, "474");
  3105.          return 1;
  3106.     }
  3107.     if (playertextid == CarrosPG5[playerid][17])
  3108.     {
  3109.          EsconderCarrosPG1(playerid);
  3110.          EsconderCarrosPG2(playerid);
  3111.          EsconderCarrosPG3(playerid);
  3112.          EsconderCarrosPG5(playerid);
  3113.          EsconderCarrosPG4(playerid);
  3114.          EsconderCarrosPG6(playerid);
  3115.          return 1;
  3116.     }
  3117.     if (playertextid == CarrosPG5[playerid][18])
  3118.     {
  3119.          EsconderCarrosPG6(playerid);
  3120.          EsconderCarrosPG5(playerid);
  3121.          EsconderCarrosPG4(playerid);
  3122.          EsconderCarrosPG3(playerid);
  3123.          EsconderCarrosPG2(playerid);
  3124.          EsconderCarrosPG1(playerid);
  3125.          MostrarCarrosPG5(playerid);
  3126.          return 1;
  3127.     }
  3128.     if (playertextid == CarrosPG5[playerid][19])
  3129.     {
  3130.          EsconderCarrosPG6(playerid);
  3131.          EsconderCarrosPG5(playerid);
  3132.          EsconderCarrosPG4(playerid);
  3133.          EsconderCarrosPG3(playerid);
  3134.          EsconderCarrosPG2(playerid);
  3135.          EsconderCarrosPG1(playerid);
  3136.          MostrarCarrosPG3(playerid);
  3137.          return 1;
  3138.     }
  3139.     if (playertextid == CarrosPG5[playerid][20])
  3140.     {
  3141.          EsconderCarrosPG6(playerid);
  3142.          EsconderCarrosPG5(playerid);
  3143.          EsconderCarrosPG4(playerid);
  3144.          EsconderCarrosPG3(playerid);
  3145.          EsconderCarrosPG2(playerid);
  3146.          EsconderCarrosPG1(playerid);
  3147.          MostrarCarrosPG5(playerid);
  3148.          return 1;
  3149.     }
  3150.     if (playertextid == CarrosPG5[playerid][21])
  3151.     {
  3152.          EsconderCarrosPG6(playerid);
  3153.          EsconderCarrosPG5(playerid);
  3154.          EsconderCarrosPG4(playerid);
  3155.          EsconderCarrosPG3(playerid);
  3156.          EsconderCarrosPG2(playerid);
  3157.          EsconderCarrosPG1(playerid);
  3158.          MostrarCarrosPG6(playerid);
  3159.          return 1;
  3160.     }
  3161.     if (playertextid == CarrosPG6[playerid][0])
  3162.     {
  3163.          EsconderCarrosPG6(playerid);
  3164.          cmd_aa(playerid, "475");
  3165.          return 1;
  3166.     }
  3167.     if (playertextid == CarrosPG6[playerid][1])
  3168.     {
  3169.          EsconderCarrosPG6(playerid);
  3170.          cmd_aa(playerid, "476");
  3171.          return 1;
  3172.     }
  3173.     if (playertextid == CarrosPG6[playerid][2])
  3174.     {
  3175.          EsconderCarrosPG6(playerid);
  3176.          cmd_aa(playerid, "477");
  3177.          return 1;
  3178.     }
  3179.     if (playertextid == CarrosPG6[playerid][3])
  3180.     {
  3181.          EsconderCarrosPG5(playerid);
  3182.          cmd_aa(playerid, "478");
  3183.          return 1;
  3184.     }
  3185.     if (playertextid == CarrosPG6[playerid][4])
  3186.     {
  3187.          EsconderCarrosPG6(playerid);
  3188.          cmd_aa(playerid, "479");
  3189.          return 1;
  3190.     }
  3191.     if (playertextid == CarrosPG6[playerid][5])
  3192.     {
  3193.          EsconderCarrosPG6(playerid);
  3194.          cmd_aa(playerid, "480");
  3195.          return 1;
  3196.     }
  3197.     if (playertextid == CarrosPG6[playerid][6])
  3198.     {
  3199.          EsconderCarrosPG6(playerid);
  3200.          cmd_aa(playerid, "481");
  3201.          return 1;
  3202.     }
  3203.     if (playertextid == CarrosPG6[playerid][7])
  3204.     {
  3205.          EsconderCarrosPG6(playerid);
  3206.          cmd_aa(playerid, "482");
  3207.          return 1;
  3208.     }
  3209.     if (playertextid == CarrosPG6[playerid][8])
  3210.     {
  3211.          EsconderCarrosPG6(playerid);
  3212.          cmd_aa(playerid, "483");
  3213.          return 1;
  3214.     }
  3215.     if (playertextid == CarrosPG6[playerid][9])
  3216.     {
  3217.          EsconderCarrosPG6(playerid);
  3218.          EsconderCarrosPG5(playerid);
  3219.          EsconderCarrosPG3(playerid);
  3220.          EsconderCarrosPG2(playerid);
  3221.          EsconderCarrosPG4(playerid);
  3222.          EsconderCarrosPG1(playerid);
  3223.          MostrarCarrosPG1(playerid);
  3224.          return 1;
  3225.     }
  3226.     if (playertextid == CarrosPG6[playerid][10])
  3227.     {
  3228.          EsconderCarrosPG6(playerid);
  3229.          EsconderCarrosPG5(playerid);
  3230.          EsconderCarrosPG4(playerid);
  3231.          EsconderCarrosPG3(playerid);
  3232.          EsconderCarrosPG2(playerid);
  3233.          EsconderCarrosPG1(playerid);
  3234.          MostrarCarrosPG2(playerid);
  3235.          return 1;
  3236.     }
  3237.     if (playertextid == CarrosPG6[playerid][11])
  3238.     {
  3239.          EsconderCarrosPG6(playerid);
  3240.          cmd_aa(playerid, "484");
  3241.          return 1;
  3242.     }
  3243.     if (playertextid == CarrosPG6[playerid][12])
  3244.     {
  3245.          EsconderCarrosPG6(playerid);
  3246.          cmd_aa(playerid, "485");
  3247.          return 1;
  3248.     }
  3249.     if (playertextid == CarrosPG6[playerid][13])
  3250.     {
  3251.          EsconderCarrosPG6(playerid);
  3252.          cmd_aa(playerid, "486");
  3253.          return 1;
  3254.     }
  3255.     if (playertextid == CarrosPG6[playerid][14])
  3256.     {
  3257.          EsconderCarrosPG6(playerid);
  3258.          cmd_aa(playerid, "487");
  3259.          return 1;
  3260.     }
  3261.     if (playertextid == CarrosPG6[playerid][15])
  3262.     {
  3263.          EsconderCarrosPG6(playerid);
  3264.          cmd_aa(playerid, "488");
  3265.          return 1;
  3266.     }
  3267.     if (playertextid == CarrosPG6[playerid][16])
  3268.     {
  3269.          EsconderCarrosPG6(playerid);
  3270.          cmd_aa(playerid, "489");
  3271.          return 1;
  3272.     }
  3273.     if (playertextid == CarrosPG6[playerid][17])
  3274.     {
  3275.          EsconderCarrosPG1(playerid);
  3276.          EsconderCarrosPG2(playerid);
  3277.          EsconderCarrosPG3(playerid);
  3278.          EsconderCarrosPG5(playerid);
  3279.          EsconderCarrosPG4(playerid);
  3280.          EsconderCarrosPG6(playerid);
  3281.          return 1;
  3282.     }
  3283.     if (playertextid == CarrosPG6[playerid][18])
  3284.     {
  3285.          EsconderCarrosPG6(playerid);
  3286.          EsconderCarrosPG5(playerid);
  3287.          EsconderCarrosPG4(playerid);
  3288.          EsconderCarrosPG3(playerid);
  3289.          EsconderCarrosPG2(playerid);
  3290.          EsconderCarrosPG1(playerid);
  3291.          MostrarCarrosPG5(playerid);
  3292.          return 1;
  3293.     }
  3294.     if (playertextid == CarrosPG6[playerid][19])
  3295.     {
  3296.          EsconderCarrosPG6(playerid);
  3297.          EsconderCarrosPG5(playerid);
  3298.          EsconderCarrosPG4(playerid);
  3299.          EsconderCarrosPG3(playerid);
  3300.          EsconderCarrosPG2(playerid);
  3301.          EsconderCarrosPG1(playerid);
  3302.          MostrarCarrosPG3(playerid);
  3303.          return 1;
  3304.     }
  3305.     if (playertextid == CarrosPG6[playerid][20])
  3306.     {
  3307.          EsconderCarrosPG6(playerid);
  3308.          EsconderCarrosPG5(playerid);
  3309.          EsconderCarrosPG4(playerid);
  3310.          EsconderCarrosPG3(playerid);
  3311.          EsconderCarrosPG2(playerid);
  3312.          EsconderCarrosPG1(playerid);
  3313.          MostrarCarrosPG5(playerid);
  3314.          return 1;
  3315.     }
  3316.     if (playertextid == CarrosPG6[playerid][21])
  3317.     {
  3318.          EsconderCarrosPG6(playerid);
  3319.          EsconderCarrosPG5(playerid);
  3320.          EsconderCarrosPG4(playerid);
  3321.          EsconderCarrosPG3(playerid);
  3322.          EsconderCarrosPG2(playerid);
  3323.          EsconderCarrosPG1(playerid);
  3324.          MostrarCarrosPG6(playerid);
  3325.          return 1;
  3326.     }
  3327.     return 1;
  3328. }
  3329.  
  3330. CMD:aa(playerid, params[])
  3331. {
  3332.     new cor1, cor2;
  3333.     if(sscanf(params, "i", Numero))             return SendClientMessage(playerid, CorErro, "USE: /criarcarro [ID]");
  3334.     GetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
  3335.     if(GetPlayerInterior(playerid) != 0)
  3336.     {
  3337.         ID = CreateVehicle(Numero, Pos[0], Pos[1], Pos[2], 90, -1, -1, -1);
  3338.         LinkVehicleToInterior(ID, GetPlayerInterior(playerid));
  3339.     }
  3340.     else
  3341.     {
  3342.         ID = CreateVehicle(Numero, Pos[0], Pos[1], Pos[2], 90, -1, -1, -1);
  3343.     }
  3344.     PutPlayerInVehicle(playerid, ID, 0);
  3345.     FoiCriado[ID] = true;
  3346.     return 1;
  3347. }
  3348.  
  3349. stock GetVehicleDriver(vehicleid)
  3350. {
  3351.   for(new i; i < MAX_PLAYERS; i++)
  3352.   {
  3353.     if(IsPlayerInVehicle(i, vehicleid) && GetPlayerState(i) == 2) return i;
  3354.   }
  3355.   return -1;
  3356. }
  3357.  
  3358. stock GetVehiclePassenger(vehicleid)
  3359. {
  3360.   for(new i; i < MAX_PLAYERS; i++)
  3361.   {
  3362.     if(IsPlayerInVehicle(i, vehicleid) && GetPlayerState(i) == 3) return i;
  3363.   }
  3364.   return -1;
  3365. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement