SA-MP Forums Archive
small problem. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: small problem. (/showthread.php?tid=410206)



small problem. - Rayan_black - 24.01.2013

well I couldn't find how to fix this error, it's getting late and I need to fix it..

pawn Код:
enum PlayerInfo
{
    pAdmin,
    pMoney,
    pKills,
    pDeaths,
    Muted,
    MutedWarnings,
    Helpers,
    dLevel,
    IsRegistered,
    Logged,
    Templevel,
    Warnings,
    Minigunuse,
    Join,
    Jailed,
    AdminDuty,
    GodMode,
    vGodMode,
    MoneyGiven,
    IP[20],
    Nick[20],
    Score,
    ID,
    Frozen,
    firstspawn,
    hacker,
    LoginAttempts,
    LastMessage,
    NoPM,
    spawnedCar,
    SpectateUpdate,
    SpectateID,
    SpectateType,
    LastDonorVehicle,
    DonorFix,
    Donorrpg,
    RconFail,
    Locked,
    playerSuperman,
    DonorHeal
    Username[25],
    Gang,
}
C:\Users\ramzi\Desktop\samp03\gamemodes\COD5GW21_V ipeR_jan24.pwn(23 : error 001: expected token: "}", but found "-identifier-"


Re: small problem. - CrazyChoco - 24.01.2013

End it like };


Re : Re: small problem. - Rayan_black - 24.01.2013

Quote:
Originally Posted by CrazyChoco
Посмотреть сообщение
End it like };
that gives me 2 more errors.

C:\Users\ramzi\Desktop\samp03\gamemodes\COD5GW21_V ipeR_jan24.pwn(23 : error 001: expected token: "}", but found "-identifier-"
C:\Users\ramzi\Desktop\samp03\gamemodes\COD5GW21_V ipeR_jan24.pwn(240) : error 010: invalid function or declaration


Re : small problem. - Rayan_black - 24.01.2013

nvm fixed it


Re: small problem. - CrazyChoco - 24.01.2013

All right