Textdraw problem!
#6

Create on OnGamemodeInit:
Код:
for(new i=0; i < MAX_PLAYERS; i++)
{
Nickanmess[i] = TextDrawCreate(35.500000, 425.0000, " ");
TextDrawLetterSize(Nickanmess[i], 0.302399, 1.121244);
TextDrawColor(Nickanmess[i], 0x456FCFFF);
TextDrawSetShadow(Nickanmess[i], 1);
TextDrawSetOutline(Nickanmess[i], 0);
TextDrawFont(Nickanmess[i], 1);
}
Textdrawsetstring on a 1000ms timer:
Код:
for(new i=0; i < MAX_PLAYERS; i++)
{
	TextDrawSetString(Nickanmess[i], GetName(i));
	TextDrawShowForPlayer(i, Nickanmess[i]);
}
Reply


Messages In This Thread
Textdraw problem! - by nastasescu - 01.03.2015, 10:23
Re: Textdraw problem! - by ATGOggy - 01.03.2015, 11:44
AW: Textdraw problem! - by Nero_3D - 01.03.2015, 12:32
Re: AW: Textdraw problem! - by De4dpOol - 01.03.2015, 12:35
Re: Textdraw problem! - by BeesSi - 01.03.2015, 12:40
Re: Textdraw problem! - by nastasescu - 01.03.2015, 14:59
Re: Textdraw problem! - by duteba - 01.03.2015, 15:14
Re: Textdraw problem! - by nastasescu - 01.03.2015, 15:24
Re : Textdraw problem! - by ReD_HunTeR - 01.03.2015, 15:28
Re: Re : Textdraw problem! - by nastasescu - 01.03.2015, 15:37

Forum Jump:


Users browsing this thread: 1 Guest(s)