Oko errora

Započeo Matrix23, Novembar 05, 2021, 19:01:29 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Citat: ᴅ ɪ ɴ ᴏ poslato Oktobar 29, 2021, 09:30:00 PRE PODNE
Problem(error/warning): //ima neki problema sa skriptom
Deo skripte: [pawn]C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(6) : error 010: invalid function or declaration
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(8) : warning 219: local variable "IGTDNOVI" shadows a variable at a preceding level
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(8) : error 010: invalid function or declaration
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(9) : warning 219: local variable "IGTDNOVI" shadows a variable at a preceding level
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(9) : error 010: invalid function or declaration
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(9) : error 010: invalid function or declaration
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(11) : warning 219: local variable "IGTDNOVI" shadows a variable at a preceding level
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(11) : error 010: invalid function or declaration
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(12) : warning 219: local variable "IGTDNOVI" shadows a variable at a preceding level
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(12) : error 010: invalid function or declaration
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(13) : warning 219: local variable "IGTDNOVI" shadows a variable at a preceding level
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(13) : error 010: invalid function or declaration
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(14) : warning 219: local variable "IGTDNOVI" shadows a variable at a preceding level
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(14) : error 010: invalid function or declaration
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(15) : warning 219: local variable "IGTDNOVI" shadows a variable at a preceding level
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(15) : error 010: invalid function or declaration
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(17) : error 010: invalid function or declaration
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(19) : warning 219: local variable "IGTDNOVI" shadows a variable at a preceding level
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(19) : error 025: function heading differs from prototype
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(20) : warning 219: local variable "IGTDNOVI" shadows a variable at a preceding level
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(20) : error 025: function heading differs from prototype
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(20) : error 021: symbol already defined: "TextDrawColor"
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(20) : error 010: invalid function or declaration
C:\Users\Bil_t\Desktop\games\samp\MODE\gamemodes\IGTDNOVI.pwn(20) : fatal error 107: too many error messages on one line

Compilation aborted.

Pawn compiler 3.10.6           Copyright (c) 1997-2006, ITB CompuPhase


15 Errors.[/pawn]
Debug iz server_log:
Poslednja Izmena: Novembar 06, 2021, 01:48:48 PRE PODNE od M Ө M Σ N Z I

[pawn]//Global TextDraws:


new Text:IGTDNOVI;

IGTDNOVI[1] = TextDrawCreate(231.300567, 430.211303, "www.");
TextDrawLetterSize(IGTDNOVI[0], 0.405999, 1.892444);
TextDrawAlignment(IGTDNOVI[0], 1);
TextDrawColor(IGTDNOVI[0], -8257281);
TextDrawSetShadow(IGTDNOVI[0], 0);
TextDrawSetOutline(IGTDNOVI[0], 1);
TextDrawBackgroundColor(IGTDNOVI[0], 255);
TextDrawFont(IGTDNOVI[0], 2);
TextDrawSetProportional(IGTDNOVI[0], 1);
TextDrawSetShadow(IGTDNOVI[0], 0);

IGTDNOVI[1] = TextDrawCreate(276.700592, 430.233489, "uskoro");
TextDrawLetterSize(IGTDNOVI[1], 0.405999, 1.892444);
TextDrawAlignment(IGTDNOVI[1], 1);
TextDrawColor(IGTDNOVI[1], -1);
TextDrawSetShadow(IGTDNOVI[1], 0);
TextDrawSetOutline(IGTDNOVI[1], 1);
TextDrawBackgroundColor(IGTDNOVI[1], 255);
TextDrawFont(IGTDNOVI[1], 2);
TextDrawSetProportional(IGTDNOVI[1], 1);
TextDrawSetShadow(IGTDNOVI[1], 0);

IGTDNOVI[2] = TextDrawCreate(344.800567, 429.589080, ".com");
TextDrawLetterSize(IGTDNOVI[2], 0.405999, 1.892444);
TextDrawAlignment(IGTDNOVI[2], 1);
TextDrawColor(IGTDNOVI[2], -8257281);
TextDrawSetShadow(IGTDNOVI[2], 0);
TextDrawSetOutline(IGTDNOVI[2], 1);
TextDrawBackgroundColor(IGTDNOVI[2], 255);
TextDrawFont(IGTDNOVI[2], 2);
TextDrawSetProportional(IGTDNOVI[2], 1);
TextDrawSetShadow(IGTDNOVI[2], 0);

IGTDNOVI[3] = TextDrawCreate(545.200439, 423.177886, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[3], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[3], 94.870399, 23.000000);
TextDrawAlignment(IGTDNOVI[3], 1);
TextDrawColor(IGTDNOVI[3], 255);
TextDrawSetShadow(IGTDNOVI[3], 0);
TextDrawSetOutline(IGTDNOVI[3], 0);
TextDrawBackgroundColor(IGTDNOVI[3], 255);
TextDrawFont(IGTDNOVI[3], 4);
TextDrawSetProportional(IGTDNOVI[3], 0);
TextDrawSetShadow(IGTDNOVI[3], 0);

IGTDNOVI[4] = TextDrawCreate(547.800292, 426.288970, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[4], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[4], 20.000000, 17.000000);
TextDrawAlignment(IGTDNOVI[4], 1);
TextDrawColor(IGTDNOVI[4], -8257281);
TextDrawSetShadow(IGTDNOVI[4], 0);
TextDrawSetOutline(IGTDNOVI[4], 0);
TextDrawBackgroundColor(IGTDNOVI[4], 255);
TextDrawFont(IGTDNOVI[4], 4);
TextDrawSetProportional(IGTDNOVI[4], 0);
TextDrawSetShadow(IGTDNOVI[4], 0);

IGTDNOVI[5] = TextDrawCreate(570.894653, 426.288970, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[5], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[5], 20.000000, 17.000000);
TextDrawAlignment(IGTDNOVI[5], 1);
TextDrawColor(IGTDNOVI[5], -8257281);
TextDrawSetShadow(IGTDNOVI[5], 0);
TextDrawSetOutline(IGTDNOVI[5], 0);
TextDrawBackgroundColor(IGTDNOVI[5], 255);
TextDrawFont(IGTDNOVI[5], 4);
TextDrawSetProportional(IGTDNOVI[5], 0);
TextDrawSetShadow(IGTDNOVI[5], 0);

