Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: [SF]SworDFisH.txt poslato Decembar 03, 2010, 17:16:26 POSLE PODNE

Naslov: Team Score
Poruka od: [SF]SworDFisH.txt poslato Decembar 03, 2010, 17:16:26 POSLE PODNE
Pozz ovako trebam TexTDraw da mi pokazuje team score evo TEXTDRAWA

// On top of script:
new Text:Textdraw0;
new Text:Textdraw1;

// In OnGameModeInit prefferably, we procced to create our textdraws:
Textdraw0 = TextDrawCreate(141.000000, 369.000000, "Pirates score:");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.500000, 1.500000);
TextDrawColor(Textdraw0, -16776961);
TextDrawSetOutline(Textdraw0, 1);
TextDrawSetProportional(Textdraw0, 1);

Textdraw1 = TextDrawCreate(141.000000, 389.000000, "Defenders score");
TextDrawBackgroundColor(Textdraw1, 255);
TextDrawFont(Textdraw1, 1);
TextDrawLetterSize(Textdraw1, 0.500000, 1.500000);
TextDrawColor(Textdraw1, 65535);
TextDrawSetOutline(Textdraw1, 1);
TextDrawSetProportional(Textdraw1, 1);


Timovi
TEAM_PIRATES
TEAM_DEFENDERS

PLS trebam to
pls nemoj te me redirect na wiki samp znaci full sve
Naslov: Odg: Team Score
Poruka od: мσмαк. ^ [5]. poslato Decembar 03, 2010, 19:05:11 POSLE PODNE
Pročitaj pravila postanja ovdje.