12.03.2017, 22:03
(
Последний раз редактировалось Cypress; 12.03.2017 в 22:49.
)
Would something like this be possible by any similar way instead of having two different loops doing exactly the same thing..
pawn Код:
foreach ( new i : ( pData[ playerid ][ e_PLAYER_SEX ] ? male_appearance : female_appearance ) ) {
format(
string,
sizeof ( string ),
"%d\n",
i
);
}