How can i make that Stunting gives score?
#6

Well... you could set the player's score to the ammount of money that they have.. Once you do a few stunts, and suddenly you will recieve money.. Then automaticly after that the player's score will be set to the total ammount of money. This is what most Stunting Servers has but it does work..

Example:
pawn Code:
OnPlayerUpdate(playerid)
{
    SetPlayerScore(playerid, GetPlayerMoney(playerid));
}
Reply


Messages In This Thread
How can i make that Stunting gives score? - by Sensitive - 30.08.2011, 12:08
Re: How can i make that Stunting gives score? - by =WoR=Varth - 30.08.2011, 16:08
Re: How can i make that Stunting gives score? - by [MWR]Blood - 30.08.2011, 16:15
Re: How can i make that Stunting gives score? - by IceCube! - 30.08.2011, 16:18
Re: How can i make that Stunting gives score? - by =WoR=Varth - 30.08.2011, 16:33
Re: How can i make that Stunting gives score? - by Improvement™ - 30.08.2011, 18:32

Forum Jump:


Users browsing this thread: 1 Guest(s)