26.04.2010, 12:40
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:
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"); }