Function bugged.
#3

pawn Код:
forward House_Proprio(playerid, iddhouse);
public House_Proprio(playerid, iddhouse)
{
    if(iddhouse == -1)
    {
        return 0;
    }
    if(!strcmp(NameRequete[playerid], HouseInfo[iddhouse][Proprio])) //this line, added the ! at the beginning.
    {
        return 1;
    }
    return 0;
}
Reply


Messages In This Thread
Function bugged. - by Baltimore - 22.10.2014, 19:18
Re: Function bugged. - by Jefff - 22.10.2014, 20:48
Re: Function bugged. - by TakeiT - 22.10.2014, 21:01

Forum Jump:


Users browsing this thread: 1 Guest(s)