Code Monkey home page Code Monkey logo

Comments (11)

DmACKGL avatar DmACKGL commented on June 22, 2024 3

Hey Everyone,

This week I had a lot of work, that's why I didn't update the resource, I hope I'll return to development next week if everything goes as planned. So sorry.

All forks and pull request fixing problems are COMPLETELY welcome (and pls do, that's the idea of having an open-source project, so everyone can help to improve the resource)

(Copy paste of #67)

from gcphone-rewritten.

HezimX avatar HezimX commented on June 22, 2024 2

Please do asap.. waiting

try this one remember to add html file

gcphone.zip

from gcphone-rewritten.

HezimX avatar HezimX commented on June 22, 2024 1

With tokovoip

Yes there is you need to add some cods in client.lua ill send you the changes when i get time

from gcphone-rewritten.

sparcoxalpha avatar sparcoxalpha commented on June 22, 2024

Same for me also,i already reported but no response 😞

from gcphone-rewritten.

deBBuu avatar deBBuu commented on June 22, 2024

Hi! I found an solution
Simply, go to client.lua line 427

and replace this

RegisterNetEvent("gcPhone:waitingCall")
AddEventHandler("gcPhone:waitingCall", function(infoCall, initiator)
  if initiator == true then
    SendNUIMessage({event = 'waitingCall', infoCall = infoCall, initiator = initiator})
    PhonePlayCall()
    if menuIsOpen == false then
      TooglePhone()
    end
  else
    hasPhone(function (hasPhone)
      if hasPhone == true then
        SendNUIMessage({event = 'waitingCall', infoCall = infoCall, initiator = initiator})
      end
    end)
  end
end)`

with

 
RegisterNetEvent("gcPhone:waitingCall")
AddEventHandler("gcPhone:waitingCall", function(infoCall, initiator)
  SendNUIMessage({event = 'waitingCall', infoCall = infoCall, initiator = initiator})
  if initiator == true then
    PhonePlayCall()
    if menuIsOpen == false then
      TooglePhone()
    end
  end
end)

from gcphone-rewritten.

sparcoxalpha avatar sparcoxalpha commented on June 22, 2024

Is there any solution for not hearing sound while phone call

from gcphone-rewritten.

sparcoxalpha avatar sparcoxalpha commented on June 22, 2024

With tokovoip

from gcphone-rewritten.

deBBuu avatar deBBuu commented on June 22, 2024

idk

from gcphone-rewritten.

sparcoxalpha avatar sparcoxalpha commented on June 22, 2024

Please do asap.. waiting

from gcphone-rewritten.

ThatOneGuy35 avatar ThatOneGuy35 commented on June 22, 2024

Hi! I found an solution
Simply, go to client.lua line 427

and replace this

RegisterNetEvent("gcPhone:waitingCall")
AddEventHandler("gcPhone:waitingCall", function(infoCall, initiator)
if initiator == true then
SendNUIMessage({event = 'waitingCall', infoCall = infoCall, initiator = initiator})
PhonePlayCall()
if menuIsOpen == false then
TooglePhone()
end
else
hasPhone(function (hasPhone)
if hasPhone == true then
SendNUIMessage({event = 'waitingCall', infoCall = infoCall, initiator = initiator})
end
end)
end
end)`
with

RegisterNetEvent("gcPhone:waitingCall")
AddEventHandler("gcPhone:waitingCall", function(infoCall, initiator)
SendNUIMessage({event = 'waitingCall', infoCall = infoCall, initiator = initiator})
if initiator == true then
PhonePlayCall()
if menuIsOpen == false then
TooglePhone()
end
end
end)

Doesn't work for me.

from gcphone-rewritten.

sparcoxalpha avatar sparcoxalpha commented on June 22, 2024

Please do asap.. waiting

try this one remember to add html file

gcphone.zip

Ok thanks dude,i ll try

from gcphone-rewritten.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.