SetTimerEx..."i"
#3

New guestion to make things clearer for me.

Sometimes I have seen used for timers that they return the public and sometimes not.
Why to use return, and sometimes not in that?
Example:
Код:
public Test(playerid)
{
  SendClientMessage(playerid,COLOR_RED,"test");
  return 1;
}
public Test2(playerid)
{
  SendClientMessage(playerid,COLOR_RED,"test2");
}
Reply


Messages In This Thread
SetTimerEx..."i" - by Assyria - 26.04.2010, 12:24
Re: SetTimerEx..."i" - by Jay_ - 26.04.2010, 12:26
Re: SetTimerEx..."i" - by Assyria - 26.04.2010, 12:40
Re: SetTimerEx..."i" - by dice7 - 26.04.2010, 13:00

Forum Jump:


Users browsing this thread: 1 Guest(s)