Warning 219

Započeo Djerman2, April 26, 2022, 19:19:08 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Kad pokusam da compile-ujem gamemode izadje mi ovo, gledao sam ostale teme al nisu mi pomogle.

Ubacio sam nove TD-ove i izlazi mi non-stop error evo linije od TD-a.

[pawn]ImePDrz[ i ] = CreatePlayerTextDraw(i,  114.761886, 429.786254, "Ime_Prezime(BiH)");
   TextDrawLetterSize(i, ImePDrz[ i ], 0.183238, 1.139200);
   PlayerTextDrawAlignment(i, Banka[ i ], 1);  //Ova linija je problem
   PlayerTextDrawColor(i, Banka[ i ], -1);
   PlayerTextDrawSetShadow(i, Banka[ i ], 0);
   PlayerTextDrawSetOutline(i, Banka[ i ], -1);
   PlayerTextDrawBackgroundColor(i, Banka[ i ], 255);
   PlayerTextDrawFont(i, Banka[ i ], 1);
   PlayerTextDrawSetProportional(i, Banka[ i ], 1);
   PlayerTextDrawSetShadow(i, Banka[ i ], 0);[/pawn]

Evo warninga ispod.

[pawn]C:\Users\Administrator\Desktop\srv_92_8yV\gamemodes\BMRP.pwn(87711) : warning 213: tag mismatch
C:\Users\Administrator\Desktop\srv_92_8yV\gamemodes\BMRP.pwn(87711) : warning 213: tag mismatch
C:\Users\Administrator\Desktop\srv_92_8yV\gamemodes\BMRP.pwn(87711) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase

Header size:          54328 bytes
Code size:          5575724 bytes
Data size:         28775112 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:34421548 bytes

3 Warnings.
[/pawn]
Poslednja Izmena: Maj 01, 2022, 22:55:19 POSLE PODNE od Deleted User

Citat: Djerman2 poslato April 26, 2022, 19:19:08 POSLE PODNE
Kad pokusam da compile-ujem gamemode izadje mi ovo, gledao sam ostale teme al nisu mi pomogle.

Ubacio sam nove TD-ove i izlazi mi non-stop error evo linije od TD-a.

[pawn]ImePDrz[ i ] = CreatePlayerTextDraw(i,  114.761886, 429.786254, "Ime_Prezime(BiH)");
   TextDrawLetterSize(i, ImePDrz[ i ], 0.183238, 1.139200);
   PlayerTextDrawAlignment(i, Banka[ i ], 1);  //Ova linija je problem
   PlayerTextDrawColor(i, Banka[ i ], -1);
   PlayerTextDrawSetShadow(i, Banka[ i ], 0);
   PlayerTextDrawSetOutline(i, Banka[ i ], -1);
   PlayerTextDrawBackgroundColor(i, Banka[ i ], 255);
   PlayerTextDrawFont(i, Banka[ i ], 1);
   PlayerTextDrawSetProportional(i, Banka[ i ], 1);
   PlayerTextDrawSetShadow(i, Banka[ i ], 0);[/pawn]

Evo warninga ispod.

[pawn]C:\Users\Administrator\Desktop\srv_92_8yV\gamemodes\BMRP.pwn(87711) : warning 213: tag mismatch
C:\Users\Administrator\Desktop\srv_92_8yV\gamemodes\BMRP.pwn(87711) : warning 213: tag mismatch
C:\Users\Administrator\Desktop\srv_92_8yV\gamemodes\BMRP.pwn(87711) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase

Header size:          54328 bytes
Code size:          5575724 bytes
Data size:         28775112 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:34421548 bytes

3 Warnings.
[/pawn]
[pawn]ImePDrz[ i ] = CreatePlayerTextDraw(i,  114.761886, 429.786254, "Ime_Prezime(BiH)");
   TextDrawLetterSize(i, ImePDrz[ i ], 0.183238, 1.139200);
   PlayerTextDrawAlignment(i, ImePDrz[ i ], 1);  //Ova linija je problem
   PlayerTextDrawColor(i, ImePDrz[ i ], -1);
   PlayerTextDrawSetShadow(i, ImePDrz[ i ], 0);
   PlayerTextDrawSetOutline(i, ImePDrz[ i ], -1);
   PlayerTextDrawBackgroundColor(i, ImePDrz[ i ], 255);
   PlayerTextDrawFont(i, ImePDrz[ i ], 1);
   PlayerTextDrawSetProportional(i, ImePDrz[ i ], 1);
   PlayerTextDrawSetShadow(i, ImePDrz[ i ], 0);[/pawn]
Probaj ovako, ne mozes nazvati TD ImePDrz i onda nastaviti sa Banka  :)

Ajoj al sam corav, hvala uglavnom.  :)

Nije mi i dalje fixano, isto mi izlazi kao i malo pre.

[pawn]C:\Users\Administrator\Desktop\srv_92_8yV\gamemodes\BMRP.pwn(87711) : warning 213: tag mismatch
C:\Users\Administrator\Desktop\srv_92_8yV\gamemodes\BMRP.pwn(87711) : warning 213: tag mismatch
C:\Users\Administrator\Desktop\srv_92_8yV\gamemodes\BMRP.pwn(87711) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase

Header size:          54328 bytes
Code size:          5575724 bytes
Data size:         28775112 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:34421548 bytes

3 Warnings.[/pawn]

Citat: Djerman2 poslato April 26, 2022, 19:35:01 POSLE PODNE
Nije mi i dalje fixano, isto mi izlazi kao i malo pre.

[pawn]C:\Users\Administrator\Desktop\srv_92_8yV\gamemodes\BMRP.pwn(87711) : warning 213: tag mismatch
C:\Users\Administrator\Desktop\srv_92_8yV\gamemodes\BMRP.pwn(87711) : warning 213: tag mismatch
C:\Users\Administrator\Desktop\srv_92_8yV\gamemodes\BMRP.pwn(87711) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase

Header size:          54328 bytes
Code size:          5575724 bytes
Data size:         28775112 bytes
Stack/heap size:      16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:34421548 bytes

3 Warnings.[/pawn]
daj nam tu liniju 87711
Alen Hadzimustafic

Citat: Qiyamet poslato April 26, 2022, 19:39:28 POSLE PODNE
daj nam tu liniju 87711

[pawn]TextDrawLetterSize(i, ImePDrz[ i ], 0.183238, 1.139200);[/pawn]

Fixao sam hvala svima koji su pomogli.  :D