30.08.2011, 18:32
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:
Example:
pawn Code:
OnPlayerUpdate(playerid)
{
SetPlayerScore(playerid, GetPlayerMoney(playerid));
}