Textdraws confusing bug
#5

looks like you only make one textdraw and try load everyones stats into it you will need to make one for each player

heres a sample of 1 i made
Код:
stock CreatePlayerTextd() {
    for(new i=0; i<MAX_PLAYERS; i++){
	   	tdforplayer[i] = TextDrawCreate(610,5," ");
		TextDrawFont(tdforplayer[i],1);
		TextDrawLetterSize(tdforplayer[i],0.4,1.0);
		TextDrawAlignment(tdforplayer[i],3);
		TextDrawSetString(tdforplayer[i]," ");
	}
}
hope this helps
Reply


Messages In This Thread
Textdraws confusing bug - by admantis - 31.10.2010, 18:34
Re: Textdraws confusing bug - by Mr.Jvxmc - 31.10.2010, 18:36
Re: Textdraws confusing bug - by Kitten - 31.10.2010, 18:42
Re: Textdraws confusing bug - by admantis - 01.11.2010, 00:47
Re: Textdraws confusing bug - by (SF)Noobanatior - 01.11.2010, 05:24

Forum Jump:


Users browsing this thread: 1 Guest(s)