Too many errors on 1 line ? ++REP
#2

Your code:
pawn Код:
if (!isnull(reason) && time == 0)
new string[128], Name[MAX_PLAYER_NAME], name[MAX_PLAYER_NAME];
It should be:
pawn Код:
if (!isnull(reason) && time == 0)
{
    new string[128], Name[MAX_PLAYER_NAME], name[MAX_PLAYER_NAME];
    ...
}
Reply


Messages In This Thread
Too many errors on 1 line ? ++REP - by YoussefHammad - 27.06.2016, 14:50
Re: Too many errors on 1 line ? ++REP - by Konstantinos - 27.06.2016, 14:54
Re: Too many errors on 1 line ? ++REP - by YoussefHammad - 27.06.2016, 15:58

Forum Jump:


Users browsing this thread: 1 Guest(s)