07.08.2010, 23:51
You need to have the variable in your script to begin with, I assume you're trying to use an enum system? Like so.
Use that at the top of your script to define the variable you're trying to use in that if statement.
pawn Код:
enum pInfo
{
pAdmin,
};
new PlayerInfo[MAX_PLAYERS][pInfo];

