14.03.2017, 08:46
Take a look on pattern design videos and you will know how you should program / script.
And yes its cleaner. leme show you why:
so you judge which is more clean and easier to read:
And yes its cleaner. leme show you why:
PHP код:
new PlayerName[MAX_PLAYER_NAME], Players[MAX_PLAYERS], PlayerID[MAX_PLAYERS], string[128], Handle[1800];
PHP код:
new
PlayerName[MAX_PLAYER_NAME],
Players[MAX_PLAYERS],
PlayerID[MAX_PLAYERS],
string[128],
Handle[1800]
;