Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

Commit

Permalink
Update survival.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
mixzira committed Jun 20, 2020
1 parent fe86789 commit 017546e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion zirix-data/resources/[vrp]/vrp/client/survival.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ Citizen.CreateThread(function()
if IsPedInAnyVehicle(ped) then
TaskLeaveVehicle(ped,GetVehiclePedIsIn(ped),4160)
end
exports["mumble-voip"]:SetRadioChannel(0)
-- Use: exports["mumble-voip"]:SetRadioChannel(0) -- caso você use mumble-voip;
-- Use: exports.tokovoip_script:removePlayerFromRadio() -- caso você use toko-voip;
-- Caso você não use nenhum dos dois, mantenha essas opções comentadas ou apague.
else
if deathtimer > 0 then
drawTxt("VOCE TEM ~r~"..deathtimer.." ~w~SEGUNDOS DE VIDA, AGUARDE POR SOCORRO MÉDICO",4,0.5,0.92,0.35,255,255,255,255)
Expand Down

0 comments on commit 017546e

Please sign in to comment.