27.12.2011, 13:44
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
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
I know I can't explain good.
pawn Код:
new Variable;
pawn Код:
new Var[MAX_PLAYERS]; // or
new Var[size];