[MAX_PLAYERS] or not?
#5

If you want the variable to be for a special purpose for example if you want it to be used by the server or by only one client then you go with
pawn Код:
new Variable;
If you want it to be used by every player or some other purposes for example using it for more than one purpose you go with
pawn Код:
new Var[MAX_PLAYERS]; // or
new Var[size];
I know I can't explain good.
Reply


Messages In This Thread
[MAX_PLAYERS] or not? - by jack3 - 27.12.2011, 12:51
Re: [MAX_PLAYERS] or not? - by kizla - 27.12.2011, 12:57
Re: [MAX_PLAYERS] or not? - by THE_KNOWN - 27.12.2011, 12:59
AW: [MAX_PLAYERS] or not? - by jack3 - 27.12.2011, 13:13
Re: [MAX_PLAYERS] or not? - by suhrab_mujeeb - 27.12.2011, 13:44
Re: [MAX_PLAYERS] or not? - by Ash. - 27.12.2011, 14:05
AW: [MAX_PLAYERS] or not? - by jack3 - 27.12.2011, 14:14

Forum Jump:


Users browsing this thread: 1 Guest(s)