forward TextStats();public TextStats(){ for(new i; i < MAX_PLAYERS; ++i) { format(Zstring, sizeof(Zstring), "Matou %d || Morreu %d", pInfo[i][matou],pInfo[i][morreu]); Update3DTextLabelText(TEXT1[i], 0x00FF00FF, Zstring); } return 1;}