Use utils + formatting

This commit is contained in:
Vortrex
2022-04-12 06:30:30 -05:00
parent 5f3484e3e0
commit 7aacf876da
5 changed files with 8 additions and 8 deletions

View File

@@ -619,7 +619,7 @@ function stopWorking(client) {
if(jobVehicle) {
if(getPlayerVehicle(client) == jobVehicle) {
removePlayerFromVehicle(client);
//client.player.removeFromVehicle();
//getPlayerPed(client).removeFromVehicle();
}
respawnVehicle(jobVehicle);