-
-
Notifications
You must be signed in to change notification settings - Fork 14
[BUG] #65
Comments
Same for me also,i already reported but no response 😞 |
Hi! I found an solution 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) |
Is there any solution for not hearing sound while phone call |
With tokovoip |
idk |
Yes there is you need to add some cods in client.lua ill send you the changes when i get time |
Please do asap.. waiting |
try this one remember to add html file |
Doesn't work for me. |
Ok thanks dude,i ll try |
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) |
Describe the bug
When trying to call someone, the person will not get a notification at all of the incoming call and this error appears clientside.
SCRIPT ERROR: @gcphone/client/client.lua:37: attempt to call a nil value (local 'cb')
handler client/client.lue: 433
To Reproduce
Steps to reproduce the behavior:
Attempt to call someone
Expected behavior
Other person's phone to ring and give a notification
Screenshots
If applicable, add screenshots to help explain your problem.
FiVEM(please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: