Money Saving wrong
#3

pawn Код:
dini_IntSet(file,"Money",PlayerInfo[playerid][pMoney]);
and make sure u have the onplayerupdate or timer

pawn Код:
if(IsPlayerConnected(playerid))
    {
        if( GetPlayerMoney(playerid) != PlayerInfo[playerid][pMoney])
        {
            ResetPlayerMoney(playerid);
            GivePlayerMoney(playerid, PlayerInfo[playerid][pMoney]);
        }
    }
Reply


Messages In This Thread
Money Saving wrong - by Steven82 - 22.11.2010, 22:55
Re: Money Saving wrong - by Cameltoe - 22.11.2010, 22:56
Re: Money Saving wrong - by The_Gangstas - 22.11.2010, 22:57
Re: Money Saving wrong - by Steven82 - 22.11.2010, 23:02
Re: Money Saving wrong - by Cameltoe - 22.11.2010, 23:31
Re: Money Saving wrong - by Steven82 - 22.11.2010, 23:52
Re: Money Saving wrong - by Buzzbomb - 26.11.2010, 01:22

Forum Jump:


Users browsing this thread: 1 Guest(s)