crash pawn
#4

Yeah sorry i completely forgot about that, make it a stock.

If you use it, it doesn't have to be a stock function.
pawn Код:
GetDoorLock(houseId)
{
    if(gHouseVar[houseId][hLocked] == 0)
    {
        new szStr[] = "Ouverte";
        return szStr;
    }
    new szStr[] = "Fermйe";
    return szStr;
}
If you make a function stock, you are just telling the compiler that, if it is not used; leave it out of compilation.
Reply


Messages In This Thread
crash pawn - by marquezsanchez - 29.06.2012, 10:06
Re: crash pawn - by iggy1 - 29.06.2012, 10:18
Re: crash pawn - by marquezsanchez - 29.06.2012, 10:40
Re: crash pawn - by iggy1 - 29.06.2012, 10:42
Re: crash pawn - by marquezsanchez - 29.06.2012, 11:47
Re: crash pawn - by marquezsanchez - 29.06.2012, 13:33

Forum Jump:


Users browsing this thread: 3 Guest(s)