Variable
#3

Quote:
Originally Posted by MatriXgaMer
Посмотреть сообщение
Hmm, try using the
pawn Код:
new variable1[MAX_PLAYERS];
new variable2[MAX_PLAYERS];
new variable3[MAX_PLAYERS];
Because
pawn Код:
new variable[3][MAX_PLAYERS];
can be buggy.
No it's not buggy unless you make it buggy. Both methods use the same amount of bytes. The efficient way is multidimensional arrays.
Reply


Messages In This Thread
Variable - by halil69 - 08.01.2014, 22:16
Re: Variable - by MatriXgaMer - 08.01.2014, 22:20
Re: Variable - by Seif- - 08.01.2014, 22:22
Re: Variable - by park4bmx - 08.01.2014, 23:16

Forum Jump:


Users browsing this thread: 1 Guest(s)