SA-MP Forums Archive
Pergunta - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: Pergunta (/showthread.php?tid=197253)



Pergunta - steki. - 08.12.2010

A Pergunta й meio ignorante, sei.

Mas, pra que serve return?

Pq tem return 1 e 2


Re: Pergunta - faeldk - 08.12.2010

Nгo sei bem.

Mas sei que :
return 1:O Comando foi bem Processado.

ps.:return 2?? '-'


Re: Pergunta - [Ips]Guh - 08.12.2010

acho q ele quiz dizer return 0.


Re: Pergunta - CyNiC - 08.12.2010

Serve pra retornar algum valor da funзгo, uй.

Por exemplo:
pawn Код:
public ExemploDeRetorno()
{
    new a=1, b=1;
    return a + b;
}

public OnPlayerConnect(playerid)
{
    new string[30];
    format(string, 30, "O retorno da funзгo de exemplo й %d", ExemploDeRetorno()); // serб 2, claro.
    return 1;
}
Usa-se 0 e 1, porquк o retorno pode ser booleano, falso ou verdadeiro, se vocк colocar return 0; no OnPlayerUpdate, por exemplo, irб bugar o jogador, pois ele nгo enviarб atualizaзхes para o servidor, seja de posiзгo, health, veiculo, etc, porquк o callback nгo tem retorno verdadeiro.


Re: Pergunta - faeldk - 08.12.2010

ele sabe >> '-'


Re: Pergunta - Erick_Schultz - 08.12.2010

Quote:
Originally Posted by faeldk
Посмотреть сообщение
ele sabe >> '-'
s, o cynic sabe o/ D:


Re: Pergunta - Manteiga01 - 08.12.2010

Sabe e e falou bonito. ._.
Quote:

1. This forum requires that you wait 120 seconds between posts. Please try again in 60 seconds.

Muito tenso.