[FilterScript] Advance Double Speed-O-Meter [Version 2]
#6

Code:
//speedo1
new Text:Textdraw0;
new Text:Textdraw1;
new Text:Textdraw2;
new PlayerText:Textdraw3[MAX_PLAYERS];
new Text:Textdraw4;
new Text:Textdraw5;
new PlayerText:Textdraw6[MAX_PLAYERS];
new PlayerText:Textdraw7[MAX_PLAYERS];
new PlayerText:Textdraw8[MAX_PLAYERS];
new PlayerText:Textdraw9[MAX_PLAYERS];
new PlayerText:Textdraw10[MAX_PLAYERS];
new PlayerText:Textdraw11[MAX_PLAYERS];
new PlayerText:Textdraw12[MAX_PLAYERS];
 
//speedo2
 
new Text:speedom0;
new Text:speedom1;
new Text:speedom2;
new PlayerText:speedom3[MAX_PLAYERS];
new PlayerText:speedom4[MAX_PLAYERS];
new PlayerText:speedom5[MAX_PLAYERS];
new PlayerText:speedom6[MAX_PLAYERS];
new PlayerText:speedom7[MAX_PLAYERS];
new PlayerText:speedom8[MAX_PLAYERS];
new PlayerText:speedom9[MAX_PLAYERS];
new PlayerText:speedom10[MAX_PLAYERS];
new PlayerText:speedom11[MAX_PLAYERS];
new PlayerText:speedom12[MAX_PLAYERS];
new PlayerText:speedom13[MAX_PLAYERS];
new PlayerText:speedom14[MAX_PLAYERS];
new PlayerText:speedom15[MAX_PLAYERS];
new PlayerText:speedom16[MAX_PLAYERS];
new Text:speedom17;
new Text:speedom18;
new Text:speedom19;
new PlayerText:speedom20[MAX_PLAYERS];
new PlayerText:speedom21[MAX_PLAYERS];
new PlayerText:speedom22[MAX_PLAYERS];
new Text:speedom23;
 
//speed02
new Text:speedm0;
new Text:speedm1;
new PlayerText:speedm2[MAX_PLAYERS];
new Text:speedm3;
new PlayerText:speedm4[MAX_PLAYERS];
new PlayerText:speedm5[MAX_PLAYERS];
new Text:speedm6;
new PlayerText:speedm7[MAX_PLAYERS];
new PlayerText:speedm8[MAX_PLAYERS];
new PlayerText:speedm9[MAX_PLAYERS];
new PlayerText:speedm10[MAX_PLAYERS];
nice naming of variables.

all textdraws are global.

worst indentation.

lots of public functions - useless.

repeated code at lots of places.

untidy code and bad looking textdraws.

fix them all.
Reply


Messages In This Thread
Advance Double Speed-O-Meter [Version 2] - by PgMNA - 16.07.2018, 10:17
Re: Advance Double Speed-O-Meter [Version 2] - by Lokii - 16.07.2018, 17:32
Re: Advance Double Speed-O-Meter [Version 2] - by Freaksken - 16.07.2018, 17:41
Re: Advance Double Speed-O-Meter [Version 2] - by Usmanmemon - 16.07.2018, 22:00
Re: Advance Double Speed-O-Meter [Version 2] - by PgMNA - 16.07.2018, 22:45
Re: Advance Double Speed-O-Meter [Version 2] - by xMoBi - 17.07.2018, 08:55
Re: Advance Double Speed-O-Meter [Version 2] - by PgMNA - 17.07.2018, 09:10
Re: Advance Double Speed-O-Meter [Version 2] - by Lokii - 17.07.2018, 09:46
Re: Advance Double Speed-O-Meter [Version 2] - by CodeStyle175 - 17.07.2018, 10:38
Re: Advance Double Speed-O-Meter [Version 2] - by xMoBi - 17.07.2018, 13:09

Forum Jump:


Users browsing this thread: 2 Guest(s)