01.03.2014, 10:09
No, give me the enums of your pInfo or PlayerInfo or whatever you put there.
example:
example:
pawn Код:
// 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,
BotPing,
blip,
blipS,
pPing[PING_MAX_EXCEEDS],
pColour,
pCar,
SpecID,
SpecType,
OnDuty,
bool:AllowedIn,
FailLogin,
Prestige1,
Prestige2
};
new PlayerInfo[MAX_PLAYERS][PlayerData];