Changed duty medic update, added command to change vehicle livery (/vlivery)

This commit is contained in:
hydrant
2018-12-08 15:13:17 +01:00
parent a5269637c3
commit d3f026630a
3 changed files with 44 additions and 23 deletions

View File

@@ -49,14 +49,7 @@ mp.events.add("respawnDeathPlayer", () => {
});
mp.events.add("updateDutyMedics", (count) => {
if (count === true)
{
dutyMedics++;
}
else
{
dutyMedics--;
}
dutyMedics = count;
});