27.02.2014, 23:40
Ok this is a simple question I should have asked a long time ago.
In the format object what layer of array does it use to format the string or in GetPlayerName what layer does it get the name
is it like this
or
In the format object what layer of array does it use to format the string or in GetPlayerName what layer does it get the name
is it like this
Код:
[MAX_PLAYER_NAME][MAX_SOMETHING][MAX_SOMETHINGELSE]
Код:
[MAX_SOMETHING][MAX_SOMETHINGELSE][MAX_PLAYER_NAME]