13.11.2016, 01:41
Nгo imprimi o valor, apenas
0
0
3
0
0
3
Код:
public OnGameModeInit() { new Teste[3] = (1, 5, 3); printf("%i", Teste[0]); printf("%i", Teste[1]); printf("%i", Teste[2]); return 1; }