IGTDNOVI[6] = TextDrawCreate(593.889038, 426.288970, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[6], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[6], 20.000000, 17.000000);
TextDrawAlignment(IGTDNOVI[6], 1);
TextDrawColor(IGTDNOVI[6], -8257281);
TextDrawSetShadow(IGTDNOVI[6], 0);
TextDrawSetOutline(IGTDNOVI[6], 0);
TextDrawBackgroundColor(IGTDNOVI[6], 255);
TextDrawFont(IGTDNOVI[6], 4);
TextDrawSetProportional(IGTDNOVI[6], 0);
TextDrawSetShadow(IGTDNOVI[6], 0);

IGTDNOVI[7] = TextDrawCreate(616.583496, 426.288970, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[7], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[7], 20.000000, 17.000000);
TextDrawAlignment(IGTDNOVI[7], 1);
TextDrawColor(IGTDNOVI[7], -8257281);
TextDrawSetShadow(IGTDNOVI[7], 0);
TextDrawSetOutline(IGTDNOVI[7], 0);
TextDrawBackgroundColor(IGTDNOVI[7], 255);
TextDrawFont(IGTDNOVI[7], 4);
TextDrawSetProportional(IGTDNOVI[7], 0);
TextDrawSetShadow(IGTDNOVI[7], 0);

IGTDNOVI[8] = TextDrawCreate(498.699920, 100.255584, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[8], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[8], 109.000000, 56.289615);
TextDrawAlignment(IGTDNOVI[8], 1);
TextDrawColor(IGTDNOVI[8], 255);
TextDrawSetShadow(IGTDNOVI[8], 0);
TextDrawSetOutline(IGTDNOVI[8], 0);
TextDrawBackgroundColor(IGTDNOVI[8], 255);
TextDrawFont(IGTDNOVI[8], 4);
TextDrawSetProportional(IGTDNOVI[8], 0);
TextDrawSetShadow(IGTDNOVI[8], 0);

IGTDNOVI[9] = TextDrawCreate(500.894653, 103.355575, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[9], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[9], 33.010669, 49.209629);
TextDrawAlignment(IGTDNOVI[9], 1);
TextDrawColor(IGTDNOVI[9], -8257281);
TextDrawSetShadow(IGTDNOVI[9], 0);
TextDrawSetOutline(IGTDNOVI[9], 0);
TextDrawBackgroundColor(IGTDNOVI[9], 255);
TextDrawFont(IGTDNOVI[9], 4);
TextDrawSetProportional(IGTDNOVI[9], 0);
TextDrawSetShadow(IGTDNOVI[9], 0);

IGTDNOVI[10] = TextDrawCreate(501.394653, 103.977798, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[10], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[10], 36.160140, 47.849857);
TextDrawAlignment(IGTDNOVI[10], 1);
TextDrawColor(IGTDNOVI[10], 255);
TextDrawSetShadow(IGTDNOVI[10], 0);
TextDrawSetOutline(IGTDNOVI[10], 0);
TextDrawBackgroundColor(IGTDNOVI[10], 255);
TextDrawFont(IGTDNOVI[10], 4);
TextDrawSetProportional(IGTDNOVI[10], 0);
TextDrawSetShadow(IGTDNOVI[10], 0);

IGTDNOVI[11] = TextDrawCreate(553.394653, 109.577812, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[11], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[11], 51.000000, 11.000000);
TextDrawAlignment(IGTDNOVI[11], 1);
TextDrawColor(IGTDNOVI[11], -8257281);
TextDrawSetShadow(IGTDNOVI[11], 0);
TextDrawSetOutline(IGTDNOVI[11], 0);
TextDrawBackgroundColor(IGTDNOVI[11], 255);
TextDrawFont(IGTDNOVI[11], 4);
TextDrawSetProportional(IGTDNOVI[11], 0);
TextDrawSetShadow(IGTDNOVI[11], 0);

IGTDNOVI[12] = TextDrawCreate(553.394653, 130.477676, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[12], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[12], 51.000000, 11.000000);
TextDrawAlignment(IGTDNOVI[12], 1);
TextDrawColor(IGTDNOVI[12], -8257281);
TextDrawSetShadow(IGTDNOVI[12], 0);
TextDrawSetOutline(IGTDNOVI[12], 0);
TextDrawBackgroundColor(IGTDNOVI[12], 255);
TextDrawFont(IGTDNOVI[12], 4);
TextDrawSetProportional(IGTDNOVI[12], 0);
TextDrawSetShadow(IGTDNOVI[12], 0);

IGTDNOVI[13] = TextDrawCreate(553.500000, 110.422187, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[13], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[13], 50.049991, 9.090002);
TextDrawAlignment(IGTDNOVI[13], 1);
TextDrawColor(IGTDNOVI[13], 255);
TextDrawSetShadow(IGTDNOVI[13], 0);
TextDrawSetOutline(IGTDNOVI[13], 0);
TextDrawBackgroundColor(IGTDNOVI[13], 255);
TextDrawFont(IGTDNOVI[13], 4);
TextDrawSetProportional(IGTDNOVI[13], 0);
TextDrawSetShadow(IGTDNOVI[13], 0);

IGTDNOVI[14] = TextDrawCreate(553.500000, 131.222122, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[14], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[14], 50.049991, 9.090002);
TextDrawAlignment(IGTDNOVI[14], 1);
TextDrawColor(IGTDNOVI[14], 255);
TextDrawSetShadow(IGTDNOVI[14], 0);
TextDrawSetOutline(IGTDNOVI[14], 0);
TextDrawBackgroundColor(IGTDNOVI[14], 255);
TextDrawFont(IGTDNOVI[14], 4);
TextDrawSetProportional(IGTDNOVI[14], 0);
TextDrawSetShadow(IGTDNOVI[14], 0);

IGTDNOVI[15] = TextDrawCreate(497.500000, 67.355468, "");
TextDrawLetterSize(IGTDNOVI[15], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[15], 90.000000, 90.000000);
TextDrawAlignment(IGTDNOVI[15], 1);
TextDrawColor(IGTDNOVI[15], -1);
TextDrawSetShadow(IGTDNOVI[15], 0);
TextDrawSetOutline(IGTDNOVI[15], 0);
TextDrawBackgroundColor(IGTDNOVI[15], 0);
TextDrawFont(IGTDNOVI[15], 5);
TextDrawSetProportional(IGTDNOVI[15], 0);
TextDrawSetShadow(IGTDNOVI[15], 0);
TextDrawSetSelectable(IGTDNOVI[15], true);
TextDrawSetPreviewModel(IGTDNOVI[15], 1212);
TextDrawSetPreviewRot(IGTDNOVI[15], 90.000000, 0.000000, 131.000000, 5.688576);

