Preview model problem

Započeo Kamberovic, Novembar 11, 2018, 15:49:39 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Problem(error/warning): Uradio sam TDove u preview modelima i sad treba sve da radi al kad ubacim na mod i otvorim bude ovako (https://imgur.com/a/yfSY0cU) Tu je slika kad sam ih uradio i kad ih ubacim na server
Dio skripte: [pawn]
//Player Textdraws:

new PlayerText:Textdraw0[MAX_PLAYERS];
new PlayerText:Textdraw1[MAX_PLAYERS];
new PlayerText:Textdraw2[MAX_PLAYERS];
new PlayerText:Textdraw3[MAX_PLAYERS];
new PlayerText:Textdraw4[MAX_PLAYERS];
new PlayerText:Textdraw5[MAX_PLAYERS];
new PlayerText:Textdraw6[MAX_PLAYERS];
new PlayerText:Textdraw7[MAX_PLAYERS];
new PlayerText:Textdraw8[MAX_PLAYERS];
new PlayerText:Textdraw9[MAX_PLAYERS];
new PlayerText:Textdraw10[MAX_PLAYERS];
new PlayerText:Textdraw11[MAX_PLAYERS];
new PlayerText:Textdraw12[MAX_PLAYERS];
new PlayerText:Textdraw13[MAX_PLAYERS];
new PlayerText:Textdraw14[MAX_PLAYERS];
new PlayerText:Textdraw15[MAX_PLAYERS];
new PlayerText:Textdraw16[MAX_PLAYERS];
new PlayerText:Textdraw17[MAX_PLAYERS];
new PlayerText:Textdraw18[MAX_PLAYERS];
new PlayerText:Textdraw19[MAX_PLAYERS];
new PlayerText:Textdraw20[MAX_PLAYERS];
new PlayerText:Textdraw21[MAX_PLAYERS];
new PlayerText:Textdraw22[MAX_PLAYERS];
new PlayerText:Textdraw23[MAX_PLAYERS];
new PlayerText:Textdraw24[MAX_PLAYERS];
new PlayerText:Textdraw25[MAX_PLAYERS];
new PlayerText:Textdraw26[MAX_PLAYERS];
new PlayerText:Textdraw27[MAX_PLAYERS];
new PlayerText:Textdraw28[MAX_PLAYERS];
new PlayerText:Textdraw29[MAX_PLAYERS];
new PlayerText:Textdraw30[MAX_PLAYERS];
new PlayerText:Textdraw31[MAX_PLAYERS];
new PlayerText:Textdraw32[MAX_PLAYERS];
new PlayerText:Textdraw33[MAX_PLAYERS];
new PlayerText:Textdraw34[MAX_PLAYERS];
new PlayerText:Textdraw35[MAX_PLAYERS];
new PlayerText:Textdraw36[MAX_PLAYERS];
new PlayerText:Textdraw37[MAX_PLAYERS];
new PlayerText:Textdraw38[MAX_PLAYERS];
new PlayerText:Textdraw39[MAX_PLAYERS];
new PlayerText:Textdraw40[MAX_PLAYERS];
new PlayerText:Textdraw41[MAX_PLAYERS];
new PlayerText:Textdraw42[MAX_PLAYERS];
new PlayerText:Textdraw43[MAX_PLAYERS];
new PlayerText:Textdraw44[MAX_PLAYERS];
new PlayerText:Textdraw45[MAX_PLAYERS];
new PlayerText:Textdraw46[MAX_PLAYERS];
new PlayerText:Textdraw47[MAX_PLAYERS];
new PlayerText:Textdraw48[MAX_PLAYERS];


Textdraw0[playerid] = CreatePlayerTextDraw(playerid, 128.000000, 136.062500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw0[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw0[playerid], 370.000000, 209.125000);
PlayerTextDrawAlignment(playerid, Textdraw0[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw0[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw0[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw0[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw0[playerid], 4);

Textdraw1[playerid] = CreatePlayerTextDraw(playerid, 130.500000, 155.312500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw1[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw1[playerid], 364.500000, 187.687500);
PlayerTextDrawAlignment(playerid, Textdraw1[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw1[playerid], -1378294017);
PlayerTextDrawSetShadow(playerid, Textdraw1[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw1[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw1[playerid], 4);

Textdraw2[playerid] = CreatePlayerTextDraw(playerid, 132.500000, 139.125000, "Auto Salon");
PlayerTextDrawLetterSize(playerid, Textdraw2[playerid], 0.449999, 1.600000);
PlayerTextDrawAlignment(playerid, Textdraw2[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw2[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw2[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw2[playerid], 1);
PlayerTextDrawBackgroundColor(playerid, Textdraw2[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw2[playerid], 1);
PlayerTextDrawSetProportional(playerid, Textdraw2[playerid], 1);

Textdraw3[playerid] = CreatePlayerTextDraw(playerid, 220.000000, 136.500000, "AUDI");
PlayerTextDrawLetterSize(playerid, Textdraw3[playerid], 0.478498, 1.879999);
PlayerTextDrawAlignment(playerid, Textdraw3[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw3[playerid], -2147483393);
PlayerTextDrawUseBox(playerid, Textdraw3[playerid], true);
PlayerTextDrawBoxColor(playerid, Textdraw3[playerid], 0);
PlayerTextDrawSetShadow(playerid, Textdraw3[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw3[playerid], 1);
PlayerTextDrawBackgroundColor(playerid, Textdraw3[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw3[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw3[playerid], 1);

Textdraw4[playerid] = CreatePlayerTextDraw(playerid, 220.500000, 155.312500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw4[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw4[playerid], 3.000000, 187.687500);
PlayerTextDrawAlignment(playerid, Textdraw4[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw4[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw4[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw4[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw4[playerid], 4);

Textdraw5[playerid] = CreatePlayerTextDraw(playerid, 117.000000, 127.750000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw5[playerid], -0.001500, 4.954371);
PlayerTextDrawTextSize(playerid, Textdraw5[playerid], 109.500000, 106.312500);
PlayerTextDrawAlignment(playerid, Textdraw5[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw5[playerid], -1);
PlayerTextDrawUseBox(playerid, Textdraw5[playerid], true);
PlayerTextDrawBoxColor(playerid, Textdraw5[playerid], 0);
PlayerTextDrawSetShadow(playerid, Textdraw5[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw5[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw5[playerid], 5);

Textdraw6[playerid] = CreatePlayerTextDraw(playerid, 149.000000, 192.062500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw6[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw6[playerid], 53.500000, 13.125000);
PlayerTextDrawAlignment(playerid, Textdraw6[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw6[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw6[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw6[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw6[playerid], 4);
PlayerTextDrawSetSelectable(playerid, Textdraw6[playerid], true);

Textdraw7[playerid] = CreatePlayerTextDraw(playerid, 156.500000, 189.875000, "KUPI");
PlayerTextDrawLetterSize(playerid, Textdraw7[playerid], 0.462000, 1.665624);
PlayerTextDrawAlignment(playerid, Textdraw7[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw7[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw7[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw7[playerid], -1);
PlayerTextDrawBackgroundColor(playerid, Textdraw7[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw7[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw7[playerid], 1);
PlayerTextDrawSetSelectable(playerid, Textdraw7[playerid], true);

Textdraw8[playerid] = CreatePlayerTextDraw(playerid, 130.000000, 209.125000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw8[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw8[playerid], 365.000000, 2.187500);
PlayerTextDrawAlignment(playerid, Textdraw8[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw8[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw8[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw8[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw8[playerid], 4);

Textdraw9[playerid] = CreatePlayerTextDraw(playerid, 317.000000, 155.000000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw9[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw9[playerid], 3.000000, 187.687500);
PlayerTextDrawAlignment(playerid, Textdraw9[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw9[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw9[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw9[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw9[playerid], 4);

Textdraw10[playerid] = CreatePlayerTextDraw(playerid, 405.000000, 155.125000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw10[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw10[playerid], 3.000000, 187.687500);
PlayerTextDrawAlignment(playerid, Textdraw10[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw10[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw10[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw10[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw10[playerid], 4);

Textdraw11[playerid] = CreatePlayerTextDraw(playerid, 116.500000, 185.625000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw11[playerid], -0.001500, 4.954371);
PlayerTextDrawTextSize(playerid, Textdraw11[playerid], 109.500000, 106.312500);
PlayerTextDrawAlignment(playerid, Textdraw11[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw11[playerid], -1);
PlayerTextDrawUseBox(playerid, Textdraw11[playerid], true);
PlayerTextDrawBoxColor(playerid, Textdraw11[playerid], 0);
PlayerTextDrawSetShadow(playerid, Textdraw11[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw11[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw11[playerid], 5);

Textdraw12[playerid] = CreatePlayerTextDraw(playerid, 130.500000, 275.312500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw12[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw12[playerid], 365.000000, 2.187500);
PlayerTextDrawAlignment(playerid, Textdraw12[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw12[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw12[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw12[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw12[playerid], 4);

Textdraw13[playerid] = CreatePlayerTextDraw(playerid, 115.000000, 249.500000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw13[playerid], -0.001500, 4.954371);
PlayerTextDrawTextSize(playerid, Textdraw13[playerid], 109.500000, 106.312500);
PlayerTextDrawAlignment(playerid, Textdraw13[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw13[playerid], -1);
PlayerTextDrawUseBox(playerid, Textdraw13[playerid], true);
PlayerTextDrawBoxColor(playerid, Textdraw13[playerid], 0);
PlayerTextDrawSetShadow(playerid, Textdraw13[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw13[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw13[playerid], 5);

Textdraw14[playerid] = CreatePlayerTextDraw(playerid, 149.000000, 324.312500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw14[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw14[playerid], 53.500000, 13.125000);
PlayerTextDrawAlignment(playerid, Textdraw14[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw14[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw14[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw14[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw14[playerid], 4);
PlayerTextDrawSetSelectable(playerid, Textdraw14[playerid], true);

Textdraw15[playerid] = CreatePlayerTextDraw(playerid, 156.000000, 322.562500, "KUPI");
PlayerTextDrawLetterSize(playerid, Textdraw15[playerid], 0.462000, 1.665624);
PlayerTextDrawAlignment(playerid, Textdraw15[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw15[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw15[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw15[playerid], -1);
PlayerTextDrawBackgroundColor(playerid, Textdraw15[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw15[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw15[playerid], 1);
PlayerTextDrawSetSelectable(playerid, Textdraw15[playerid], true);

Textdraw16[playerid] = CreatePlayerTextDraw(playerid, 150.000000, 257.500000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw16[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw16[playerid], 53.500000, 13.125000);
PlayerTextDrawAlignment(playerid, Textdraw16[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw16[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw16[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw16[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw16[playerid], 4);
PlayerTextDrawSetSelectable(playerid, Textdraw16[playerid], true);

Textdraw17[playerid] = CreatePlayerTextDraw(playerid, 157.500000, 255.750000, "KUPI");
PlayerTextDrawLetterSize(playerid, Textdraw17[playerid], 0.462000, 1.665624);
PlayerTextDrawAlignment(playerid, Textdraw17[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw17[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw17[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw17[playerid], -1);
PlayerTextDrawBackgroundColor(playerid, Textdraw17[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw17[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw17[playerid], 1);
PlayerTextDrawSetSelectable(playerid, Textdraw17[playerid], true);

Textdraw18[playerid] = CreatePlayerTextDraw(playerid, 210.000000, 119.250000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw18[playerid], -0.001500, 4.954371);
PlayerTextDrawTextSize(playerid, Textdraw18[playerid], 109.500000, 106.312500);
PlayerTextDrawAlignment(playerid, Textdraw18[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw18[playerid], -1);
PlayerTextDrawUseBox(playerid, Textdraw18[playerid], true);
PlayerTextDrawBoxColor(playerid, Textdraw18[playerid], 0);
PlayerTextDrawSetShadow(playerid, Textdraw18[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw18[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw18[playerid], 5);

Textdraw19[playerid] = CreatePlayerTextDraw(playerid, 244.500000, 192.000000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw19[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw19[playerid], 53.500000, 13.125000);
PlayerTextDrawAlignment(playerid, Textdraw19[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw19[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw19[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw19[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw19[playerid], 4);
PlayerTextDrawSetSelectable(playerid, Textdraw19[playerid], true);

Textdraw20[playerid] = CreatePlayerTextDraw(playerid, 251.500000, 189.812500, "KUPI");
PlayerTextDrawLetterSize(playerid, Textdraw20[playerid], 0.462000, 1.665624);
PlayerTextDrawAlignment(playerid, Textdraw20[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw20[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw20[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw20[playerid], -1);
PlayerTextDrawBackgroundColor(playerid, Textdraw20[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw20[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw20[playerid], 1);
PlayerTextDrawSetSelectable(playerid, Textdraw20[playerid], true);

Textdraw21[playerid] = CreatePlayerTextDraw(playerid, 214.000000, 188.375000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw21[playerid], -0.001500, 4.954371);
PlayerTextDrawTextSize(playerid, Textdraw21[playerid], 109.500000, 106.312500);
PlayerTextDrawAlignment(playerid, Textdraw21[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw21[playerid], -1);
PlayerTextDrawUseBox(playerid, Textdraw21[playerid], true);
PlayerTextDrawBoxColor(playerid, Textdraw21[playerid], 0);
PlayerTextDrawSetShadow(playerid, Textdraw21[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw21[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw21[playerid], 5);

Textdraw22[playerid] = CreatePlayerTextDraw(playerid, 244.000000, 257.187500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw22[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw22[playerid], 53.500000, 13.125000);
PlayerTextDrawAlignment(playerid, Textdraw22[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw22[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw22[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw22[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw22[playerid], 4);
PlayerTextDrawSetSelectable(playerid, Textdraw22[playerid], true);

Textdraw23[playerid] = CreatePlayerTextDraw(playerid, 251.500000, 254.875000, "KUPI");
PlayerTextDrawLetterSize(playerid, Textdraw23[playerid], 0.462000, 1.665624);
PlayerTextDrawAlignment(playerid, Textdraw23[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw23[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw23[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw23[playerid], -1);
PlayerTextDrawBackgroundColor(playerid, Textdraw23[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw23[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw23[playerid], 1);
PlayerTextDrawSetSelectable(playerid, Textdraw23[playerid], true);

Textdraw24[playerid] = CreatePlayerTextDraw(playerid, 211.000000, 251.812500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw24[playerid], -0.001500, 4.954371);
PlayerTextDrawTextSize(playerid, Textdraw24[playerid], 109.500000, 106.312500);
PlayerTextDrawAlignment(playerid, Textdraw24[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw24[playerid], -1);
PlayerTextDrawUseBox(playerid, Textdraw24[playerid], true);
PlayerTextDrawBoxColor(playerid, Textdraw24[playerid], 0);
PlayerTextDrawSetShadow(playerid, Textdraw24[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw24[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw24[playerid], 5);

Textdraw25[playerid] = CreatePlayerTextDraw(playerid, 242.000000, 324.250000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw25[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw25[playerid], 53.500000, 13.125000);
PlayerTextDrawAlignment(playerid, Textdraw25[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw25[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw25[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw25[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw25[playerid], 4);
PlayerTextDrawSetSelectable(playerid, Textdraw25[playerid], true);

Textdraw26[playerid] = CreatePlayerTextDraw(playerid, 249.500000, 322.250000, "KUPI");
PlayerTextDrawLetterSize(playerid, Textdraw26[playerid], 0.462000, 1.665624);
PlayerTextDrawAlignment(playerid, Textdraw26[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw26[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw26[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw26[playerid], -1);
PlayerTextDrawBackgroundColor(playerid, Textdraw26[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw26[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw26[playerid], 1);
PlayerTextDrawSetSelectable(playerid, Textdraw26[playerid], true);

Textdraw27[playerid] = CreatePlayerTextDraw(playerid, 304.500000, 119.812500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw27[playerid], -0.001500, 4.954371);
PlayerTextDrawTextSize(playerid, Textdraw27[playerid], 109.500000, 106.312500);
PlayerTextDrawAlignment(playerid, Textdraw27[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw27[playerid], -1);
PlayerTextDrawUseBox(playerid, Textdraw27[playerid], true);
PlayerTextDrawBoxColor(playerid, Textdraw27[playerid], 0);
PlayerTextDrawSetShadow(playerid, Textdraw27[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw27[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw27[playerid], 5);

Textdraw28[playerid] = CreatePlayerTextDraw(playerid, 337.500000, 191.312500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw28[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw28[playerid], 53.500000, 13.125000);
PlayerTextDrawAlignment(playerid, Textdraw28[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw28[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw28[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw28[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw28[playerid], 4);
PlayerTextDrawSetSelectable(playerid, Textdraw28[playerid], true);

Textdraw29[playerid] = CreatePlayerTextDraw(playerid, 344.500000, 189.562500, "KUPI");
PlayerTextDrawLetterSize(playerid, Textdraw29[playerid], 0.462000, 1.665624);
PlayerTextDrawAlignment(playerid, Textdraw29[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw29[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw29[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw29[playerid], -1);
PlayerTextDrawBackgroundColor(playerid, Textdraw29[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw29[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw29[playerid], 1);
PlayerTextDrawSetSelectable(playerid, Textdraw29[playerid], true);

Textdraw30[playerid] = CreatePlayerTextDraw(playerid, 304.500000, 181.937500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw30[playerid], -0.001500, 4.954371);
PlayerTextDrawTextSize(playerid, Textdraw30[playerid], 109.500000, 106.312500);
PlayerTextDrawAlignment(playerid, Textdraw30[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw30[playerid], -1);
PlayerTextDrawUseBox(playerid, Textdraw30[playerid], true);
PlayerTextDrawBoxColor(playerid, Textdraw30[playerid], 0);
PlayerTextDrawSetShadow(playerid, Textdraw30[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw30[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw30[playerid], 5);

Textdraw31[playerid] = CreatePlayerTextDraw(playerid, 335.000000, 256.937500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw31[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw31[playerid], 53.500000, 13.125000);
PlayerTextDrawAlignment(playerid, Textdraw31[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw31[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw31[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw31[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw31[playerid], 4);
PlayerTextDrawSetSelectable(playerid, Textdraw31[playerid], true);

Textdraw32[playerid] = CreatePlayerTextDraw(playerid, 342.000000, 255.187500, "KUPI");
PlayerTextDrawLetterSize(playerid, Textdraw32[playerid], 0.462000, 1.665624);
PlayerTextDrawAlignment(playerid, Textdraw32[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw32[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw32[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw32[playerid], -1);
PlayerTextDrawBackgroundColor(playerid, Textdraw32[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw32[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw32[playerid], 1);
PlayerTextDrawSetSelectable(playerid, Textdraw32[playerid], true);

Textdraw33[playerid] = CreatePlayerTextDraw(playerid, 301.000000, 250.750000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw33[playerid], -0.001500, 4.954371);
PlayerTextDrawTextSize(playerid, Textdraw33[playerid], 109.500000, 106.312500);
PlayerTextDrawAlignment(playerid, Textdraw33[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw33[playerid], -1);
PlayerTextDrawUseBox(playerid, Textdraw33[playerid], true);
PlayerTextDrawBoxColor(playerid, Textdraw33[playerid], 0);
PlayerTextDrawSetShadow(playerid, Textdraw33[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw33[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw33[playerid], 5);

Textdraw34[playerid] = CreatePlayerTextDraw(playerid, 337.000000, 324.437500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw34[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw34[playerid], 53.500000, 13.125000);
PlayerTextDrawAlignment(playerid, Textdraw34[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw34[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw34[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw34[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw34[playerid], 4);
PlayerTextDrawSetSelectable(playerid, Textdraw34[playerid], true);

Textdraw35[playerid] = CreatePlayerTextDraw(playerid, 344.500000, 322.687500, "KUPI");
PlayerTextDrawLetterSize(playerid, Textdraw35[playerid], 0.462000, 1.665624);
PlayerTextDrawAlignment(playerid, Textdraw35[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw35[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw35[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw35[playerid], -1);
PlayerTextDrawBackgroundColor(playerid, Textdraw35[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw35[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw35[playerid], 1);
PlayerTextDrawSetSelectable(playerid, Textdraw35[playerid], true);

Textdraw36[playerid] = CreatePlayerTextDraw(playerid, 392.000000, 121.250000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw36[playerid], -0.001500, 4.954371);
PlayerTextDrawTextSize(playerid, Textdraw36[playerid], 109.500000, 106.312500);
PlayerTextDrawAlignment(playerid, Textdraw36[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw36[playerid], -1);
PlayerTextDrawUseBox(playerid, Textdraw36[playerid], true);
PlayerTextDrawBoxColor(playerid, Textdraw36[playerid], 0);
PlayerTextDrawSetShadow(playerid, Textdraw36[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw36[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw36[playerid], 5);

Textdraw37[playerid] = CreatePlayerTextDraw(playerid, 425.500000, 191.125000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw37[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw37[playerid], 53.500000, 13.125000);
PlayerTextDrawAlignment(playerid, Textdraw37[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw37[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw37[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw37[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw37[playerid], 4);
PlayerTextDrawSetSelectable(playerid, Textdraw37[playerid], true);

Textdraw38[playerid] = CreatePlayerTextDraw(playerid, 432.500000, 188.812500, "KUPI");
PlayerTextDrawLetterSize(playerid, Textdraw38[playerid], 0.462000, 1.665624);
PlayerTextDrawAlignment(playerid, Textdraw38[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw38[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw38[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw38[playerid], -1);
PlayerTextDrawBackgroundColor(playerid, Textdraw38[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw38[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw38[playerid], 1);
PlayerTextDrawSetSelectable(playerid, Textdraw38[playerid], true);

Textdraw39[playerid] = CreatePlayerTextDraw(playerid, 389.000000, 187.000000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw39[playerid], -0.001500, 4.954371);
PlayerTextDrawTextSize(playerid, Textdraw39[playerid], 109.500000, 106.312500);
PlayerTextDrawAlignment(playerid, Textdraw39[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw39[playerid], -1);
PlayerTextDrawUseBox(playerid, Textdraw39[playerid], true);
PlayerTextDrawBoxColor(playerid, Textdraw39[playerid], 0);
PlayerTextDrawSetShadow(playerid, Textdraw39[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw39[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw39[playerid], 5);

Textdraw40[playerid] = CreatePlayerTextDraw(playerid, 425.500000, 257.500000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw40[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw40[playerid], 53.500000, 13.125000);
PlayerTextDrawAlignment(playerid, Textdraw40[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw40[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw40[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw40[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw40[playerid], 4);
PlayerTextDrawSetSelectable(playerid, Textdraw40[playerid], true);

Textdraw41[playerid] = CreatePlayerTextDraw(playerid, 433.000000, 255.437500, "KUPI");
PlayerTextDrawLetterSize(playerid, Textdraw41[playerid], 0.462000, 1.665624);
PlayerTextDrawAlignment(playerid, Textdraw41[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw41[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw41[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw41[playerid], -1);
PlayerTextDrawBackgroundColor(playerid, Textdraw41[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw41[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw41[playerid], 1);
PlayerTextDrawSetSelectable(playerid, Textdraw41[playerid], true);

Textdraw42[playerid] = CreatePlayerTextDraw(playerid, 390.000000, 253.625000, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw42[playerid], -0.001500, 4.954371);
PlayerTextDrawTextSize(playerid, Textdraw42[playerid], 109.500000, 106.312500);
PlayerTextDrawAlignment(playerid, Textdraw42[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw42[playerid], -1);
PlayerTextDrawUseBox(playerid, Textdraw42[playerid], true);
PlayerTextDrawBoxColor(playerid, Textdraw42[playerid], 0);
PlayerTextDrawSetShadow(playerid, Textdraw42[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw42[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw42[playerid], 5);

Textdraw43[playerid] = CreatePlayerTextDraw(playerid, 425.000000, 324.562500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw43[playerid], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, Textdraw43[playerid], 53.500000, 13.125000);
PlayerTextDrawAlignment(playerid, Textdraw43[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw43[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw43[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw43[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw43[playerid], 4);
PlayerTextDrawSetSelectable(playerid, Textdraw43[playerid], true);

Textdraw44[playerid] = CreatePlayerTextDraw(playerid, 432.000000, 322.687500, "KUPI");
PlayerTextDrawLetterSize(playerid, Textdraw44[playerid], 0.462000, 1.665624);
PlayerTextDrawAlignment(playerid, Textdraw44[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw44[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw44[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw44[playerid], -1);
PlayerTextDrawBackgroundColor(playerid, Textdraw44[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw44[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw44[playerid], 1);
PlayerTextDrawSetSelectable(playerid, Textdraw44[playerid], true);

Textdraw45[playerid] = CreatePlayerTextDraw(playerid, 406.500000, 344.312500, "LD_SPAC:white");
PlayerTextDrawLetterSize(playerid, Textdraw45[playerid], -0.000500, -0.083122);
PlayerTextDrawTextSize(playerid, Textdraw45[playerid], 91.500000, 24.937500);
PlayerTextDrawAlignment(playerid, Textdraw45[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw45[playerid], -2147483393);
PlayerTextDrawSetShadow(playerid, Textdraw45[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw45[playerid], 0);
PlayerTextDrawFont(playerid, Textdraw45[playerid], 4);

Textdraw46[playerid] = CreatePlayerTextDraw(playerid, 408.500000, 345.187500, "VIP SHOP");
PlayerTextDrawLetterSize(playerid, Textdraw46[playerid], 0.449999, 1.600000);
PlayerTextDrawAlignment(playerid, Textdraw46[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw46[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw46[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw46[playerid], 1);
PlayerTextDrawBackgroundColor(playerid, Textdraw46[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw46[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw46[playerid], 1);
PlayerTextDrawSetSelectable(playerid, Textdraw46[playerid], true);

Textdraw47[playerid] = CreatePlayerTextDraw(playerid, 419.000000, 358.750000, "KLIKNI OVDJE!");
PlayerTextDrawLetterSize(playerid, Textdraw47[playerid], 0.226998, 0.878125);
PlayerTextDrawAlignment(playerid, Textdraw47[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw47[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw47[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw47[playerid], 1);
PlayerTextDrawBackgroundColor(playerid, Textdraw47[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw47[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw47[playerid], 1);

Textdraw48[playerid] = CreatePlayerTextDraw(playerid, 438.000000, 136.500000, "IZLAZ");
PlayerTextDrawLetterSize(playerid, Textdraw48[playerid], 0.449999, 1.600000);
PlayerTextDrawAlignment(playerid, Textdraw48[playerid], 1);
PlayerTextDrawColor(playerid, Textdraw48[playerid], -1);
PlayerTextDrawSetShadow(playerid, Textdraw48[playerid], 0);
PlayerTextDrawSetOutline(playerid, Textdraw48[playerid], 1);
PlayerTextDrawBackgroundColor(playerid, Textdraw48[playerid], 255);
PlayerTextDrawFont(playerid, Textdraw48[playerid], 2);
PlayerTextDrawSetProportional(playerid, Textdraw48[playerid], 1);
PlayerTextDrawSetSelectable(playerid, Textdraw48[playerid], true);
[/pawn]
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log): [ code ]vaš odgovor[ /code ]
Slika/video ingame problema(obavezno ako je ingame problem): link slike
Poslednja Izmena: Novembar 13, 2018, 16:48:05 POSLE PODNE od Bašovski
Amazing Gaming ~Bayside~
Owner & Developer

amazinggamingrp.e-gear.net:7737

Koristis ipleomax preview editor zbog toga ti se to desava, moras preview modele da exportas kao globalne TDove da bi ti ih sacuvalo zatim da ih u pawn-u prebacis u player, i dodas kod svakog preview modela [pawn]PlayerTextDrawBackgroundColor(playerid, Textdraw0[playerid], 0);[/pawn]
HARD WORK BEATS TALENT

Citat: MrToretto poslato Novembar 11, 2018, 16:12:17 POSLE PODNE
Koristis ipleomax preview editor zbog toga ti se to desava, moras preview modele da exportas kao globalne TDove da bi ti ih sacuvalo zatim da ih u pawn-u prebacis u player, i dodas kod svakog preview modela [pawn]PlayerTextDrawBackgroundColor(playerid, Textdraw0[playerid], 0);[/pawn]
Hvala, jako si mi pomogao :)
Amazing Gaming ~Bayside~
Owner & Developer

amazinggamingrp.e-gear.net:7737

Sada kada sam sve fino prebacio i kada ih ubacim na server jednostavno prilikom konektovanja se ne desava niÅ¡ta, ako ih izbacim onda radi sve normala  :D Ako može pomoć?
[pawn]new PlayerText:AutoSalonTD0[MAX_PLAYERS];
new PlayerText:AutoSalonTD1[MAX_PLAYERS];
new PlayerText:AutoSalonTD2[MAX_PLAYERS];
new PlayerText:AutoSalonTD3[MAX_PLAYERS];
new PlayerText:AutoSalonTD4[MAX_PLAYERS];
new PlayerText:AutoSalonTD5[MAX_PLAYERS];
new PlayerText:AutoSalonTD6[MAX_PLAYERS];
new PlayerText:AutoSalonTD7[MAX_PLAYERS];
new PlayerText:AutoSalonTD8[MAX_PLAYERS];
new PlayerText:AutoSalonTD9[MAX_PLAYERS];
new PlayerText:AutoSalonTD10[MAX_PLAYERS];
new PlayerText:AutoSalonTD11[MAX_PLAYERS];
new PlayerText:AutoSalonTD12[MAX_PLAYERS];
new PlayerText:AutoSalonTD13[MAX_PLAYERS];
new PlayerText:AutoSalonTD14[MAX_PLAYERS];
new PlayerText:AutoSalonTD15[MAX_PLAYERS];
new PlayerText:AutoSalonTD16[MAX_PLAYERS];
new PlayerText:AutoSalonTD17[MAX_PLAYERS];
new PlayerText:AutoSalonTD18[MAX_PLAYERS];
new PlayerText:AutoSalonTD19[MAX_PLAYERS];
new PlayerText:AutoSalonTD20[MAX_PLAYERS];
new PlayerText:AutoSalonTD21[MAX_PLAYERS];
new PlayerText:AutoSalonTD22[MAX_PLAYERS];
new PlayerText:AutoSalonTD23[MAX_PLAYERS];
new PlayerText:AutoSalonTD24[MAX_PLAYERS];
new PlayerText:AutoSalonTD25[MAX_PLAYERS];
new PlayerText:AutoSalonTD26[MAX_PLAYERS];
new PlayerText:AutoSalonTD27[MAX_PLAYERS];
new PlayerText:AutoSalonTD28[MAX_PLAYERS];
new PlayerText:AutoSalonTD29[MAX_PLAYERS];
new PlayerText:AutoSalonTD30[MAX_PLAYERS];
new PlayerText:AutoSalonTD31[MAX_PLAYERS];
new PlayerText:AutoSalonTD32[MAX_PLAYERS];
new PlayerText:AutoSalonTD33[MAX_PLAYERS];
new PlayerText:AutoSalonTD34[MAX_PLAYERS];
new PlayerText:AutoSalonTD35[MAX_PLAYERS];
new PlayerText:AutoSalonTD36[MAX_PLAYERS];
new PlayerText:AutoSalonTD37[MAX_PLAYERS];
new PlayerText:AutoSalonTD38[MAX_PLAYERS];
new PlayerText:AutoSalonTD39[MAX_PLAYERS];
new PlayerText:AutoSalonTD40[MAX_PLAYERS];
new PlayerText:AutoSalonTD41[MAX_PLAYERS];
new PlayerText:AutoSalonTD42[MAX_PLAYERS];
new PlayerText:AutoSalonTD43[MAX_PLAYERS];
        AutoSalonTD0[playerid] = CreatePlayerTextDraw(playerid, 117.000000, 127.750000, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD0[playerid], -0.001500, 4.954370);
   PlayerTextDrawTextSize(playerid, AutoSalonTD0[playerid], 109.500000, 106.312500);
   PlayerTextDrawAlignment(playerid, AutoSalonTD0[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD0[playerid], -1);
   PlayerTextDrawUseBox(playerid, AutoSalonTD0[playerid], true);
   PlayerTextDrawBoxColor(playerid, AutoSalonTD0[playerid], 255);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD0[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD0[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD0[playerid], 5);
   PlayerTextDrawSetPreviewModel(playerid, AutoSalonTD0[playerid], 560);
   PlayerTextDrawSetPreviewRot(playerid, AutoSalonTD0[playerid], 0.000000, 0.000000, 45.000000, 1.000000);

   AutoSalonTD1[playerid] = CreatePlayerTextDraw(playerid, 116.500000, 185.625000, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD1[playerid], -0.001500, 4.954370);
   PlayerTextDrawTextSize(playerid, AutoSalonTD1[playerid], 109.500000, 106.312500);
   PlayerTextDrawAlignment(playerid, AutoSalonTD1[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD1[playerid], -1);
   PlayerTextDrawUseBox(playerid, AutoSalonTD1[playerid], true);
   PlayerTextDrawBoxColor(playerid, AutoSalonTD1[playerid], 0);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD1[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD1[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD1[playerid], 5);
   PlayerTextDrawSetPreviewModel(playerid, AutoSalonTD1[playerid], 545);
   PlayerTextDrawSetPreviewRot(playerid, AutoSalonTD1[playerid], 0.000000, 0.000000, 45.000000, 1.000000);

   AutoSalonTD2[playerid] = CreatePlayerTextDraw(playerid, 115.000000, 249.500000, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD2[playerid], -0.001500, 4.954370);
   PlayerTextDrawTextSize(playerid, AutoSalonTD2[playerid], 109.500000, 106.312500);
   PlayerTextDrawAlignment(playerid, AutoSalonTD2[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD2[playerid], -1);
   PlayerTextDrawUseBox(playerid, AutoSalonTD2[playerid], true);
   PlayerTextDrawBoxColor(playerid, AutoSalonTD2[playerid], 0);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD2[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD2[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD2[playerid], 5);
   PlayerTextDrawSetPreviewModel(playerid, AutoSalonTD2[playerid], 541);
   PlayerTextDrawSetPreviewRot(playerid, AutoSalonTD2[playerid], 0.000000, 0.000000, 45.000000, 1.000000);

   AutoSalonTD3[playerid] = CreatePlayerTextDraw(playerid, 210.000000, 119.250000, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD3[playerid], -0.001500, 4.954370);
   PlayerTextDrawTextSize(playerid, AutoSalonTD3[playerid], 109.500000, 106.312500);
   PlayerTextDrawAlignment(playerid, AutoSalonTD3[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD3[playerid], -1);
   PlayerTextDrawUseBox(playerid, AutoSalonTD3[playerid], true);
   PlayerTextDrawBoxColor(playerid, AutoSalonTD3[playerid], 0);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD3[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD3[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD3[playerid], 5);
   PlayerTextDrawSetPreviewModel(playerid, AutoSalonTD3[playerid], 540);
   PlayerTextDrawSetPreviewRot(playerid, AutoSalonTD3[playerid], 0.000000, 0.000000, 45.000000, 1.000000);

   AutoSalonTD4[playerid] = CreatePlayerTextDraw(playerid, 214.000000, 188.375000, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD4[playerid], -0.001500, 4.954370);
   PlayerTextDrawTextSize(playerid, AutoSalonTD4[playerid], 109.500000, 106.312500);
   PlayerTextDrawAlignment(playerid, AutoSalonTD4[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD4[playerid], -1);
   PlayerTextDrawUseBox(playerid, AutoSalonTD4[playerid], true);
   PlayerTextDrawBoxColor(playerid, AutoSalonTD4[playerid], 0);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD4[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD4[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD4[playerid], 5);
   PlayerTextDrawSetPreviewModel(playerid, AutoSalonTD4[playerid], 575);
   PlayerTextDrawSetPreviewRot(playerid, AutoSalonTD4[playerid], 0.000000, 0.000000, 45.000000, 1.000000);

   AutoSalonTD5[playerid] = CreatePlayerTextDraw(playerid, 211.000000, 251.812500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD5[playerid], -0.001500, 4.954370);
   PlayerTextDrawTextSize(playerid, AutoSalonTD5[playerid], 109.500000, 106.312500);
   PlayerTextDrawAlignment(playerid, AutoSalonTD5[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD5[playerid], -1);
   PlayerTextDrawUseBox(playerid, AutoSalonTD5[playerid], true);
   PlayerTextDrawBoxColor(playerid, AutoSalonTD5[playerid], 0);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD5[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD5[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD5[playerid], 5);
   PlayerTextDrawSetPreviewModel(playerid, AutoSalonTD5[playerid], 445);
   PlayerTextDrawSetPreviewRot(playerid, AutoSalonTD5[playerid], 0.000000, 0.000000, 45.000000, 1.000000);

   AutoSalonTD6[playerid] = CreatePlayerTextDraw(playerid, 304.500000, 119.812500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD6[playerid], -0.001500, 4.954370);
   PlayerTextDrawTextSize(playerid, AutoSalonTD6[playerid], 109.500000, 106.312500);
   PlayerTextDrawAlignment(playerid, AutoSalonTD6[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD6[playerid], -1);
   PlayerTextDrawUseBox(playerid, AutoSalonTD6[playerid], true);
   PlayerTextDrawBoxColor(playerid, AutoSalonTD6[playerid], 0);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD6[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD6[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD6[playerid], 5);
   PlayerTextDrawSetPreviewModel(playerid, AutoSalonTD6[playerid], 543);
   PlayerTextDrawSetPreviewRot(playerid, AutoSalonTD6[playerid], 0.000000, 0.000000, 45.000000, 1.000000);

   AutoSalonTD7[playerid] = CreatePlayerTextDraw(playerid, 337.500000, 191.312500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD7[playerid], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, AutoSalonTD7[playerid], 53.500000, 13.125000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD7[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD7[playerid], -2147483393);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD7[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD7[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD7[playerid], 4);
   PlayerTextDrawSetSelectable(AutoSalonTD7[playerid], true);
   PlayerTextDrawSetPreviewModel(playerid, AutoSalonTD7[playerid], 0);
   PlayerTextDrawSetPreviewRot(playerid, AutoSalonTD7[playerid], 0.000000, 0.000000, 0.000000, 0.000000);

   AutoSalonTD8[playerid] = CreatePlayerTextDraw(playerid, 304.500000, 181.937500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD8[playerid], -0.001500, 4.954370);
   PlayerTextDrawTextSize(playerid, AutoSalonTD8[playerid], 109.500000, 106.312500);
   PlayerTextDrawAlignment(playerid, AutoSalonTD8[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD8[playerid], -1);
   PlayerTextDrawUseBox(playerid, AutoSalonTD8[playerid], true);
   PlayerTextDrawBoxColor(playerid, AutoSalonTD8[playerid], 0);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD8[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD8[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD8[playerid], 5);
   PlayerTextDrawSetPreviewModel(playerid, AutoSalonTD8[playerid], 400);
   PlayerTextDrawSetPreviewRot(playerid, AutoSalonTD8[playerid], 0.000000, 0.000000, 45.000000, 1.000000);

   AutoSalonTD9[playerid] = CreatePlayerTextDraw(playerid, 301.000000, 250.750000, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD9[playerid], -0.001500, 4.954370);
   PlayerTextDrawTextSize(playerid, AutoSalonTD9[playerid], 109.500000, 106.312500);
   PlayerTextDrawAlignment(playerid, AutoSalonTD9[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD9[playerid], -1);
   PlayerTextDrawUseBox(playerid, AutoSalonTD9[playerid], true);
   PlayerTextDrawBoxColor(playerid, AutoSalonTD9[playerid], 0);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD9[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD9[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD9[playerid], 5);
   PlayerTextDrawSetPreviewModel(playerid, AutoSalonTD9[playerid], 401);
   PlayerTextDrawSetPreviewRot(playerid, AutoSalonTD9[playerid], 0.000000, 0.000000, 45.000000, 1.000000);

   AutoSalonTD10[playerid] = CreatePlayerTextDraw(playerid, 392.000000, 121.250000, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD10[playerid], -0.001500, 4.954370);
   PlayerTextDrawTextSize(playerid, AutoSalonTD10[playerid], 109.500000, 106.312500);
   PlayerTextDrawAlignment(playerid, AutoSalonTD10[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD10[playerid], -1);
   PlayerTextDrawUseBox(playerid, AutoSalonTD10[playerid], true);
   PlayerTextDrawBoxColor(playerid, AutoSalonTD10[playerid], 0);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD10[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD10[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD10[playerid], 5);
   PlayerTextDrawSetPreviewModel(playerid, AutoSalonTD10[playerid], 410);
   PlayerTextDrawSetPreviewRot(playerid, AutoSalonTD10[playerid], 0.000000, 0.000000, 45.000000, 1.000000);

   AutoSalonTD11[playerid] = CreatePlayerTextDraw(playerid, 389.000000, 187.000000, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD11[playerid], -0.001500, 4.954370);
   PlayerTextDrawTextSize(playerid, AutoSalonTD11[playerid], 109.500000, 106.312500);
   PlayerTextDrawAlignment(playerid, AutoSalonTD11[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD11[playerid], -1);
   PlayerTextDrawUseBox(playerid, AutoSalonTD11[playerid], true);
   PlayerTextDrawBoxColor(playerid, AutoSalonTD11[playerid], 0);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD11[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD11[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD11[playerid], 5);
   PlayerTextDrawSetPreviewModel(playerid, AutoSalonTD11[playerid], 559);
   PlayerTextDrawSetPreviewRot(playerid, AutoSalonTD11[playerid], 0.000000, 0.000000, 45.000000, 1.000000);

   AutoSalonTD12[playerid] = CreatePlayerTextDraw(playerid, 128.000000, 136.062500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD12[playerid], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, AutoSalonTD12[playerid], 370.000000, 209.125000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD12[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD12[playerid], -2147483393);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD12[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD12[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD12[playerid], 4);

   AutoSalonTD13[playerid] = CreatePlayerTextDraw(playerid, 130.500000, 155.312500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD13[playerid], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, AutoSalonTD13[playerid], 364.500000, 187.687500);
   PlayerTextDrawAlignment(playerid, AutoSalonTD13[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD13[playerid], -1378294017);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD13[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD13[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD13[playerid], 4);

   AutoSalonTD14[playerid] = CreatePlayerTextDraw(playerid, 132.500000, 139.125000, "Auto Salon");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD14[playerid], 0.449999, 1.600000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD14[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD14[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD14[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD14[playerid], 1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD14[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD14[playerid], 1);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD14[playerid], 1);

   AutoSalonTD15[playerid] = CreatePlayerTextDraw(playerid, 220.000000, 136.500000, "AUDI");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD15[playerid], 0.478498, 1.879999);
   PlayerTextDrawAlignment(playerid, AutoSalonTD15[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD15[playerid], -2147483393);
   PlayerTextDrawUseBox(playerid, AutoSalonTD15[playerid], true);
   PlayerTextDrawBoxColor(playerid, AutoSalonTD15[playerid], 0);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD15[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD15[playerid], 1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD15[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD15[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD15[playerid], 1);

   AutoSalonTD16[playerid] = CreatePlayerTextDraw(playerid, 149.000000, 192.062500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD16[playerid], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, AutoSalonTD16[playerid], 53.500000, 13.125000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD16[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD16[playerid], -2147483393);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD16[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD16[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD16[playerid], 4);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD16[playerid], true);

   AutoSalonTD17[playerid] = CreatePlayerTextDraw(playerid, 156.500000, 189.875000, "KUPI");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD17[playerid], 0.462000, 1.665624);
   PlayerTextDrawAlignment(playerid, AutoSalonTD17[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD17[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD17[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD17[playerid], -1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD17[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD17[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD17[playerid], 1);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD17[playerid], true);

   AutoSalonTD18[playerid] = CreatePlayerTextDraw(playerid, 149.000000, 324.312500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD18[playerid], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, AutoSalonTD18[playerid], 53.500000, 13.125000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD18[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD18[playerid], -2147483393);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD18[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD18[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD18[playerid], 4);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD18[playerid], true);

   AutoSalonTD19[playerid] = CreatePlayerTextDraw(playerid, 156.000000, 322.562500, "KUPI");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD19[playerid], 0.462000, 1.665624);
   PlayerTextDrawAlignment(playerid, AutoSalonTD19[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD19[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD19[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD19[playerid], -1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD19[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD19[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD19[playerid], 1);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD19[playerid], true);

   AutoSalonTD20[playerid] = CreatePlayerTextDraw(playerid, 150.000000, 257.500000, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD20[playerid], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, AutoSalonTD20[playerid], 53.500000, 13.125000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD20[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD20[playerid], -2147483393);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD20[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD20[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD20[playerid], 4);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD20[playerid], true);

   AutoSalonTD21[playerid] = CreatePlayerTextDraw(playerid, 157.500000, 255.750000, "KUPI");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD21[playerid], 0.462000, 1.665624);
   PlayerTextDrawAlignment(playerid, AutoSalonTD21[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD21[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD21[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD21[playerid], -1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD21[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD21[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD21[playerid], 1);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD21[playerid], true);

   AutoSalonTD22[playerid] = CreatePlayerTextDraw(playerid, 244.500000, 192.000000, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD22[playerid], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, AutoSalonTD22[playerid], 53.500000, 13.125000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD22[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD22[playerid], -2147483393);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD22[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD22[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD22[playerid], 4);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD22[playerid], true);

   AutoSalonTD23[playerid] = CreatePlayerTextDraw(playerid, 251.500000, 189.812500, "KUPI");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD23[playerid], 0.462000, 1.665624);
   PlayerTextDrawAlignment(playerid, AutoSalonTD23[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD23[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD23[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD23[playerid], -1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD23[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD23[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD23[playerid], 1);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD23[playerid], true);

   AutoSalonTD24[playerid] = CreatePlayerTextDraw(playerid, 244.000000, 257.187500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD24[playerid], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, AutoSalonTD24[playerid], 53.500000, 13.125000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD24[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD24[playerid], -2147483393);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD24[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD24[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD24[playerid], 4);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD24[playerid], true);

   AutoSalonTD25[playerid] = CreatePlayerTextDraw(playerid, 251.500000, 254.875000, "KUPI");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD25[playerid], 0.462000, 1.665624);
   PlayerTextDrawAlignment(playerid, AutoSalonTD25[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD25[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD25[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD25[playerid], -1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD25[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD25[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD25[playerid], 1);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD25[playerid], true);

   AutoSalonTD26[playerid] = CreatePlayerTextDraw(playerid, 242.000000, 324.250000, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD26[playerid], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, AutoSalonTD26[playerid], 53.500000, 13.125000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD26[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD26[playerid], -2147483393);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD26[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD26[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD26[playerid], 4);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD26[playerid], true);

   AutoSalonTD27[playerid] = CreatePlayerTextDraw(playerid, 344.500000, 189.562500, "KUPI");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD27[playerid], 0.462000, 1.665624);
   PlayerTextDrawAlignment(playerid, AutoSalonTD27[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD27[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD27[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD27[playerid], -1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD27[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD27[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD27[playerid], 1);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD27[playerid], true);

   AutoSalonTD28[playerid] = CreatePlayerTextDraw(playerid, 335.000000, 256.937500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD28[playerid], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, AutoSalonTD28[playerid], 53.500000, 13.125000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD28[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD28[playerid], -2147483393);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD28[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD28[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD28[playerid], 4);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD28[playerid], true);

   AutoSalonTD29[playerid] = CreatePlayerTextDraw(playerid, 342.000000, 255.187500, "KUPI");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD29[playerid], 0.462000, 1.665624);
   PlayerTextDrawAlignment(playerid, AutoSalonTD29[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD29[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD29[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD29[playerid], -1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD29[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD29[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD29[playerid], 1);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD29[playerid], true);

   AutoSalonTD30[playerid] = CreatePlayerTextDraw(playerid, 337.000000, 324.437500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD30[playerid], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, AutoSalonTD30[playerid], 53.500000, 13.125000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD30[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD30[playerid], -2147483393);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD30[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD30[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD30[playerid], 4);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD30[playerid], true);

   AutoSalonTD31[playerid] = CreatePlayerTextDraw(playerid, 344.500000, 322.687500, "KUPI");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD31[playerid], 0.462000, 1.665624);
   PlayerTextDrawAlignment(playerid, AutoSalonTD31[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD31[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD31[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD31[playerid], -1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD31[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD31[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD31[playerid], 1);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD31[playerid], true);

   AutoSalonTD32[playerid] = CreatePlayerTextDraw(playerid, 425.500000, 191.125000, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD32[playerid], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, AutoSalonTD32[playerid], 53.500000, 13.125000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD32[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD32[playerid], -2147483393);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD32[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD32[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD32[playerid], 4);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD32[playerid], true);

   AutoSalonTD33[playerid] = CreatePlayerTextDraw(playerid, 432.500000, 188.812500, "KUPI");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD33[playerid], 0.462000, 1.665624);
   PlayerTextDrawAlignment(playerid, AutoSalonTD33[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD33[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD33[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD33[playerid], -1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD33[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD33[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD33[playerid], 1);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD33[playerid], true);

   AutoSalonTD34[playerid] = CreatePlayerTextDraw(playerid, 425.500000, 257.500000, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD34[playerid], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, AutoSalonTD34[playerid], 53.500000, 13.125000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD34[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD34[playerid], -2147483393);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD34[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD34[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD34[playerid], 4);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD34[playerid], true);

   AutoSalonTD35[playerid] = CreatePlayerTextDraw(playerid, 433.000000, 255.437500, "KUPI");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD35[playerid], 0.462000, 1.665624);
   PlayerTextDrawAlignment(playerid, AutoSalonTD35[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD35[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD35[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD35[playerid], -1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD35[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD35[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD35[playerid], 1);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD35[playerid], true);

   AutoSalonTD36[playerid] = CreatePlayerTextDraw(playerid, 390.000000, 253.625000, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD36[playerid], -0.001500, 4.954370);
   PlayerTextDrawTextSize(playerid, AutoSalonTD36[playerid], 109.500000, 106.312500);
   PlayerTextDrawAlignment(playerid, AutoSalonTD36[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD36[playerid], -1);
   PlayerTextDrawUseBox(playerid, AutoSalonTD36[playerid], true);
   PlayerTextDrawBoxColor(playerid, AutoSalonTD36[playerid], 0);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD36[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD36[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD36[playerid], 5);

   AutoSalonTD37[playerid] = CreatePlayerTextDraw(playerid, 425.000000, 324.562500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD37[playerid], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, AutoSalonTD37[playerid], 53.500000, 13.125000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD37[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD37[playerid], -2147483393);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD37[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD37[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD37[playerid], 4);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD37[playerid], true);

   AutoSalonTD38[playerid] = CreatePlayerTextDraw(playerid, 432.000000, 322.687500, "KUPI");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD38[playerid], 0.462000, 1.665624);
   PlayerTextDrawAlignment(playerid, AutoSalonTD38[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD38[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD38[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD38[playerid], -1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD38[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD38[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD38[playerid], 1);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD38[playerid], true);

   AutoSalonTD39[playerid] = CreatePlayerTextDraw(playerid, 406.500000, 344.312500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD39[playerid], -0.000500, -0.083122);
   PlayerTextDrawTextSize(playerid, AutoSalonTD39[playerid], 91.500000, 24.937500);
   PlayerTextDrawAlignment(playerid, AutoSalonTD39[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD39[playerid], -2147483393);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD39[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD39[playerid], 0);
   PlayerTextDrawFont(playerid, AutoSalonTD39[playerid], 4);

   AutoSalonTD40[playerid] = CreatePlayerTextDraw(playerid, 408.500000, 345.187500, "VIP SHOP");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD40[playerid], 0.449999, 1.600000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD40[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD40[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD40[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD40[playerid], 1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD40[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD40[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD40[playerid], 1);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD40[playerid], true);

   AutoSalonTD41[playerid] = CreatePlayerTextDraw(playerid, 419.000000, 358.750000, "KLIKNI OVDJE!");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD41[playerid], 0.226998, 0.878125);
   PlayerTextDrawAlignment(playerid, AutoSalonTD41[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD41[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD41[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD41[playerid], 1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD41[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD41[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD41[playerid], 1);

   AutoSalonTD42[playerid] = CreatePlayerTextDraw(playerid, 438.000000, 136.500000, "IZLAZ");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD42[playerid], 0.449999, 1.600000);
   PlayerTextDrawAlignment(playerid, AutoSalonTD42[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD42[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD42[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD42[playerid], 1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD42[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD42[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD42[playerid], 1);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD42[playerid], true);

   AutoSalonTD43[playerid] = CreatePlayerTextDraw(playerid, 249.500000, 322.250000, "KUPI");
   PlayerTextDrawLetterSize(playerid, AutoSalonTD43[playerid], 0.462000, 1.665624);
   PlayerTextDrawAlignment(playerid, AutoSalonTD43[playerid], 1);
   PlayerTextDrawColor(playerid, AutoSalonTD43[playerid], -1);
   PlayerTextDrawSetShadow(playerid, AutoSalonTD43[playerid], 0);
   PlayerTextDrawSetOutline(playerid, AutoSalonTD43[playerid], -1);
   PlayerTextDrawBackgroundColor(playerid, AutoSalonTD43[playerid], 255);
   PlayerTextDrawFont(playerid, AutoSalonTD43[playerid], 2);
   PlayerTextDrawSetProportional(playerid, AutoSalonTD43[playerid], 1);
   PlayerTextDrawSetSelectable(playerid, AutoSalonTD43[playerid], true);[/pawn]
Amazing Gaming ~Bayside~
Owner & Developer

amazinggamingrp.e-gear.net:7737

Pomoc neko?
Amazing Gaming ~Bayside~
Owner & Developer

amazinggamingrp.e-gear.net:7737