Textdraws
#1

I have this code
pawn Код:
if (strcmp("/hidetext", cmdtext, true, 10) == 0)
  {
  for(new i = 0; i < MAX_PLAYERS; i++)
  TextDrawHideForPlayer(i, Announcements); SendClientMessage(playerid, COLOR_GOLD, "Info textdraws are now hiden - use /showtext to enable textdraws");
  return 1;
  }
But when anybody uses this command, then it will hide this textdraws for every player.
How can i do that it hides only for that player who did /hidetext ?
Reply


Messages In This Thread
Textdraws - by Bomber - 10.05.2010, 09:31
Re: Textdraws - by shady91 - 10.05.2010, 09:37
Re: Textdraws - by Jochemd - 10.05.2010, 09:38
Re: Textdraws - by Bomber - 10.05.2010, 09:38

Forum Jump:


Users browsing this thread: 1 Guest(s)