IGTDNOVI[16] = TextDrawCreate(497.500000, 89.655128, "");
TextDrawLetterSize(IGTDNOVI[16], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[16], 90.000000, 90.000000);
TextDrawAlignment(IGTDNOVI[16], 1);
TextDrawColor(IGTDNOVI[16], -1);
TextDrawSetShadow(IGTDNOVI[16], 0);
TextDrawSetOutline(IGTDNOVI[16], 0);
TextDrawBackgroundColor(IGTDNOVI[16], 0);
TextDrawFont(IGTDNOVI[16], 5);
TextDrawSetProportional(IGTDNOVI[16], 0);
TextDrawSetShadow(IGTDNOVI[16], 0);
TextDrawSetSelectable(IGTDNOVI[16], true);
TextDrawSetPreviewModel(IGTDNOVI[16], 19941);
TextDrawSetPreviewRot(IGTDNOVI[16], 90.000000, 0.000000, 131.000000, 5.688576);

IGTDNOVI[17] = TextDrawCreate(598.000000, 109.833305, "$");
TextDrawLetterSize(IGTDNOVI[17], 0.150000, 0.909332);
TextDrawAlignment(IGTDNOVI[17], 1);
TextDrawColor(IGTDNOVI[17], 8388863);
TextDrawSetShadow(IGTDNOVI[17], 0);
TextDrawSetOutline(IGTDNOVI[17], 0);
TextDrawBackgroundColor(IGTDNOVI[17], 255);
TextDrawFont(IGTDNOVI[17], 2);
TextDrawSetProportional(IGTDNOVI[17], 1);
TextDrawSetShadow(IGTDNOVI[17], 0);

IGTDNOVI[18] = TextDrawCreate(598.000000, 130.733200, "G");
TextDrawLetterSize(IGTDNOVI[18], 0.150000, 0.909332);
TextDrawAlignment(IGTDNOVI[18], 1);
TextDrawColor(IGTDNOVI[18], -1465384705);
TextDrawSetShadow(IGTDNOVI[18], 0);
TextDrawSetOutline(IGTDNOVI[18], 0);
TextDrawBackgroundColor(IGTDNOVI[18], 255);
TextDrawFont(IGTDNOVI[18], 2);
TextDrawSetProportional(IGTDNOVI[18], 1);
TextDrawSetShadow(IGTDNOVI[18], 0);

IGTDNOVI[19] = TextDrawCreate(498.794708, 155.622207, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[19], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[19], 109.569053, 1.000000);
TextDrawAlignment(IGTDNOVI[19], 1);
TextDrawColor(IGTDNOVI[19], -8257281);
TextDrawSetShadow(IGTDNOVI[19], 0);
TextDrawSetOutline(IGTDNOVI[19], 0);
TextDrawBackgroundColor(IGTDNOVI[19], 255);
TextDrawFont(IGTDNOVI[19], 4);
TextDrawSetProportional(IGTDNOVI[19], 0);
TextDrawSetShadow(IGTDNOVI[19], 0);

IGTDNOVI[20] = TextDrawCreate(498.794708, 100.420944, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[20], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[20], 109.018936, 1.000000);
TextDrawAlignment(IGTDNOVI[20], 1);
TextDrawColor(IGTDNOVI[20], -8257281);
TextDrawSetShadow(IGTDNOVI[20], 0);
TextDrawSetOutline(IGTDNOVI[20], 0);
TextDrawBackgroundColor(IGTDNOVI[20], 255);
TextDrawFont(IGTDNOVI[20], 4);
TextDrawSetProportional(IGTDNOVI[20], 0);
TextDrawSetShadow(IGTDNOVI[20], 0);

IGTDNOVI[21] = TextDrawCreate(528.901000, 2.100101, "Sensation");
TextDrawLetterSize(IGTDNOVI[21], 0.333999, 1.456889);
TextDrawAlignment(IGTDNOVI[21], 1);
TextDrawColor(IGTDNOVI[21], -8257281);
TextDrawSetShadow(IGTDNOVI[21], 0);
TextDrawSetOutline(IGTDNOVI[21], 1);
TextDrawBackgroundColor(IGTDNOVI[21], 255);
TextDrawFont(IGTDNOVI[21], 2);
TextDrawSetProportional(IGTDNOVI[21], 1);
TextDrawSetShadow(IGTDNOVI[21], 0);

IGTDNOVI[22] = TextDrawCreate(516.806152, 16.377691, "online_gaming_community");
TextDrawLetterSize(IGTDNOVI[22], 0.198000, 0.567110);
TextDrawAlignment(IGTDNOVI[22], 1);
TextDrawColor(IGTDNOVI[22], -1);
TextDrawSetShadow(IGTDNOVI[22], 0);
TextDrawSetOutline(IGTDNOVI[22], 0);
TextDrawBackgroundColor(IGTDNOVI[22], 255);
TextDrawFont(IGTDNOVI[22], 2);
TextDrawSetProportional(IGTDNOVI[22], 1);
TextDrawSetShadow(IGTDNOVI[22], 0);

IGTDNOVI[23] = TextDrawCreate(514.500000, 3.333293, "]");
TextDrawLetterSize(IGTDNOVI[23], 0.326000, 1.288888);
TextDrawAlignment(IGTDNOVI[23], 1);
TextDrawColor(IGTDNOVI[23], -1);
TextDrawSetShadow(IGTDNOVI[23], 0);
TextDrawSetOutline(IGTDNOVI[23], 0);
TextDrawBackgroundColor(IGTDNOVI[23], 255);
TextDrawFont(IGTDNOVI[23], 2);
TextDrawSetProportional(IGTDNOVI[23], 1);
TextDrawSetShadow(IGTDNOVI[23], 0);

IGTDNOVI[24] = TextDrawCreate(610.000000, 6.766638, "v1.0.0");
TextDrawLetterSize(IGTDNOVI[24], 0.186499, 0.666666);
TextDrawAlignment(IGTDNOVI[24], 1);
TextDrawColor(IGTDNOVI[24], -1);
TextDrawSetShadow(IGTDNOVI[24], 0);
TextDrawSetOutline(IGTDNOVI[24], 0);
TextDrawBackgroundColor(IGTDNOVI[24], 255);
TextDrawFont(IGTDNOVI[24], 2);
TextDrawSetProportional(IGTDNOVI[24], 1);
TextDrawSetShadow(IGTDNOVI[24], 0);



//Player TextDraws:


new PlayerText:PAREZLATO[MAX_PLAYERS][7];

