diff --git a/fivem_script/tokovoip_script/src/c_main.lua b/fivem_script/tokovoip_script/src/c_main.lua index ad691a8..6426f43 100644 --- a/fivem_script/tokovoip_script/src/c_main.lua +++ b/fivem_script/tokovoip_script/src/c_main.lua @@ -17,7 +17,7 @@ local targetPed; local useLocalPed = true; local isRunning = false; -local scriptVersion = "1.3.4"; +local scriptVersion = "1.3.5"; local animStates = {} local displayingPluginScreen = false; local HeadBone = 0x796e; @@ -326,4 +326,4 @@ end) -- Make exports available on first tick exports("addPlayerToRadio", addPlayerToRadio); exports("removePlayerFromRadio", removePlayerFromRadio); -exports("isPlayerInChannel", isPlayerInChannel); \ No newline at end of file +exports("isPlayerInChannel", isPlayerInChannel);