[HELP] Score = Money?
#5

@above: The score limit is > 65k.

@topicAuthor: Look at this, you will learn from it.

pawn Код:
forward MoneyTimer(playerid, amount); //this can go anywhere

public MoneyTimer(playerid) //this can go anywhere, as long as it isnt in a callback
{
    SetPlayerScore(playerid, GetPlayerMoney(playerid));
}

//under OnGameModeInit

    SetTimer("MoneyTimer", 10000, true); //this sets a timer for the mentioned public function to set the score to the players money amount
Enjoy, if you have any questions, feel free to ask again (the above is untested)
Reply


Messages In This Thread
[HELP] Score = Money? - by FreddeN - 14.02.2010, 13:04
Re: [HELP] Score = Money? - by Calgon - 14.02.2010, 13:05
Re: [HELP] Score = Money? - by Zeromanster - 14.02.2010, 13:06
Re: [HELP] Score = Money? - by Calgon - 14.02.2010, 13:07
Re: [HELP] Score = Money? - by Hiitch - 14.02.2010, 13:36
Re: [HELP] Score = Money? - by Jeffry - 17.02.2010, 08:54
Re: [HELP] Score = Money? - by Niixie - 17.02.2010, 09:17
Re: [HELP] Score = Money? - by MenaceX^ - 17.02.2010, 09:20
Re: [HELP] Score = Money? - by fma965 - 09.08.2010, 22:10

Forum Jump:


Users browsing this thread: 1 Guest(s)