16.10.2016, 08:34
Oh sorry, i totally forgot about it.
This is what was you looking for?
PHP код:
enum E_PLAYERS
{
ID,
Name[MAX_PLAYER_NAME],
Password[65], // the output of SHA256_PassHash function (which was added in 0.3.7 R1 version) is always 256 bytes in length, or the equivalent of 64 Pawn cells
Salt[17],
pAdmin,
Kills,
Deaths,
Float: X_Pos,
Float: Y_Pos,
Float: Z_Pos,
Float: A_Pos,
Interior,
readpm,
Last,
PM,
NoPM,
Cache: Cache_ID,
bool: IsLoggedIn,
LoginAttempts,
LoginTimer
};
new Player[MAX_PLAYERS][E_PLAYERS];