stock IncreaseScore(playerid, amount){ SetPlayerScore(playerid, GetPlayerScore(playerid) + amount);}stock DecreaseScore(playerid, amount){ SetPlayerScore(playerid, GetPlayerScore(playerid) - amount);}