Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: Nobody.aMx poslato Oktobar 04, 2017, 17:51:01 POSLE PODNE

Naslov: Argumenti :D
Poruka od: Nobody.aMx poslato Oktobar 04, 2017, 17:51:01 POSLE PODNE
Skripta koju koristim:0
Detaljan opis problema:Argumenti :D
Dio skripte:
[pawn]new PlayerText:KARTA_TD[MAX_PLAYERS][8];
Na ovoj baca errore(warning): PlayerTextDrawShow(playerid, PlayerText:KARTA_TD);
OnGameModeInit
{
    KREIRAJ_TD();
}
stock KreirajTD()
{
//---------------------------------KARTA--------------------------------------//
   new playerid;
   KARTA_TD[playerid][0] = CreatePlayerTextDraw(playerid, -0.500000, -0.312500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, KARTA_TD[playerid][0], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, KARTA_TD[playerid][0], 652.000000, 416.000000);
   PlayerTextDrawAlignment(playerid, KARTA_TD[playerid][0], 1);
   PlayerTextDrawColor(playerid, KARTA_TD[playerid][0], 255);
   PlayerTextDrawSetShadow(playerid, KARTA_TD[playerid][0], 0);
   PlayerTextDrawSetOutline(playerid, KARTA_TD[playerid][0], 0);
   PlayerTextDrawBackgroundColor(playerid, KARTA_TD[playerid][0], 255);
   PlayerTextDrawFont(playerid, KARTA_TD[playerid][0], 4);
   PlayerTextDrawSetProportional(playerid, KARTA_TD[playerid][0], 0);
   PlayerTextDrawSetShadow(playerid, KARTA_TD[playerid][0], 0);

   KARTA_TD[playerid][1] = CreatePlayerTextDraw(playerid, -0.500000, -0.312500, "LD_SPAC:white");
   PlayerTextDrawLetterSize(playerid, KARTA_TD[playerid][1], 0.000000, 0.000000);
   PlayerTextDrawTextSize(playerid, KARTA_TD[playerid][1], 652.000000, 416.000000);
   PlayerTextDrawAlignment(playerid, KARTA_TD[playerid][1], 1);
   PlayerTextDrawColor(playerid, KARTA_TD[playerid][1], 255);
   PlayerTextDrawSetShadow(playerid, KARTA_TD[playerid][1], 0);
   PlayerTextDrawSetOutline(playerid, KARTA_TD[playerid][1], 0);
   PlayerTextDrawBackgroundColor(playerid, KARTA_TD[playerid][1], 255);
   PlayerTextDrawFont(playerid, KARTA_TD[playerid][1], 4);
   PlayerTextDrawSetProportional(playerid, KARTA_TD[playerid][1], 0);
   PlayerTextDrawSetShadow(playerid, KARTA_TD[playerid][1], 0);
       ...
}[/pawn]
Neke slike/video za lakse dobivanje pomoci(neobavezno):

Sry za tag @Muma @MEDO
Naslov: Odg: Argumenti :D
Poruka od: andr00- poslato Oktobar 04, 2017, 18:08:55 POSLE PODNE
ne radi dupli post, posto je rijeseno - ide lock.