Simple code and Pawn Compiler Stopped Working
#2

pawn Code:
stock RetornaStringEntreChars(string[], primSubString[], segSubString[], bool:ic = true)
{
    new a = strfind(string, primSubString, ic);
    return 1;
}
pawn Code:
bool ic = true
is supposed to be
pawn Code:
bool:ic = true
Reply


Messages In This Thread
Simple code and Pawn Compiler Stopped Working - by dudaefj - 19.09.2014, 21:36
Re: Simple code and Pawn Compiler Stopped Working - by MikeEd - 19.09.2014, 22:49
Re: Simple code and Pawn Compiler Stopped Working - by dudaefj - 20.09.2014, 00:04
Re: Simple code and Pawn Compiler Stopped Working - by MikeEd - 20.09.2014, 00:28
Re: Simple code and Pawn Compiler Stopped Working - by dudaefj - 20.09.2014, 01:51

Forum Jump:


Users browsing this thread: 1 Guest(s)