Quote:
Originally Posted by [LSR
State_Trooper ]
Quote:
Originally Posted by SpiderPork
Quote:
Originally Posted by [LSR
State_Trooper ]
Код:
new IsPlayerWDMMember[MAX_PLAYERS];
|
Why make a useless variable while you could just check it with strfind again?
Each cell takes 4 bytes, MAX_PLAYERS is 500, so 4*500 = 2000, 2 kilobytes are wasted for nothing.
|
Ohh well... Im sure you will live
|
You will, but it's still better to not waste so many space. Imagine having more of similar variables; nightmare. When coding, try to make the code as efficient as possible
.