enum problem..
#6

Quote:
Originally Posted by dusk
Посмотреть сообщение
pawn Код:
enum pInfo
{
    pPass,
    pCash,
    pAdmin,
    pKills,
    pDeaths,
    pScore //line 80
}
All that was wrong was a missing ','
Quote:
Originally Posted by pds2012
Посмотреть сообщение
Here you go!

pawn Код:
enum pInfo
{
    pPass,
    pCash,
    pAdmin,
    pKills,
    pDeaths, // you forgot a 'Comma'
    pScore //line 80
}
EDIT: Too late
Lol, stupid me, thanks guys!
Reply


Messages In This Thread
enum problem.. - by CesarLT - 07.10.2013, 17:12
Re: enum problem.. - by Patrick - 07.10.2013, 17:16
Re: enum problem.. - by CesarLT - 07.10.2013, 17:26
Re: enum problem.. - by dusk - 07.10.2013, 17:29
Re: enum problem.. - by Patrick - 07.10.2013, 17:30
Re: enum problem.. - by CesarLT - 07.10.2013, 17:39

Forum Jump:


Users browsing this thread: 1 Guest(s)