Hi!
Known bug, we are trying to resolve it.
Fixed in the latest version.
i saw that tnx 
yep that also fixed but now with fresh instal phone not showing when i try to open and xplayer error at server/server.lua: 546 issue already at github that’s why i didn’t open a new one.
btw im using es_extanded v1.finel
We are looking for the solution for this issue!
Alright twitter is still not working after uploading that SQL and trying new phone download!
hello by any chance have a version for tokovoip? Thank you
Hey!
We just added support for TokoVoIP, but we need testers.
Enable the option in the config.lua.
Please tell us if the changes works here: https://github.com/manueljlz/gcphone/issues/76
first error
the tweeter doesn’t work either, but the calls are fine, there’s no interference or anything like that
please tell me which trigger is responsible for sending SMS messages, for example to the police service?
Solved!
Hey everyone!
Ringtones are now fixed!
Download the latest release here:
good evening me the phone works, but little problem when we ring someone else we hear nothing at all
Hey Everyone!
A new Release is out
Fixed in the last release.
Hello, it’s a really good script. Thanks for this updates. I want to ask you can you add yellow pages for this script?
And i have a problems.
Phone GUI is not working. http://prntscr.com/tj9dp1
Twitter is not working. http://prntscr.com/tj9ddc
I’m using latest release.
Does anyone have ANY clue why people are seeing their own numbers as “###-####” even though their number is in the database?
It has only happened after I’ve migrated from one server to another.
I changed the number format from 333-3333 to 44444444 (8 numbers without dash)
function getPhoneRandomNumber()
local numBase0 = math.random(0,9999)
local numBase1 = math.random(0,9999)
local num = string.format("%04d%04d", numBase0, numBase1)
return num
end

