Textdraw New Prob here >.< PLEEEASE HELP!! :( [waiting already a whole day....]
#9

You have an edit button you know that?

The problem is that you use one text draw for all players. You need to create 200 textdraws for each player. Like

Code:
new text:Textdraw0[MAX_PLAYERS];
Code:
Textdraw0[playerid] = TextDrawCreate(303.000000,432.000000,str);
TextDrawAlignment(Textdraw0[playerid],0);
TextDrawBackgroundColor(Textdraw0[playerid],0x000000ff);
TextDrawFont(Textdraw0[playerid],3);
TextDrawLetterSize(Textdraw0[playerid],0.699999,1.200000);
TextDrawColor(Textdraw0[playerid],0xffffffff);
TextDrawSetOutline(Textdraw0[playerid],1);
TextDrawSetProportional(Textdraw0[playerid],1);
TextDrawSetShadow(Textdraw0[playerid],1);
TextDrawShowForPlayer(i,Textdraw0[playerid]);
Remember this is not code that will work for your game mode. This is just a example how to make it.
Reply


Messages In This Thread
Textdraw New Prob here >.< PLEEEASE HELP!! :( [waiting already a whole day....] - by saiberfun - 06.03.2009, 16:48
Re: Hours Timer - by ICECOLDKILLAK8 - 06.03.2009, 16:51
Re: Hours Timer - by saiberfun - 06.03.2009, 17:24
Re: Hours Timer - by saiberfun - 07.03.2009, 17:53
Re: Hours Timer PLS HELP :/ - by saiberfun - 07.03.2009, 19:05
Re: Hours Timer PLS HELP :/ - by saiberfun - 07.03.2009, 23:46
Re: Hours Timer PLS HELP :/ - by saiberfun - 08.03.2009, 12:03
Re: New Prob here >.< PLEEEASE HELP!! :( - by saiberfun - 08.03.2009, 13:29
Re: New Prob here >.< PLEEEASE HELP!! :( - by Dujma - 08.03.2009, 13:36
Re: New Prob here >.< PLEEEASE HELP!! :( - by saiberfun - 08.03.2009, 13:52

Forum Jump:


Users browsing this thread: 1 Guest(s)