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
ProÄitaj pravila postanja ovdje.