20.07.2009, 14:12
Like i told you, you were copying the code and forgot the variables:
I guess you're using modified PEN1/TGF, just use PlayerInfo variables from original The Godfather gamemode.
pawn Код:
enum pInfo
{
pKey[128],
gPlayerLogged,
// other variables, ..
};
new PlayerInfo[MAX_PLAYERS][pInfo];

