Compile error help
#8

He means that you put something like this:

pawn Код:
public Function(playerid)
} // WRONG Bracket
    return 1
}
pawn Код:
public Function(playerid)
{// CORRECT Bracket
    return 1;
}
Reply


Messages In This Thread
Compile error help - by xalyy - 25.01.2011, 13:47
Re: Compile error help - by xemper - 25.01.2011, 13:55
Re: Compile error help - by alpha500delta - 25.01.2011, 14:00
Re: Compile error help - by xalyy - 25.01.2011, 14:07
Re: Compile error help - by xalyy - 25.01.2011, 16:28
Re: Compile error help - by Hash [NL-RP] - 25.01.2011, 16:42
Re: Compile error help - by xalyy - 25.01.2011, 16:46
Re: Compile error help - by alpha500delta - 25.01.2011, 17:00
Re: Compile error help - by xalyy - 25.01.2011, 17:05
Re: Compile error help - by Hash [NL-RP] - 25.01.2011, 17:33

Forum Jump:


Users browsing this thread: 5 Guest(s)