PAREZLATO[playerid][0] = CreatePlayerTextDraw(playerid, 511.300048, 390.200103, "");
PlayerTextDrawLetterSize(playerid, PAREZLATO[playerid][0], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, PAREZLATO[playerid][0], 90.000000, 90.000000);
PlayerTextDrawAlignment(playerid, PAREZLATO[playerid][0], 1);
PlayerTextDrawColor(playerid, PAREZLATO[playerid][0], -1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][0], 0);
PlayerTextDrawSetOutline(playerid, PAREZLATO[playerid][0], 0);
PlayerTextDrawBackgroundColor(playerid, PAREZLATO[playerid][0], 0);
PlayerTextDrawFont(playerid, PAREZLATO[playerid][0], 5);
PlayerTextDrawSetProportional(playerid, PAREZLATO[playerid][0], 0);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][0], 0);
PlayerTextDrawSetSelectable(playerid, PAREZLATO[playerid][0], true);
PlayerTextDrawSetPreviewModel(playerid, PAREZLATO[playerid][0], 1273);
PlayerTextDrawSetPreviewRot(playerid, PAREZLATO[playerid][0], 0.000000, 0.000000, 0.000000, 4.984350);

PAREZLATO[playerid][1] = CreatePlayerTextDraw(playerid, 534.894470, 390.200103, "");
PlayerTextDrawLetterSize(playerid, PAREZLATO[playerid][1], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, PAREZLATO[playerid][1], 90.000000, 90.000000);
PlayerTextDrawAlignment(playerid, PAREZLATO[playerid][1], 1);
PlayerTextDrawColor(playerid, PAREZLATO[playerid][1], -1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][1], 0);
PlayerTextDrawSetOutline(playerid, PAREZLATO[playerid][1], 0);
PlayerTextDrawBackgroundColor(playerid, PAREZLATO[playerid][1], 0);
PlayerTextDrawFont(playerid, PAREZLATO[playerid][1], 5);
PlayerTextDrawSetProportional(playerid, PAREZLATO[playerid][1], 0);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][1], 0);
PlayerTextDrawSetSelectable(playerid, PAREZLATO[playerid][1], true);
PlayerTextDrawSetPreviewModel(playerid, PAREZLATO[playerid][1], 1272);
PlayerTextDrawSetPreviewRot(playerid, PAREZLATO[playerid][1], 0.000000, 0.000000, 0.000000, 4.984350);

PAREZLATO[playerid][2] = CreatePlayerTextDraw(playerid, 557.588928, 390.200103, "");
PlayerTextDrawLetterSize(playerid, PAREZLATO[playerid][2], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, PAREZLATO[playerid][2], 90.000000, 90.000000);
PlayerTextDrawAlignment(playerid, PAREZLATO[playerid][2], 1);
PlayerTextDrawColor(playerid, PAREZLATO[playerid][2], -1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][2], 0);
PlayerTextDrawSetOutline(playerid, PAREZLATO[playerid][2], 0);
PlayerTextDrawBackgroundColor(playerid, PAREZLATO[playerid][2], 0);
PlayerTextDrawFont(playerid, PAREZLATO[playerid][2], 5);
PlayerTextDrawSetProportional(playerid, PAREZLATO[playerid][2], 0);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][2], 0);
PlayerTextDrawSetSelectable(playerid, PAREZLATO[playerid][2], true);
PlayerTextDrawSetPreviewModel(playerid, PAREZLATO[playerid][2], 1239);
PlayerTextDrawSetPreviewRot(playerid, PAREZLATO[playerid][2], 0.000000, 0.000000, 0.000000, 4.984350);

PAREZLATO[playerid][3] = CreatePlayerTextDraw(playerid, 580.383361, 390.200103, "");
PlayerTextDrawLetterSize(playerid, PAREZLATO[playerid][3], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, PAREZLATO[playerid][3], 90.000000, 90.000000);
PlayerTextDrawAlignment(playerid, PAREZLATO[playerid][3], 1);
PlayerTextDrawColor(playerid, PAREZLATO[playerid][3], -1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][3], 0);
PlayerTextDrawSetOutline(playerid, PAREZLATO[playerid][3], 0);
PlayerTextDrawBackgroundColor(playerid, PAREZLATO[playerid][3], 0);
PlayerTextDrawFont(playerid, PAREZLATO[playerid][3], 5);
PlayerTextDrawSetProportional(playerid, PAREZLATO[playerid][3], 0);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][3], 0);
PlayerTextDrawSetPreviewModel(playerid, PAREZLATO[playerid][3], 18631);
PlayerTextDrawSetPreviewRot(playerid, PAREZLATO[playerid][3], 0.000000, 0.000000, 0.000000, 4.984350);

PAREZLATO[playerid][4] = CreatePlayerTextDraw(playerid, 491.500000, 103.977806, "");
PlayerTextDrawLetterSize(playerid, PAREZLATO[playerid][4], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, PAREZLATO[playerid][4], 51.610065, 45.000000);
PlayerTextDrawAlignment(playerid, PAREZLATO[playerid][4], 1);
PlayerTextDrawColor(playerid, PAREZLATO[playerid][4], -1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][4], 0);
PlayerTextDrawSetOutline(playerid, PAREZLATO[playerid][4], 0);
PlayerTextDrawBackgroundColor(playerid, PAREZLATO[playerid][4], 0);
PlayerTextDrawFont(playerid, PAREZLATO[playerid][4], 5);
PlayerTextDrawSetProportional(playerid, PAREZLATO[playerid][4], 0);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][4], 0);
PlayerTextDrawSetPreviewModel(playerid, PAREZLATO[playerid][4], 294);
PlayerTextDrawSetPreviewRot(playerid, PAREZLATO[playerid][4], 0.000000, 0.000000, 0.000000, 1.000000);

PAREZLATO[playerid][5] = CreatePlayerTextDraw(playerid, 555.000000, 111.144294, "1000000000");
PlayerTextDrawLetterSize(playerid, PAREZLATO[playerid][5], 0.132499, 0.759999);
PlayerTextDrawAlignment(playerid, PAREZLATO[playerid][5], 1);
PlayerTextDrawColor(playerid, PAREZLATO[playerid][5], -1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][5], 0);
PlayerTextDrawSetOutline(playerid, PAREZLATO[playerid][5], 0);
PlayerTextDrawBackgroundColor(playerid, PAREZLATO[playerid][5], 255);
PlayerTextDrawFont(playerid, PAREZLATO[playerid][5], 2);
PlayerTextDrawSetProportional(playerid, PAREZLATO[playerid][5], 1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][5], 0);

