Textdraw problem.
#3

I tried. Now i put OnGameModeInt() this:
pawn Код:
for(new i; i<MAX_PLAYERS; i++) {
  format(tstring, sizeof(tstring), "[Kills: %d]", Kills[i]);
  Textdraw0 = TextDrawCreate(13.000000,435.000000, tstring);
  format(tstring, sizeof(tstring), "[Deaths: %d]", Deaths[i]);
  Textdraw1 = TextDrawCreate(137.000000,435.000000, tstring);
  format(tstring, sizeof(tstring), "[Level: %d]", Level[i]);
  Textdraw2 = TextDrawCreate(294.000000,435.000000, tstring);
  format(tstring, sizeof(tstring), "[EXP: %d]", EXP[i]);
  Textdraw3 = TextDrawCreate(416.000000,435.000000, tstring); }
Its same. Not working
Reply


Messages In This Thread
Textdraw problem. - by arnutisz - 08.07.2009, 18:25
Re: Textdraw problem. - by refshal - 08.07.2009, 18:34
Re: Textdraw problem. - by arnutisz - 08.07.2009, 19:37
Re: Textdraw problem. - by Jefff - 08.07.2009, 19:40
Re: Textdraw problem. - by arnutisz - 09.07.2009, 17:02
Re: Textdraw problem. - by gytisx - 09.07.2009, 17:42
Re: Textdraw problem. - by arnutisz - 09.07.2009, 17:50
Re: Textdraw problem. - by gytisx - 09.07.2009, 17:54

Forum Jump:


Users browsing this thread: 1 Guest(s)