Problem: Only join team with level 2 or higher
#6

PHP код:
// Enums
enum PlayerData
{
    
Registered,
    
LoggedIn,
    
Level,
    
Helper,
    
Tag,
    
dRank,
    
Muted,
    
Caps,
    
Jailed,
    
JailTime,
    
Frozen,
    
FreezeTime,
    
Kills,
    
Deaths,
    
hours,
    
mins,
    
secs,
    
TotalTime,
    
ConnectTime,
     
MuteWarnings,
    
Warnings,
    
Spawned,
    
TimesSpawned,
    
God,
    
GodCar,
    
DoorsLocked,
    
SpamCount,
    
SpamTime,
    
PingCount,
    
PingTime,
    
blip,
    
blipS,
    
pColour,
    
pCar,
    
SpecID,
    
SpecType,
    
OnDuty,
    
bool:AllowedIn,
    
FailLogin
};
new 
PlayerInfo[MAX_PLAYERS][PlayerData];
enum ServerData
{
    
MaxPing,
    
ReadPMs,
    
ReadCmds,
    
MaxAdminLevel,
    
AdminOnlySkins,
    
AdminSkin,
    
AdminSkin2,
    
NameKick,
    
PartNameKick,
    
AntiSpam,
     
AntiSwear,
     
NoCaps,
    
Locked,
    
Password[128],
    
GiveWeap,
    
GiveMoney,
    
ConnectMessages,
    
AdminCmdMsg,
    
AutoLogin,
    
MaxMuteWarnings,
    
DisableChat,
    
MustLogin,
    
MustRegister,
}; 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)