PAREZLATO[playerid][6] = CreatePlayerTextDraw(playerid, 555.000000, 131.444244, "1000000000");
PlayerTextDrawLetterSize(playerid, PAREZLATO[playerid][6], 0.132499, 0.759999);
PlayerTextDrawAlignment(playerid, PAREZLATO[playerid][6], 1);
PlayerTextDrawColor(playerid, PAREZLATO[playerid][6], -1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][6], 0);
PlayerTextDrawSetOutline(playerid, PAREZLATO[playerid][6], 0);
PlayerTextDrawBackgroundColor(playerid, PAREZLATO[playerid][6], 255);
PlayerTextDrawFont(playerid, PAREZLATO[playerid][6], 2);
PlayerTextDrawSetProportional(playerid, PAREZLATO[playerid][6], 1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][6], 0);[/pawn]


eto ga kod

Citat: Matrix23 poslato Novembar 05, 2021, 20:07:27 POSLE PODNE
[pawn]//Global TextDraws:


new Text:IGTDNOVI;

IGTDNOVI[1] = TextDrawCreate(231.300567, 430.211303, "www.");
TextDrawLetterSize(IGTDNOVI[0], 0.405999, 1.892444);
TextDrawAlignment(IGTDNOVI[0], 1);
TextDrawColor(IGTDNOVI[0], -8257281);
TextDrawSetShadow(IGTDNOVI[0], 0);
TextDrawSetOutline(IGTDNOVI[0], 1);
TextDrawBackgroundColor(IGTDNOVI[0], 255);
TextDrawFont(IGTDNOVI[0], 2);
TextDrawSetProportional(IGTDNOVI[0], 1);
TextDrawSetShadow(IGTDNOVI[0], 0);

IGTDNOVI[1] = TextDrawCreate(276.700592, 430.233489, "uskoro");
TextDrawLetterSize(IGTDNOVI[1], 0.405999, 1.892444);
TextDrawAlignment(IGTDNOVI[1], 1);
TextDrawColor(IGTDNOVI[1], -1);
TextDrawSetShadow(IGTDNOVI[1], 0);
TextDrawSetOutline(IGTDNOVI[1], 1);
TextDrawBackgroundColor(IGTDNOVI[1], 255);
TextDrawFont(IGTDNOVI[1], 2);
TextDrawSetProportional(IGTDNOVI[1], 1);
TextDrawSetShadow(IGTDNOVI[1], 0);

IGTDNOVI[2] = TextDrawCreate(344.800567, 429.589080, ".com");
TextDrawLetterSize(IGTDNOVI[2], 0.405999, 1.892444);
TextDrawAlignment(IGTDNOVI[2], 1);
TextDrawColor(IGTDNOVI[2], -8257281);
TextDrawSetShadow(IGTDNOVI[2], 0);
TextDrawSetOutline(IGTDNOVI[2], 1);
TextDrawBackgroundColor(IGTDNOVI[2], 255);
TextDrawFont(IGTDNOVI[2], 2);
TextDrawSetProportional(IGTDNOVI[2], 1);
TextDrawSetShadow(IGTDNOVI[2], 0);

IGTDNOVI[3] = TextDrawCreate(545.200439, 423.177886, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[3], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[3], 94.870399, 23.000000);
TextDrawAlignment(IGTDNOVI[3], 1);
TextDrawColor(IGTDNOVI[3], 255);
TextDrawSetShadow(IGTDNOVI[3], 0);
TextDrawSetOutline(IGTDNOVI[3], 0);
TextDrawBackgroundColor(IGTDNOVI[3], 255);
TextDrawFont(IGTDNOVI[3], 4);
TextDrawSetProportional(IGTDNOVI[3], 0);
TextDrawSetShadow(IGTDNOVI[3], 0);

IGTDNOVI[4] = TextDrawCreate(547.800292, 426.288970, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[4], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[4], 20.000000, 17.000000);
TextDrawAlignment(IGTDNOVI[4], 1);
TextDrawColor(IGTDNOVI[4], -8257281);
TextDrawSetShadow(IGTDNOVI[4], 0);
TextDrawSetOutline(IGTDNOVI[4], 0);
TextDrawBackgroundColor(IGTDNOVI[4], 255);
TextDrawFont(IGTDNOVI[4], 4);
TextDrawSetProportional(IGTDNOVI[4], 0);
TextDrawSetShadow(IGTDNOVI[4], 0);

IGTDNOVI[5] = TextDrawCreate(570.894653, 426.288970, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[5], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[5], 20.000000, 17.000000);
TextDrawAlignment(IGTDNOVI[5], 1);
TextDrawColor(IGTDNOVI[5], -8257281);
TextDrawSetShadow(IGTDNOVI[5], 0);
TextDrawSetOutline(IGTDNOVI[5], 0);
TextDrawBackgroundColor(IGTDNOVI[5], 255);
TextDrawFont(IGTDNOVI[5], 4);
TextDrawSetProportional(IGTDNOVI[5], 0);
TextDrawSetShadow(IGTDNOVI[5], 0);

IGTDNOVI[6] = TextDrawCreate(593.889038, 426.288970, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[6], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[6], 20.000000, 17.000000);
TextDrawAlignment(IGTDNOVI[6], 1);
TextDrawColor(IGTDNOVI[6], -8257281);
TextDrawSetShadow(IGTDNOVI[6], 0);
TextDrawSetOutline(IGTDNOVI[6], 0);
TextDrawBackgroundColor(IGTDNOVI[6], 255);
TextDrawFont(IGTDNOVI[6], 4);
TextDrawSetProportional(IGTDNOVI[6], 0);
TextDrawSetShadow(IGTDNOVI[6], 0);

IGTDNOVI[7] = TextDrawCreate(616.583496, 426.288970, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[7], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[7], 20.000000, 17.000000);
TextDrawAlignment(IGTDNOVI[7], 1);
TextDrawColor(IGTDNOVI[7], -8257281);
TextDrawSetShadow(IGTDNOVI[7], 0);
TextDrawSetOutline(IGTDNOVI[7], 0);
TextDrawBackgroundColor(IGTDNOVI[7], 255);
TextDrawFont(IGTDNOVI[7], 4);
TextDrawSetProportional(IGTDNOVI[7], 0);
TextDrawSetShadow(IGTDNOVI[7], 0);

IGTDNOVI[8] = TextDrawCreate(498.699920, 100.255584, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[8], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[8], 109.000000, 56.289615);
TextDrawAlignment(IGTDNOVI[8], 1);
TextDrawColor(IGTDNOVI[8], 255);
TextDrawSetShadow(IGTDNOVI[8], 0);
TextDrawSetOutline(IGTDNOVI[8], 0);
TextDrawBackgroundColor(IGTDNOVI[8], 255);
TextDrawFont(IGTDNOVI[8], 4);
TextDrawSetProportional(IGTDNOVI[8], 0);
TextDrawSetShadow(IGTDNOVI[8], 0);

