string changes textdraw for other player
#9

Is it too hard to change from MAX_PLAYER_NAME to MAX_PLAYERS ?

pawn Код:
new Text:Working[MAX_PLAYERS];


for(new playerid=0; playerid<MAX_PLAYERS; playerid++)
{
Working[playerid] = TextDrawCreate(320.000000, 427.000000, " ");
TextDrawBackgroundColor(Working[playerid], 255);
TextDrawFont(Working[playerid], 2);
TextDrawLetterSize(Working[playerid], 0.319999, 1.0100000);
TextDrawColor(Working[playerid], -1);
TextDrawSetOutline(Working[playerid], 1);
TextDrawSetProportional(Working[playerid], 1);
TextDrawAlignment(Working[playerid], 2);
}
Reply


Messages In This Thread
string changes textdraw for other player - by Stu1 - 01.11.2012, 02:16
Re: string changes textdraw for other player - by Dusan01 - 01.11.2012, 06:51
Re: string changes textdraw for other player - by Stu1 - 01.11.2012, 12:58
Re: string changes textdraw for other player - by Stu1 - 01.11.2012, 13:58
Re: string changes textdraw for other player - by 2KY - 01.11.2012, 14:14
Re: string changes textdraw for other player - by Stu1 - 01.11.2012, 14:42
Re: string changes textdraw for other player - by Unte99 - 01.11.2012, 14:57
Re: string changes textdraw for other player - by Stu1 - 01.11.2012, 15:11
Re: string changes textdraw for other player - by Unte99 - 01.11.2012, 15:18
Re: string changes textdraw for other player - by Stu1 - 01.11.2012, 15:28

Forum Jump:


Users browsing this thread: 1 Guest(s)