Simple code and Pawn Compiler Stopped Working
#1

Hello

if I do that:

PHP Code:
#include <a_samp>
main()
{
}
stock RetornaStringEntreChars(string[], primSubString[], segSubString[], bool ic true)
{
    new 
a;    
    
strfind(stringprimSubStringic);
    return 
1;

and build with parameters -;+ -\ -(+v -r -d2

it works well

but if I do that:

PHP Code:
#include <a_samp>
main()
{
}
stock RetornaStringEntreChars(string[], primSubString[], segSubString[], bool ic true)
{
    new 
strfind(stringprimSubStringic);
    return 
1;

It does that:



does anyone know why?
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)