11.10.2009, 19:33
i dont think it's PlayerInfo[playerid][gPlayerLogged] are you sure it's not gPlayerLogged[playerid] , check your enum for gPlayerLogged and see if there is a variable max players on it.
Edit: Just looking on your first post the new gPlayerLogged should be in your PlayerInfo Enum.
IE
Something along the lines of that
Edit: Just looking on your first post the new gPlayerLogged should be in your PlayerInfo Enum.
IE
Код:
enum pInfo
{
gPlayerLogged,
gPlayerHealth,
gPlayerArmour,
etc ,
}

