25.12.2013, 04:05
Pessoal to com essa TextDraw Aqui:
Porem eu ia usar Text...ShowForAll mas, nгo porque ela atualiza o numero de kills etc.
Entao usei tudo que achei na internet, e usei isso no ongamemodeInit
for(new i; i < MAX_PLAYERS; i++)
{
Stats[2][i] = TextDrawCreate(578.000000, 435.000000, "08:45");
TextDrawBackgroundColor(Stats[2][i], 255);
TextDrawFont(Stats[2][i], 2);
TextDrawLetterSize(Stats[2][i], 0.240000, 1.199999);
TextDrawColor(Stats[2][i], -1);
TextDrawSetOutline(Stats[2][i], 1);
TextDrawSetProportional(Stats[2][i], 1);
Stats[3][i] = TextDrawCreate(610.000000, 437.000000, "35");
TextDrawBackgroundColor(Stats[3][i], 255);
TextDrawFont(Stats[3][i], 2);
TextDrawLetterSize(Stats[3][i], 0.160000, 0.899999);
TextDrawColor(Stats[3][i], -65281);
TextDrawSetOutline(Stats[3][i], 1);
TextDrawSetProportional(Stats[3][i], 1);
Stats[4][i] = TextDrawCreate(475.000000, 435.000000, "~p~TEMPO CONECTADO:");
TextDrawBackgroundColor(Stats[4][i], 255);
TextDrawFont(Stats[4][i], 2);
TextDrawLetterSize(Stats[4][i], 0.240000, 1.199999);
TextDrawColor(Stats[4][i], -1);
TextDrawSetOutline(Stats[4][i], 1);
TextDrawSetProportional(Stats[4][i], 1);
Mas nгo adianta, sу aparece pro ID 0
Alguem sabe como ajudar?
Porem eu ia usar Text...ShowForAll mas, nгo porque ela atualiza o numero de kills etc.
Entao usei tudo que achei na internet, e usei isso no ongamemodeInit
for(new i; i < MAX_PLAYERS; i++)
{
Stats[2][i] = TextDrawCreate(578.000000, 435.000000, "08:45");
TextDrawBackgroundColor(Stats[2][i], 255);
TextDrawFont(Stats[2][i], 2);
TextDrawLetterSize(Stats[2][i], 0.240000, 1.199999);
TextDrawColor(Stats[2][i], -1);
TextDrawSetOutline(Stats[2][i], 1);
TextDrawSetProportional(Stats[2][i], 1);
Stats[3][i] = TextDrawCreate(610.000000, 437.000000, "35");
TextDrawBackgroundColor(Stats[3][i], 255);
TextDrawFont(Stats[3][i], 2);
TextDrawLetterSize(Stats[3][i], 0.160000, 0.899999);
TextDrawColor(Stats[3][i], -65281);
TextDrawSetOutline(Stats[3][i], 1);
TextDrawSetProportional(Stats[3][i], 1);
Stats[4][i] = TextDrawCreate(475.000000, 435.000000, "~p~TEMPO CONECTADO:");
TextDrawBackgroundColor(Stats[4][i], 255);
TextDrawFont(Stats[4][i], 2);
TextDrawLetterSize(Stats[4][i], 0.240000, 1.199999);
TextDrawColor(Stats[4][i], -1);
TextDrawSetOutline(Stats[4][i], 1);
TextDrawSetProportional(Stats[4][i], 1);
Mas nгo adianta, sу aparece pro ID 0
Alguem sabe como ajudar?