Skip to content

Commit

Permalink
Translated to Swedish
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekennn authored Dec 2, 2018
1 parent 52eb247 commit 9ffbf08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cl_tracker.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ AddEventHandler("tracker:trackerremove", function()
deployed = false
local plycoords = GetEntityCoords(GetPlayerPed(-1))
SetNewWaypoint(plycoords.x + 2, plycoords.y)
showNotification("~h~~o~Star Chase~h~: ~w~Tracker deactivated!")
showNotification("~h~~o~Biljakt~h~: ~w~GPS-Puck avstängd!")
end
end)

Expand All @@ -35,7 +35,7 @@ AddEventHandler("tracker:trackerset", function()
if trackedveh ~= nil then
if IsEntityAVehicle(trackedveh) then
local coords = GetEntityCoords(trackedveh)
showNotification("~o~~h~Star Chase:~h~~w~ Deployed!\n~h~Model:~h~ "..GetLabelText(GetDisplayNameFromVehicleModel(GetEntityModel(trackedveh))).."\n~h~Plate:~h~ "..GetVehicleNumberPlateText(trackedveh))
showNotification("~o~~h~Biljakt:~h~~w~ GPS-Puck utplacerad!\n~h~Bilmodell:~h~ "..GetLabelText(GetDisplayNameFromVehicleModel(GetEntityModel(trackedveh))).."\n~h~Registeringsnummer:~h~ "..GetVehicleNumberPlateText(trackedveh))
SetNewWaypoint(coords.x, coords.y)
end
else
Expand Down

0 comments on commit 9ffbf08

Please sign in to comment.