08.12.2010, 13:10
A Pergunta й meio ignorante, sei.
Mas, pra que serve return?
Pq tem return 1 e 2
Mas, pra que serve return?
Pq tem return 1 e 2
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;
}
1. This forum requires that you wait 120 seconds between posts. Please try again in 60 seconds. |