MySQL Commands - HELP!
#3

Oh sorry, i totally forgot about it.

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,
    
FloatX_Pos,
    
FloatY_Pos,
    
FloatZ_Pos,
    
FloatA_Pos,
    
Interior,
        
readpm,
        
Last,
        
PM,
        
NoPM,
    
CacheCache_ID,
    
boolIsLoggedIn,
    
LoginAttempts,
    
LoginTimer
};
new 
Player[MAX_PLAYERS][E_PLAYERS]; 
This is what was you looking for?
Reply


Messages In This Thread
MySQL Commands - HELP! - by Fratello - 16.10.2016, 08:15
Re: MySQL Commands - HELP! - by Ronaldo1234 - 16.10.2016, 08:25
Re: MySQL Commands - HELP! - by Fratello - 16.10.2016, 08:34
Re: MySQL Commands - HELP! - by Ronaldo1234 - 16.10.2016, 09:23
Re: MySQL Commands - HELP! - by Konstantinos - 16.10.2016, 09:24
Re: MySQL Commands - HELP! - by Fratello - 16.10.2016, 10:06

Forum Jump:


Users browsing this thread: 1 Guest(s)