Why do people do this?
#5

Take a look on pattern design videos and you will know how you should program / script.

And yes its cleaner. leme show you why:
PHP код:
new PlayerName[MAX_PLAYER_NAME], Players[MAX_PLAYERS], PlayerID[MAX_PLAYERS], string[128], Handle[1800]; 
so you judge which is more clean and easier to read:
PHP код:
new 
    
PlayerName[MAX_PLAYER_NAME], 
    
Players[MAX_PLAYERS], 
    
PlayerID[MAX_PLAYERS], 
    
string[128], 
    
Handle[1800]

Reply


Messages In This Thread
Why do people do this? - by Toroi - 14.03.2017, 07:56
Re: Why do people do this? - by Luis- - 14.03.2017, 08:00
Re: Why do people do this? - by Toroi - 14.03.2017, 08:03
Re: Why do people do this? - by ]Kurence[ - 14.03.2017, 08:15
Re: Why do people do this? - by jlalt - 14.03.2017, 08:46
Re: Why do people do this? - by Toroi - 14.03.2017, 09:11
Re: Why do people do this? - by JaKe Elite - 14.03.2017, 09:29
Re: Why do people do this? - by aymel - 14.03.2017, 11:37
Re: Why do people do this? - by Bolex_ - 14.03.2017, 11:42
Re: Why do people do this? - by SyS - 14.03.2017, 11:58

Forum Jump:


Users browsing this thread: 3 Guest(s)