Little question about returns
#1

Hi guys,
I have a question. Will return nothing, suchs as this:
Код:
Callback ...
{
SendClientMessage(playerid, COLOR_ANYCOLOR,"This will return nothing.");
}
have the same effect as returning 0, such as this?:

Код:
Callback ...
{
SendClientMessage(playerid, COLOR_ANYCOLOR,"This will return 0.");
return 0;
}
For example in loops, dcmd commands and more.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)