difference between this
#1

Hello what is the difference of this

pawn Код:
enum info
{
   Cash,
   Admin
};
new Player[MAX_PLAYERS][info];
and this

pawn Код:
enum info
{
    Cash,
    Admin
};
static Player[MAX_PLAYERS][info];
and what should i use?
Reply


Messages In This Thread
difference between this - by M3rcurio - 23.03.2014, 00:47
Re: difference between this - by Equuuuin0X - 23.03.2014, 01:34
Re: difference between this - by blackeagle1122 - 23.03.2014, 01:50
Re: difference between this - by MP2 - 23.03.2014, 02:08

Forum Jump:


Users browsing this thread: 2 Guest(s)