1 error
#2

That means you don't use that function At the moment, I believe you will use it in future, but if you will not use it, I suggest you to delete it if it bothers you.

pawn Код:
ybank_SetMoney( playerid, cash )
{
    new fp[70];
    format(fp, sizeof(fp), YBANK_FILE_PATH, getName(playerid)));
    if ( dini_Exists(fp) )
        return dini_IntSet( fp, "BankCash", cash );
    return 1;
}
Reply


Messages In This Thread
1 error - by Tuntun - 20.12.2013, 17:00
Re: 1 error - by Patrick - 20.12.2013, 17:02

Forum Jump:


Users browsing this thread: 1 Guest(s)