[HELP] Stats Textdraw
#6

Код:
for(new i=0; i<MAX_SLOTS; i++)
	{
		new string[128];
  	format(string, sizeof(string), "~r~Stats: ~n~~r~Age: ~w~ %d ~n~~r~Exp: ~w~ %d ~n~~r~Money: ~w~ %d ~n~~r~Bank: ~w~ %d ~n~~r~Drugs: ~w~ %d" , PlayerInfo[i][pLevel], PlayerInfo[i][pExp],GetPlayerMoney(i),PlayerInfo[i][pBank],PlayerInfo[i][pDrugs]);
  	TextDrawSetString(StatsTextdraw, string);
  	TextDrawShowForPlayer(i,StatsTextdraw);
  }
Like this? I tried it but still shows ID 0
Reply


Messages In This Thread
[HELP] Stats Textdraw - by Uninvited - 06.05.2010, 07:20
Re: [HELP] Stats Textdraw - by Bcklup - 06.05.2010, 07:44
Re: [HELP] Stats Textdraw - by Uninvited - 06.05.2010, 08:50
Re: [HELP] Stats Textdraw - by Kyosaur - 06.05.2010, 08:53
Re: [HELP] Stats Textdraw - by shady91 - 06.05.2010, 08:54
Re: [HELP] Stats Textdraw - by Uninvited - 06.05.2010, 08:55
Re: [HELP] Stats Textdraw - by shady91 - 06.05.2010, 08:56
Re: [HELP] Stats Textdraw - by Uninvited - 06.05.2010, 08:59
Re: [HELP] Stats Textdraw - by Uninvited - 06.05.2010, 09:03
Re: [HELP] Stats Textdraw - by Uninvited - 06.05.2010, 09:05

Forum Jump:


Users browsing this thread: 1 Guest(s)