Textdraw
#5

Quote:
Originally Posted by (*|Flake|*)
Посмотреть сообщение
pawn Код:
public OnGameModeInit()
{
  SetTimer("Update", 5000, true);
  return 1;
}
forward Update();
public Update()
{
  for(new i; i<MAX_PLAYERS; i++)
  {
    if(!IsPlayerConnected(i)) continue;
    TextDrawSetString(/*Your textdraw here*/, GetPlayerScore(i));
  }
}
Код:
C:\Users\Magdy\Desktop\Server 3.0e\filterscripts\d.pwn(286) : error 035: argument type mismatch (argument 2)
Line 286:
pawn Код:
TextDrawSetString(Score, GetPlayerScore(i));
Reply


Messages In This Thread
Textdraw - by MechaTech - 18.05.2012, 08:54
Re: Textdraw - by Flake. - 18.05.2012, 09:04
Re: Textdraw - by MP2 - 18.05.2012, 09:29
Re: Textdraw - by Flake. - 18.05.2012, 09:30
Re: Textdraw - by MechaTech - 18.05.2012, 09:33
Re: Textdraw - by Flake. - 18.05.2012, 09:42
Re: Textdraw - by MP2 - 18.05.2012, 09:45
Re: Textdraw - by MechaTech - 18.05.2012, 09:59
Re: Textdraw - by MP2 - 18.05.2012, 10:35
Re: Textdraw - by MechaTech - 18.05.2012, 11:28

Forum Jump:


Users browsing this thread: 1 Guest(s)