error 028: invalid subscript (not an array or too many subscripts): "playerinfo"
#3

Yes sure ,

PHP код:
enum playerinfo
{
    
Username[24],
    
Password[128],
    
aMoney,
    
pLevel,
    
pXP,
    
Headshots,
    
PlayersKilled,
    
ZombiesKilled,
    
pAdminLevel,
    
pPremium,
     
Float:pX,
    
Float:pY,
    
Float:pZ,
    
pWeap1,
    
pAmmo1,
    
pWeap2,
    
pAmmo2,
    
pWeap3,
    
pAmmo3,
    
pWeap4,
    
pAmmo4,
    
pWeap5,
    
pAmmo5,
    
pWeap6,
    
pAmmo6,
    
pWeap7,
    
pAmmo7,
    
pWeap8,
    
pAmmo8,
    
pWeap9,
    
pAmmo9,
    
pHour,
    
pMin,
    
pSec,
    
pHealth,
    
pFirstSpawn,
    
pAliveTime,
    
pSkin,
    
pIsInFaction,
    
pFactionID,
    
IfSeenIntro,
    
IsPlayerSpawned,
    
IsPlayerMuted,
    
pPM,
    
pWarnings,
    
pUserID,
    
pTemp,
    
pProne,
    
pSaveSpam,
    
IsBoxLine,
    
pLogged
}; 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)