a real big errors
#2

Line 226 is in MTA_LOAD.inc

939 replace to
pawn Код:
stock trcar(car[])
{
    new i = 0;
    while(car[i])
    {
        if(car[i] == '[') car[i] = '(';
        if(car[i] == ']') car[i] = ')';
        i++;
    }
    return car;
}
about line 939 you got double new mapValues; for example

pawn Код:
new mapValues;
public Someting()
{
    new mapValues;
    return 1;
}
Reply


Messages In This Thread
a real big errors - by LarryTiger - 02.10.2015, 16:59
Re: a real big errors - by Jefff - 02.10.2015, 17:39
Re: a real big errors - by LarryTiger - 02.10.2015, 18:03
Re: a real big errors - by LarryTiger - 03.10.2015, 06:50
Respuesta: a real big errors - by jose005 - 11.11.2015, 07:14

Forum Jump:


Users browsing this thread: 1 Guest(s)