TimedMsg - Nothing happens
#4

Quote:
Originally Posted by ZeeX
Nothing is wrong here. Strings just don't work in timers...
They do work but are bugged, but as said in one recent post of me, you fix it but using format().
pawn Код:
public TimedMessage(playerid,string[],color,param) //einfacher als diese dummen Timer, die sich ggseitig aufrufen...
{
  new repaired_string[128];
  format(repaired_string, sizeof repaired_string, string);
  SendClientMessage(playerid,color,repaired_string);
Reply


Messages In This Thread
TimedMsg - Nothing happens - by Trooper[Y] - 17.11.2009, 15:59
Re: TimedMsg - Nothing happens - by Zeex - 17.11.2009, 16:26
Re: TimedMsg - Nothing happens - by Trooper[Y] - 17.11.2009, 16:34
Re: TimedMsg - Nothing happens - by yom - 17.11.2009, 16:59
Re: TimedMsg - Nothing happens - by Trooper[Y] - 18.11.2009, 18:12
Re: TimedMsg - Nothing happens - by yom - 18.11.2009, 18:24
Re: TimedMsg - Nothing happens - by Trooper[Y] - 18.11.2009, 18:33

Forum Jump:


Users browsing this thread: 1 Guest(s)