[POMOC] Errori

Započeo Yoker00
25. Dec. 2014. Zaključano
154
pregleda
2
postova
Yoker00
3
Hustler
25. Dec. 2014.
Skripta koju koristim:UP
Detaljan opis problema:Baza mi neke errore
Dio skripte:  Bankomat = CreatePlayerTextDraw(playerid,194.000000, 151.000000, "_");
      PlayerTextDrawBackgroundColor(playerid,Bankomat, 255);
to je ta linija PlayerTextDrawFont(playerid,Bankomat, 1);
      PlayerTextDrawLetterSize(playerid,Bankomat, 0.500000, -0.300004);
      PlayerTextDrawColor(playerid,Bankomat, -1);
      PlayerTextDrawSetOutline(playerid,Bankomat, 0);
      PlayerTextDrawSetProportional(playerid,Bankomat, 1);
      PlayerTextDrawSetShadow(playerid,Bankomat, 1);
      PlayerTextDrawUseBox(playerid,Bankomat, 1);
      PlayerTextDrawBoxColor(playerid,Bankomat, -1);
      PlayerTextDrawTextSize(playerid,Bankomat, 16.000000, -4.000000);
      PlayerTextDrawSetSelectable(playerid,PlayerText:Bankomat, false);
Neke slike/video za lakse dobivanje pomoci(neobavezno)☹️44087) : error 035: argument type mismatch (argument 3)
Rudimental
5
OG Legend
25. Dec. 2014.
Imas problem u varijabli ne znam kako si je definisao na vrhu ali trebalo bi ovako
new PlayerText:Bankomat[kolko ih imas pa za 1 vise zbog 0];


Bankomat = CreatePlayerTextDraw(playerid,194.000000, 151.000000, "_");
PlayerTextDrawBackgroundColor(playerid,Bankomat, 255);
PlayerTextDrawFont(playerid,Bankomat, 1);
PlayerTextDrawLetterSize(playerid,Bankomat, 0.500000, -0.300004);
PlayerTextDrawColor(playerid,Bankomat, -1);
PlayerTextDrawSetOutline(playerid,Bankomat, 0);
PlayerTextDrawSetProportional(playerid,Bankomat, 1);
PlayerTextDrawSetShadow(playerid,Bankomat, 1);
PlayerTextDrawUseBox(playerid,Bankomat, 1);
PlayerTextDrawBoxColor(playerid,Bankomat, -1);
PlayerTextDrawTextSize(playerid,Bankomat, 16.000000, -4.000000);
PlayerTextDrawSetSelectable(playerid,PlayerText:Bankomat, false);

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha