TextdrawSetString problem
#2

Код:
  format, "Soldiers: %s",score1+1);
  TextDrawSetString(Textdraw0);
Код:
  new string[40];
  format(string, 40, "Soldiers: %s",score1+1);
  TextDrawSetString(Textdraw0, string);
Код:
TextDrawShowForPlayer(Textdraw0, playerid);
Reply


Messages In This Thread
TextdrawSetString problem - by Typical_Cat - 26.04.2010, 07:09
Re: TextdrawSetString problem - by Rac3r - 26.04.2010, 08:04
Re: TextdrawSetString problem - by Typical_Cat - 26.04.2010, 08:39
Re: TextdrawSetString problem - by Correlli - 26.04.2010, 09:25
Re: TextdrawSetString problem - by Typical_Cat - 26.04.2010, 09:54
Re: TextdrawSetString problem - by Rac3r - 26.04.2010, 10:49

Forum Jump:


Users browsing this thread: 2 Guest(s)