IGTDNOVI[9] = TextDrawCreate(500.894653, 103.355575, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[9], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[9], 33.010669, 49.209629);
TextDrawAlignment(IGTDNOVI[9], 1);
TextDrawColor(IGTDNOVI[9], -8257281);
TextDrawSetShadow(IGTDNOVI[9], 0);
TextDrawSetOutline(IGTDNOVI[9], 0);
TextDrawBackgroundColor(IGTDNOVI[9], 255);
TextDrawFont(IGTDNOVI[9], 4);
TextDrawSetProportional(IGTDNOVI[9], 0);
TextDrawSetShadow(IGTDNOVI[9], 0);

IGTDNOVI[10] = TextDrawCreate(501.394653, 103.977798, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[10], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[10], 36.160140, 47.849857);
TextDrawAlignment(IGTDNOVI[10], 1);
TextDrawColor(IGTDNOVI[10], 255);
TextDrawSetShadow(IGTDNOVI[10], 0);
TextDrawSetOutline(IGTDNOVI[10], 0);
TextDrawBackgroundColor(IGTDNOVI[10], 255);
TextDrawFont(IGTDNOVI[10], 4);
TextDrawSetProportional(IGTDNOVI[10], 0);
TextDrawSetShadow(IGTDNOVI[10], 0);

IGTDNOVI[11] = TextDrawCreate(553.394653, 109.577812, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[11], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[11], 51.000000, 11.000000);
TextDrawAlignment(IGTDNOVI[11], 1);
TextDrawColor(IGTDNOVI[11], -8257281);
TextDrawSetShadow(IGTDNOVI[11], 0);
TextDrawSetOutline(IGTDNOVI[11], 0);
TextDrawBackgroundColor(IGTDNOVI[11], 255);
TextDrawFont(IGTDNOVI[11], 4);
TextDrawSetProportional(IGTDNOVI[11], 0);
TextDrawSetShadow(IGTDNOVI[11], 0);

IGTDNOVI[12] = TextDrawCreate(553.394653, 130.477676, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[12], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[12], 51.000000, 11.000000);
TextDrawAlignment(IGTDNOVI[12], 1);
TextDrawColor(IGTDNOVI[12], -8257281);
TextDrawSetShadow(IGTDNOVI[12], 0);
TextDrawSetOutline(IGTDNOVI[12], 0);
TextDrawBackgroundColor(IGTDNOVI[12], 255);
TextDrawFont(IGTDNOVI[12], 4);
TextDrawSetProportional(IGTDNOVI[12], 0);
TextDrawSetShadow(IGTDNOVI[12], 0);

IGTDNOVI[13] = TextDrawCreate(553.500000, 110.422187, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[13], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[13], 50.049991, 9.090002);
TextDrawAlignment(IGTDNOVI[13], 1);
TextDrawColor(IGTDNOVI[13], 255);
TextDrawSetShadow(IGTDNOVI[13], 0);
TextDrawSetOutline(IGTDNOVI[13], 0);
TextDrawBackgroundColor(IGTDNOVI[13], 255);
TextDrawFont(IGTDNOVI[13], 4);
TextDrawSetProportional(IGTDNOVI[13], 0);
TextDrawSetShadow(IGTDNOVI[13], 0);

IGTDNOVI[14] = TextDrawCreate(553.500000, 131.222122, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[14], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[14], 50.049991, 9.090002);
TextDrawAlignment(IGTDNOVI[14], 1);
TextDrawColor(IGTDNOVI[14], 255);
TextDrawSetShadow(IGTDNOVI[14], 0);
TextDrawSetOutline(IGTDNOVI[14], 0);
TextDrawBackgroundColor(IGTDNOVI[14], 255);
TextDrawFont(IGTDNOVI[14], 4);
TextDrawSetProportional(IGTDNOVI[14], 0);
TextDrawSetShadow(IGTDNOVI[14], 0);

IGTDNOVI[15] = TextDrawCreate(497.500000, 67.355468, "");
TextDrawLetterSize(IGTDNOVI[15], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[15], 90.000000, 90.000000);
TextDrawAlignment(IGTDNOVI[15], 1);
TextDrawColor(IGTDNOVI[15], -1);
TextDrawSetShadow(IGTDNOVI[15], 0);
TextDrawSetOutline(IGTDNOVI[15], 0);
TextDrawBackgroundColor(IGTDNOVI[15], 0);
TextDrawFont(IGTDNOVI[15], 5);
TextDrawSetProportional(IGTDNOVI[15], 0);
TextDrawSetShadow(IGTDNOVI[15], 0);
TextDrawSetSelectable(IGTDNOVI[15], true);
TextDrawSetPreviewModel(IGTDNOVI[15], 1212);
TextDrawSetPreviewRot(IGTDNOVI[15], 90.000000, 0.000000, 131.000000, 5.688576);

IGTDNOVI[16] = TextDrawCreate(497.500000, 89.655128, "");
TextDrawLetterSize(IGTDNOVI[16], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[16], 90.000000, 90.000000);
TextDrawAlignment(IGTDNOVI[16], 1);
TextDrawColor(IGTDNOVI[16], -1);
TextDrawSetShadow(IGTDNOVI[16], 0);
TextDrawSetOutline(IGTDNOVI[16], 0);
TextDrawBackgroundColor(IGTDNOVI[16], 0);
TextDrawFont(IGTDNOVI[16], 5);
TextDrawSetProportional(IGTDNOVI[16], 0);
TextDrawSetShadow(IGTDNOVI[16], 0);
TextDrawSetSelectable(IGTDNOVI[16], true);
TextDrawSetPreviewModel(IGTDNOVI[16], 19941);
TextDrawSetPreviewRot(IGTDNOVI[16], 90.000000, 0.000000, 131.000000, 5.688576);

IGTDNOVI[17] = TextDrawCreate(598.000000, 109.833305, "$");
TextDrawLetterSize(IGTDNOVI[17], 0.150000, 0.909332);
TextDrawAlignment(IGTDNOVI[17], 1);
TextDrawColor(IGTDNOVI[17], 8388863);
TextDrawSetShadow(IGTDNOVI[17], 0);
TextDrawSetOutline(IGTDNOVI[17], 0);
TextDrawBackgroundColor(IGTDNOVI[17], 255);
TextDrawFont(IGTDNOVI[17], 2);
TextDrawSetProportional(IGTDNOVI[17], 1);
TextDrawSetShadow(IGTDNOVI[17], 0);

