GCPhone-Rewritten
GCPhone-Rewritten copied to clipboard
[BUG] Phone doesn't show up
Describe the bug When I press F1 the map gets big and nothing more happen, there no errors in the consol
To Reproduce Steps to reproduce the behavior:
- F1
- Map gets big
Expected behavior Map gets big
Screenshots

FiVEM(please complete the following information):
- SaltyChat
Additional context
Hey @Seppily, Did you compile the phone yourself or used one of the releses
i get this error with the new release

Hey @Seppily, Did you compile the phone yourself or used one of the releses
I used your release...
Hey everyone,
This error is from #26, I'm to check it right now sorry for the issues.
i get this error with the new release
Hey @Seppily, Did you compile the phone yourself or used one of the releses
I used your release...
Let me Fix the error above and release it so we can try again.
Thanks everyone for the help!
@Seppily @HezimX Can you guys try this artifact and tell me if it works? it works for me. https://github.com/DmACKGL/GCPhone-Rewritten/suites/2401953579/artifacts/51103261
gonna try now
@Seppily @HezimX Can you guys try this artifact and tell me if it works? it works for me. https://github.com/DmACKGL/GCPhone-Rewritten/suites/2401953579/artifacts/51103261
Doesn't work for me...
@Seppily @HezimX Can you guys try this artifact and tell me if it works? it works for me. https://github.com/DmACKGL/GCPhone-Rewritten/suites/2401953579/artifacts/51103261
dident work
Same error? https://user-images.githubusercontent.com/58196256/113345336-986f2200-9332-11eb-8f39-414debfdfdf0.png
Same error? https://user-images.githubusercontent.com/58196256/113345336-986f2200-9332-11eb-8f39-414debfdfdf0.png
yes spaming same error
@HezimX Try turning off the server, delete the cache folder, removing the gcphone folder and use this instead https://github.com/DmACKGL/GCPhone-Rewritten/releases/tag/v1.2.5
k
@HezimX I'm uploading a new release now, for some reason the past release didn't get the latest fixes
Try this https://github.com/DmACKGL/GCPhone-Rewritten/releases/download/v1.2.6/gcphone.zip
Try this https://github.com/DmACKGL/GCPhone-Rewritten/releases/download/v1.2.6/gcphone.zip
trying now
yep error gone and phone works gg :)
Good to hear, what about you @Seppily
Good to hear, what about you @Seppily
Phone works, but the map turns still big...
Good to hear, what about you @Seppily
Phone works, but the map turns still big...
(SetBigmapActive) turn it off in client.lua
Good to hear, what about you @Seppily
Phone works, but the map turns still big...
(SetBigmapActive) turn it off in client.lua
Okay works now! But when I recieve a new message, I ain't get an Notification... :(
Good to hear, what about you @Seppily
Phone works, but the map turns still big...
(SetBigmapActive) turn it off in client.lua
Okay works now! But when I recieve a new message, I ain't get an Notification... :(
have you enable it in config?
Good to hear, what about you @Seppily
Phone works, but the map turns still big...
(SetBigmapActive) turn it off in client.lua
Okay works now! But when I recieve a new message, I ain't get an Notification... :(
have you enable it in config?
You mean "Config.ShowNumberNotification"?
Good to hear, what about you @Seppily
Phone works, but the map turns still big...
(SetBigmapActive) turn it off in client.lua
Okay works now! But when I recieve a new message, I ain't get an Notification... :(
have you enable it in config?
You mean "Config.ShowNumberNotification"?
yes try it out
Good to hear, what about you @Seppily
Phone works, but the map turns still big...
(SetBigmapActive) turn it off in client.lua
Okay works now! But when I recieve a new message, I ain't get an Notification... :(
have you enable it in config?
You mean "Config.ShowNumberNotification"?
yes try it out
Still don't work...
Good to hear, what about you @Seppily
Phone works, but the map turns still big...
(SetBigmapActive) turn it off in client.lua
Okay works now! But when I recieve a new message, I ain't get an Notification... :(
have you enable it in config?
You mean "Config.ShowNumberNotification"?
yes try it out
Still don't work...
yep can confirm notification dont work
Probably it's this #35
Good to hear, what about you @Seppily
Phone works, but the map turns still big...
(SetBigmapActive) turn it off in client.lua
Okay works now! But when I recieve a new message, I ain't get an Notification... :(
have you enable it in config?
You mean "Config.ShowNumberNotification"?
yes try it out
Still don't work...
yep can confirm notification dont work
This error comes up :

Hey everyone!
Sorry for the delay, I'm working on a fix right now. Can you guys check this version? gcphone.zip
Hey everyone!
Sorry for the delay, I'm working on a fix right now. Can you guys check this version? gcphone.zip
This version seems to restart all NUI and fails to boot unfortunately, it threw some lua errors but the code there was fine so must have been due to something else
Line 436 ref;
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 if hasPhone then SendNUIMessage({event = 'waitingCall', infoCall = infoCall, initiator = initiator}) end end) Ok i ate something, there is a space between else if on line 433
Which now produces this:

Hey everyone!
Sorry for the delay, I'm working on a fix right now. Can you guys check this version? gcphone.zip
When you use SaltyChat, this will break it...