20.12.2013, 17:02
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;
}