About TextDrawSetStrings
#1

Why is it that if I set a string on something "TimerEx"
I even see the other players Textdraw.

Example :
pawn Код:
forward Stats(playerid);
public Stats(playerid)
{
  new string[156];
  new name[MAX_PLAYER_NAME];



  GetPlayerName(playerid, name, sizeof(name));


  format(string, sizeof(string), "~b~Name : ~w~(%s) ~b~Cash : ~w~($%d) ~b~Score : ~w~(%d) ~b~Ping : ~w~(%d) ~b~Kills : ~w~(%d) ~b~Death : ~w~(%d) ~b~ID : (%d)", name, GetPlayerMoney(playerid), GetPlayerScore(playerid), GetPlayerPing(playerid), kills1[playerid], death1[playerid], playerid);
  TextDrawSetString(StatsTD, string);
  return 1;
}
Reply


Messages In This Thread
About TextDrawSetStrings - by ViruZZzZ_ChiLLL - 16.07.2010, 18:45
Re: About TextDrawSetStrings - by Hiddos - 16.07.2010, 19:29
Re: About TextDrawSetStrings - by [HUN]Jaki - 16.07.2010, 19:40
Re: About TextDrawSetStrings - by ViruZZzZ_ChiLLL - 16.07.2010, 21:22
Re: About TextDrawSetStrings - by Hijolion - 24.07.2010, 05:59

Forum Jump:


Users browsing this thread: 1 Guest(s)