08.07.2011, 09:27
Try
It will save if the current player's money isn't the same as the one in the user file ( you can replace that with your variable for money ).
pawn Код:
if(GetPlayerMoney(playerid) != dini_Int(file, "Moneys")){
dini_IntSet(file,"Moneys",GetPlayerMoneyA(playerid ));
}