Storing in a ENUM interfears with another enum
#7

Quote:
Originally Posted by DarkSkull
View Post
Can you show us your Enums
PHP Code:
enum PlayerInfo {
    
Authed,
    
Nametag,
    
Nick,
    
Float:Oldx,
    
Float:Oldy,
    
Float:Oldz,
    
Float:Olda,
    
Password[256],
    
QuickLogin,
    
Sex,
    
Admin,
    
AdminDuty,
    
Helper,
    
HelperDuty,
    
Money,
    
BankMoney,
    
Level,
    
Points,
    
PayTime,
    
Skin,
    
Target,
    
Jail,
    
JailTimer,
    
HelpRequest[144],
    
HelpRequestAnswer,
    
Tutorial,
    
TutorialCount
}
new 
Player[MAX_PLAYERS][PlayerInfo]; 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)