07.09.2012, 06:19
Hey guys how to fix this errors?
Line 62
What I must do to fix this error?Please help.
Line 62
pawn Код:
if(PlayerInfo[playerid][pVIP] > 1)
if(PlayerInfo[playerid][pVIP] > 1)
new PlayerInfo[MAX_PLAYERS];
new PlayerInfo[MAX_PLAYERS][pInfo];
Hey guys how to fix this errors?
Line 62 pawn Код:
|
if(PlayerInfo[playerid][pVIP] > 1)
{
//Your Code
} else {
SendClientMessage(playerid, COLOR_RED, "[ERROR:] The Error!");
}
if(PlayerInfo[playerid][pVIP] > 1)
enum PlayerData { Registered, LoggedIn, pVip, Level, Muted, SpamCount, MaxAdv, #if EnableTwoRcon == true MaxRcon, #endif SpamTime, Caps, Kills, Deaths, Spawned, TimesSpawned, hours, mins, secs, MuteWarnings, Warnings, TotalTime, ConnectTime, pColour, pCar, DoorsLocked, Frozen, FreezeTime, PingTime, PingCount, pPing[PING_MAX_EXCEEDS], BotPing, Hide, OnDuty, Jailed, JailTime, blipS, blip, SpecType, SpecID, FailLogin, bool:AllowedIn, pCaged, pInvis, pCageTime, pGps, NoQuestion, #if EnableCamHack == true InCamMod, LockedCam, #endif pSecondScore, };