IGTDNOVI[18] = TextDrawCreate(598.000000, 130.733200, "G");
TextDrawLetterSize(IGTDNOVI[18], 0.150000, 0.909332);
TextDrawAlignment(IGTDNOVI[18], 1);
TextDrawColor(IGTDNOVI[18], -1465384705);
TextDrawSetShadow(IGTDNOVI[18], 0);
TextDrawSetOutline(IGTDNOVI[18], 0);
TextDrawBackgroundColor(IGTDNOVI[18], 255);
TextDrawFont(IGTDNOVI[18], 2);
TextDrawSetProportional(IGTDNOVI[18], 1);
TextDrawSetShadow(IGTDNOVI[18], 0);

IGTDNOVI[19] = TextDrawCreate(498.794708, 155.622207, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[19], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[19], 109.569053, 1.000000);
TextDrawAlignment(IGTDNOVI[19], 1);
TextDrawColor(IGTDNOVI[19], -8257281);
TextDrawSetShadow(IGTDNOVI[19], 0);
TextDrawSetOutline(IGTDNOVI[19], 0);
TextDrawBackgroundColor(IGTDNOVI[19], 255);
TextDrawFont(IGTDNOVI[19], 4);
TextDrawSetProportional(IGTDNOVI[19], 0);
TextDrawSetShadow(IGTDNOVI[19], 0);

IGTDNOVI[20] = TextDrawCreate(498.794708, 100.420944, "LD_SPAC:white");
TextDrawLetterSize(IGTDNOVI[20], 0.000000, 0.000000);
TextDrawTextSize(IGTDNOVI[20], 109.018936, 1.000000);
TextDrawAlignment(IGTDNOVI[20], 1);
TextDrawColor(IGTDNOVI[20], -8257281);
TextDrawSetShadow(IGTDNOVI[20], 0);
TextDrawSetOutline(IGTDNOVI[20], 0);
TextDrawBackgroundColor(IGTDNOVI[20], 255);
TextDrawFont(IGTDNOVI[20], 4);
TextDrawSetProportional(IGTDNOVI[20], 0);
TextDrawSetShadow(IGTDNOVI[20], 0);

IGTDNOVI[21] = TextDrawCreate(528.901000, 2.100101, "Sensation");
TextDrawLetterSize(IGTDNOVI[21], 0.333999, 1.456889);
TextDrawAlignment(IGTDNOVI[21], 1);
TextDrawColor(IGTDNOVI[21], -8257281);
TextDrawSetShadow(IGTDNOVI[21], 0);
TextDrawSetOutline(IGTDNOVI[21], 1);
TextDrawBackgroundColor(IGTDNOVI[21], 255);
TextDrawFont(IGTDNOVI[21], 2);
TextDrawSetProportional(IGTDNOVI[21], 1);
TextDrawSetShadow(IGTDNOVI[21], 0);

IGTDNOVI[22] = TextDrawCreate(516.806152, 16.377691, "online_gaming_community");
TextDrawLetterSize(IGTDNOVI[22], 0.198000, 0.567110);
TextDrawAlignment(IGTDNOVI[22], 1);
TextDrawColor(IGTDNOVI[22], -1);
TextDrawSetShadow(IGTDNOVI[22], 0);
TextDrawSetOutline(IGTDNOVI[22], 0);
TextDrawBackgroundColor(IGTDNOVI[22], 255);
TextDrawFont(IGTDNOVI[22], 2);
TextDrawSetProportional(IGTDNOVI[22], 1);
TextDrawSetShadow(IGTDNOVI[22], 0);

IGTDNOVI[23] = TextDrawCreate(514.500000, 3.333293, "]");
TextDrawLetterSize(IGTDNOVI[23], 0.326000, 1.288888);
TextDrawAlignment(IGTDNOVI[23], 1);
TextDrawColor(IGTDNOVI[23], -1);
TextDrawSetShadow(IGTDNOVI[23], 0);
TextDrawSetOutline(IGTDNOVI[23], 0);
TextDrawBackgroundColor(IGTDNOVI[23], 255);
TextDrawFont(IGTDNOVI[23], 2);
TextDrawSetProportional(IGTDNOVI[23], 1);
TextDrawSetShadow(IGTDNOVI[23], 0);

IGTDNOVI[24] = TextDrawCreate(610.000000, 6.766638, "v1.0.0");
TextDrawLetterSize(IGTDNOVI[24], 0.186499, 0.666666);
TextDrawAlignment(IGTDNOVI[24], 1);
TextDrawColor(IGTDNOVI[24], -1);
TextDrawSetShadow(IGTDNOVI[24], 0);
TextDrawSetOutline(IGTDNOVI[24], 0);
TextDrawBackgroundColor(IGTDNOVI[24], 255);
TextDrawFont(IGTDNOVI[24], 2);
TextDrawSetProportional(IGTDNOVI[24], 1);
TextDrawSetShadow(IGTDNOVI[24], 0);



//Player TextDraws:


new PlayerText:PAREZLATO[MAX_PLAYERS][7];

PAREZLATO[playerid][0] = CreatePlayerTextDraw(playerid, 511.300048, 390.200103, "");
PlayerTextDrawLetterSize(playerid, PAREZLATO[playerid][0], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, PAREZLATO[playerid][0], 90.000000, 90.000000);
PlayerTextDrawAlignment(playerid, PAREZLATO[playerid][0], 1);
PlayerTextDrawColor(playerid, PAREZLATO[playerid][0], -1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][0], 0);
PlayerTextDrawSetOutline(playerid, PAREZLATO[playerid][0], 0);
PlayerTextDrawBackgroundColor(playerid, PAREZLATO[playerid][0], 0);
PlayerTextDrawFont(playerid, PAREZLATO[playerid][0], 5);
PlayerTextDrawSetProportional(playerid, PAREZLATO[playerid][0], 0);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][0], 0);
PlayerTextDrawSetSelectable(playerid, PAREZLATO[playerid][0], true);
PlayerTextDrawSetPreviewModel(playerid, PAREZLATO[playerid][0], 1273);
PlayerTextDrawSetPreviewRot(playerid, PAREZLATO[playerid][0], 0.000000, 0.000000, 0.000000, 4.984350);

