stock SetPlayerMoney(playerid,ammount){ ResetPlayerMoney(playerid); GivePlayerMoney(playerid,ammount); return 1;}