Need help....
#1

Код:
Stats()
{
for(new i=0;i<MAX_PLAYERS;i++)
{
if(IsPlayerConnected(i))
{
new temp[256];
format(temp,sizeof(temp),"%s Kills: %d Deaths: %d Ratio: %0.2f\r\n Teamkills: %d",name,PlayerData[i][Kills],
PlayerData[i][Deaths],ratio,PlayerData[i][Tkills]);
SendClientMessageToAll(COLOR_RED,temp);
TextDrawSetString(Text:DikkeDraw,temp);
TextDrawShowForAll(Text:DikkeDraw);
}
}
}
The problem is the SendClientMessage works perfect, it shows the stats of all players who are online. The textdraw only shows 1player.. how to fix this? i really need help with this problem.. would be cool if someone can help me.Or give ur msn or something so u can explain..

Thanks.
Reply


Messages In This Thread
Need help.... - by [Ha]Lommo - 30.03.2011, 20:14
Re: Need help.... - by iRemix - 30.03.2011, 20:20
Re: Need help.... - by [Ha]Lommo - 30.03.2011, 20:24
Re: Need help.... - by iggy1 - 30.03.2011, 20:28
Re: Need help.... - by [Ha]Lommo - 31.03.2011, 07:03
Re: Need help.... - by Kwarde - 31.03.2011, 19:32
Re: Need help.... - by linuxthefish - 31.03.2011, 19:34

Forum Jump:


Users browsing this thread: 2 Guest(s)