PAREZLATO[playerid][1] = CreatePlayerTextDraw(playerid, 534.894470, 390.200103, "");
PlayerTextDrawLetterSize(playerid, PAREZLATO[playerid][1], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, PAREZLATO[playerid][1], 90.000000, 90.000000);
PlayerTextDrawAlignment(playerid, PAREZLATO[playerid][1], 1);
PlayerTextDrawColor(playerid, PAREZLATO[playerid][1], -1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][1], 0);
PlayerTextDrawSetOutline(playerid, PAREZLATO[playerid][1], 0);
PlayerTextDrawBackgroundColor(playerid, PAREZLATO[playerid][1], 0);
PlayerTextDrawFont(playerid, PAREZLATO[playerid][1], 5);
PlayerTextDrawSetProportional(playerid, PAREZLATO[playerid][1], 0);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][1], 0);
PlayerTextDrawSetSelectable(playerid, PAREZLATO[playerid][1], true);
PlayerTextDrawSetPreviewModel(playerid, PAREZLATO[playerid][1], 1272);
PlayerTextDrawSetPreviewRot(playerid, PAREZLATO[playerid][1], 0.000000, 0.000000, 0.000000, 4.984350);

PAREZLATO[playerid][2] = CreatePlayerTextDraw(playerid, 557.588928, 390.200103, "");
PlayerTextDrawLetterSize(playerid, PAREZLATO[playerid][2], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, PAREZLATO[playerid][2], 90.000000, 90.000000);
PlayerTextDrawAlignment(playerid, PAREZLATO[playerid][2], 1);
PlayerTextDrawColor(playerid, PAREZLATO[playerid][2], -1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][2], 0);
PlayerTextDrawSetOutline(playerid, PAREZLATO[playerid][2], 0);
PlayerTextDrawBackgroundColor(playerid, PAREZLATO[playerid][2], 0);
PlayerTextDrawFont(playerid, PAREZLATO[playerid][2], 5);
PlayerTextDrawSetProportional(playerid, PAREZLATO[playerid][2], 0);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][2], 0);
PlayerTextDrawSetSelectable(playerid, PAREZLATO[playerid][2], true);
PlayerTextDrawSetPreviewModel(playerid, PAREZLATO[playerid][2], 1239);
PlayerTextDrawSetPreviewRot(playerid, PAREZLATO[playerid][2], 0.000000, 0.000000, 0.000000, 4.984350);

PAREZLATO[playerid][3] = CreatePlayerTextDraw(playerid, 580.383361, 390.200103, "");
PlayerTextDrawLetterSize(playerid, PAREZLATO[playerid][3], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, PAREZLATO[playerid][3], 90.000000, 90.000000);
PlayerTextDrawAlignment(playerid, PAREZLATO[playerid][3], 1);
PlayerTextDrawColor(playerid, PAREZLATO[playerid][3], -1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][3], 0);
PlayerTextDrawSetOutline(playerid, PAREZLATO[playerid][3], 0);
PlayerTextDrawBackgroundColor(playerid, PAREZLATO[playerid][3], 0);
PlayerTextDrawFont(playerid, PAREZLATO[playerid][3], 5);
PlayerTextDrawSetProportional(playerid, PAREZLATO[playerid][3], 0);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][3], 0);
PlayerTextDrawSetPreviewModel(playerid, PAREZLATO[playerid][3], 18631);
PlayerTextDrawSetPreviewRot(playerid, PAREZLATO[playerid][3], 0.000000, 0.000000, 0.000000, 4.984350);

PAREZLATO[playerid][4] = CreatePlayerTextDraw(playerid, 491.500000, 103.977806, "");
PlayerTextDrawLetterSize(playerid, PAREZLATO[playerid][4], 0.000000, 0.000000);
PlayerTextDrawTextSize(playerid, PAREZLATO[playerid][4], 51.610065, 45.000000);
PlayerTextDrawAlignment(playerid, PAREZLATO[playerid][4], 1);
PlayerTextDrawColor(playerid, PAREZLATO[playerid][4], -1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][4], 0);
PlayerTextDrawSetOutline(playerid, PAREZLATO[playerid][4], 0);
PlayerTextDrawBackgroundColor(playerid, PAREZLATO[playerid][4], 0);
PlayerTextDrawFont(playerid, PAREZLATO[playerid][4], 5);
PlayerTextDrawSetProportional(playerid, PAREZLATO[playerid][4], 0);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][4], 0);
PlayerTextDrawSetPreviewModel(playerid, PAREZLATO[playerid][4], 294);
PlayerTextDrawSetPreviewRot(playerid, PAREZLATO[playerid][4], 0.000000, 0.000000, 0.000000, 1.000000);

PAREZLATO[playerid][5] = CreatePlayerTextDraw(playerid, 555.000000, 111.144294, "1000000000");
PlayerTextDrawLetterSize(playerid, PAREZLATO[playerid][5], 0.132499, 0.759999);
PlayerTextDrawAlignment(playerid, PAREZLATO[playerid][5], 1);
PlayerTextDrawColor(playerid, PAREZLATO[playerid][5], -1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][5], 0);
PlayerTextDrawSetOutline(playerid, PAREZLATO[playerid][5], 0);
PlayerTextDrawBackgroundColor(playerid, PAREZLATO[playerid][5], 255);
PlayerTextDrawFont(playerid, PAREZLATO[playerid][5], 2);
PlayerTextDrawSetProportional(playerid, PAREZLATO[playerid][5], 1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][5], 0);

PAREZLATO[playerid][6] = CreatePlayerTextDraw(playerid, 555.000000, 131.444244, "1000000000");
PlayerTextDrawLetterSize(playerid, PAREZLATO[playerid][6], 0.132499, 0.759999);
PlayerTextDrawAlignment(playerid, PAREZLATO[playerid][6], 1);
PlayerTextDrawColor(playerid, PAREZLATO[playerid][6], -1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][6], 0);
PlayerTextDrawSetOutline(playerid, PAREZLATO[playerid][6], 0);
PlayerTextDrawBackgroundColor(playerid, PAREZLATO[playerid][6], 255);
PlayerTextDrawFont(playerid, PAREZLATO[playerid][6], 2);
PlayerTextDrawSetProportional(playerid, PAREZLATO[playerid][6], 1);
PlayerTextDrawSetShadow(playerid, PAREZLATO[playerid][6], 0);[/pawn]


eto ga kod
Kad definiras TDove, kod new-a za tdove postavis u [ ] broj tdova s tim da vodis racuna da se 0 VODI KAO POCETNI BROJ
Znaci ako imas 25 TDova, zadnji TD bi trebao ovako bit
new Text:IGTDNOVI[25];
onda idu TDovi prije
IGTDNOVI[24] = TextDrawCreate(610.000000, 6.766638, "v1.0.0");

Znaci sve sto trebas prepravit da ti radi jest stavit gore kod new-a
new Text:IGTDNOVI[25];
i trebalo bi da radi sve