Team Score

3. Dec. 2010. Zaključano
690
pregleda
2
postova
4RM1N
3
Hustler
3. Dec. 2010.
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
Alen_Mekic
4
Enforcer
3. Dec. 2010.
Pročitaj pravila postanja ovdje.

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha