Git Product home page Git Product logo

re-ignited-phone's Introduction

ReDesign & Functionality

CI GitHub release (latest by date) Patreon Discord License: GPL v3

GCPhone Redesign for FiveM

Latest Release

  • BTNGaming#7728
  • You must download from the release tab or the phone WILL NOT work.
  • ESX 1.1 & ESX 1.2 Download from Releases
  • Install instructions Here

Features

  • ZERO Database changes needed to replace GCPhone V3 or any other public versions.

  • Full contacts list.

  • Sending text messages.

  • Voice calls.

  • Anonymous calling.

  • Bank application (With full bank transfers). Link to official new_banking -> https://github.com/NewWayRP/new_banking (For the bank application to work unless you edit yourself.)

  • Anonymous Chat application.

  • Stock market application (With full functionality soon).

  • Customizable cover / screen.

  • Add Contacts from recent text messages.

  • Add Contacts from recent call history.

  • Custom Ringtones with working Volume system in settings.

  • Mouse control is back at 100% functionality.

  • Screenshots/Selfies with already working upload server.

  • Easy installation instructions. Created for us by @ROCKY_southpaw#7777

Configuration

  • You can modify the sounds in \ html \ static \ sound

  • You can modify the backgrounds in \ html \ img \ background

  • You can modify the phone shell in \ html \ img \ coque

  • The shells must be in 1000x500 px format, the screen area for creating backgrounds is centered in size 800 * 400.

  • Bank & Stock Market application(s) must be configured according to your scripts.

  • See installation.md for more configurations.

  • See Images at bottom of page for examples.

About esx_addons_gcphone

ESX Addons GCPhone has been merged INTO the gcphone files for ease of use. You are no longer required to add ensure esx_addons_gcphone to your server.cfg.

Please put ensure gcphone before jobs.

Example :

ensure mysql-async

ensure essentialmode (For esx 1.1)
ensure esplugin_mysql
ensure es_extended

ensure gcphone
ensure screenshot-basic

ensure esx_policejob
ensure esx_ambulancejob
ensure esx_job3

Screenshots

re-ignited-phone's People

Contributors

bombayv avatar btngaming avatar bulva2 avatar dependabot[bot] avatar derdomml avatar dmackgl avatar gaby avatar itschip avatar jfrader avatar mauricehandwerker avatar oldarorn avatar rockysouthpaw avatar tasooneasia avatar thesysadmindev avatar tim-it-ger avatar usermacieg avatar xelementzx avatar yagizher avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

re-ignited-phone's Issues

Gcphone photo notification

Hello so im new in this kind of thing, i actually don't have any experience in scripting.
My photo notification only shows the URL i dont know if it because of a screenshot basic or in phone.

Translation and Vehicle Pan Issue

"APP_MESSAGE_MESS_NUMBER": "Number ", is missing from english translation :slight_smile:

Also, when you exit the camera mode after taking a picture, and get into a vehicle, your controls are locked up and you cant pan around. when you left click mouse, it stops it and starts working again

dead people GPS problem

dead people GPS problem
when someone Dead and press G to send gps to ambulance they dont get anything
am using 1.2 final

Phone does not have NUI focus without mouse control

If I go to settings and disable mouse control I can navigate to all the various apps and fields without issue.

However on starting to type the in-game keybinds are used (for example 1 opens the item menu).

For example navigating to the contacts app and trying to enter values fails. Also while the phone is open you can still walk around with WASD which I would expect to not be the desired case - but perhaps it's a feature?

Random spawn

The phone work great but when i'm connect on the server i spawn in random place. When i desactivate the phone in the server.cfg, i spawn in my last place.

Call submenus not working

no matter what i put in the config json the submenus for police, ambulance mechanic calls dont work..
it just directily calls

Twitter notifications

not necessarily an issue but i was wondering if the twitter app could give some kind of notification

Emergency Services not recieving notifications from a text

Emergency Services not recieving notifications from a text the dialog box shows up i type something in but they dont recieve a notification and I have been trying to figure this out for weeks. I am getting a code in the console saying
=warning = Trying to call an unregistered service => numero : police
=warning = Trying to call an unregistered service => numero : ambulance

or any service i try and message

Any help is much appreciated

phone animation but no ui for the phone

i have installed the gcphone reignited i have installed both 1.2 and 1.1 server gui's to see if its just a me issue and when pressing f1 to open up the phone only the animation plays is there any idishonal steps that are missed out in the installing of your phone in recent updates

there is no error's in the console nore client side when starting up the resource

How To add taxi jobb to phone

Hi i am unable to add taxi to phone so when a player wants to get a taxi they send thier gps to taxi contact and all taxi player see it

Regarding Stock in the phone

the stock app is not functioning no error message in f8 console or live console...
any tutorial on adding other apps to the phone like es_stockmarket etc
i would like to add apps into it

Discord logs

Discord logs not working for me I double check the url for my discord but it is still now showing

1.2 fix date?

Is there an eta on when you will update the phone to 1.2? I want to start using it for my server but in the config it says its not supported yet as you forgot something in the files

infoCall error

https://i.gyazo.com/a6dfd6afe3f215ce4cdf6ca7701b2f13.png

RegisterServerEvent('gcPhone:acceptCall')
AddEventHandler('gcPhone:acceptCall', function(infoCall, rtcAnswer)
local id = infoCall.id
if AppelsEnCours[id] ~= nil then
if PhoneFixeInfo[id] ~= nil then
onAcceptFixePhone(source, infoCall, rtcAnswer)
return
end
AppelsEnCours[id].receiver_src = infoCall.receiver_src or AppelsEnCours[id].receiver_src
if AppelsEnCours[id].transmitter_src = nil and AppelsEnCours[id].receiver_src= nil then
AppelsEnCours[id].is_accepts = true
AppelsEnCours[id].rtcAnswer = rtcAnswer
TriggerClientEvent('gcPhone:acceptCall', AppelsEnCours[id].transmitter_src, AppelsEnCours[id], true)
SetTimeout(1000, function() -- change to +1000, if necessary.
TriggerClientEvent('gcPhone:acceptCall', AppelsEnCours[id].receiver_src, AppelsEnCours[id], false)
end)
saveAppels(AppelsEnCours[id])
end
end
end)

Phone Number

Hi (Again)
The phone number appear xxxxx (only 5 number). What i need to do to have xxx-xxxx

This is what is active in server.lua
--- For phone numbers like: XXX-XXXX
function getPhoneRandomNumber()
local numBase0 = math.random(100,999)
local numBase1 = math.random(0,9999)
local num = string.format("%03d-%04d", numBase0, numBase1)

return num

end

and this in the .../[Phone]/gcphone/html/static/config/config.json

"useFormatNumberFrance": false,

So what i need to do to have the phone number like this xxx-xxxx

thanks

Spawn Location

Hello, I have a problem where I spawn at the spawn location. I took off the resources of the phone and it went back to normal. Any ideas on why this is happening?

Suggestion: Apps

I think google maps could be a cool app on the phone? Could be good for those who don't have the minimap showing constantly.

Double Notification

multiple notifications message when you have saved a contact, the notifications is the number and name of the contact.
use mythic_notify

Regarding missing config and tweet notification

I read the script there is a line Config.AutoFindFixePhones
I didnt see it in the config lua and where do i need to edit to move the tweet notification when some one post something i dont it to be at the top right

Phone UI Stuck

when i want reply tweet from another player, text box will pop up after that i didn't type anything just click cancel, phone will stuck and can't close

Having a issue (not sure if it is my fault)

When I add the base.sql I keep getting this error "/* SQL Error (1064): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '-- --------------------------------------------------------
-- Hôte : ...' at line 1 /
/
SQL Error (1231): Variable 'character_set_client' can't be set to the value of 'NULL' */"

Im not sure if this is my fault or the scripts

inserting numbers

When trying to insert numbers, I receive error.
Happens in bank/adding contact/twitter
unknown (3)

they don't receive the phone call

When we call the other person don't receive the phone call.

I try the version 1.1 and 1.2 and i have the same problem for both version.

Can you help me ? thanks

Incoming call showing UNKNOWN

When receiving a call, (and have the contact in your contacts list) the display shows "Unknown". In your app.js has the value "APP_PHONE_NUMBER_UNKNOWN".
It should show the callers name, but I couldnt figure out what to replace it with.

RECENT CALL LIST ORDER

Everything is working fine. A great release. But my RECENT CALL LIST isnt in Order. What should i do to make that in order? Any help?

Can't add new phone numbers starting with a zero.

I am using the "french" phone numbers, and while trying to add one of these phone numbers to my contacts, it is just not possible. Whenever i type 06....... , the 0 at the start just disappears.

I have added tostring(text) into the code as mentioned in a different issue, because i could not type only numbers, had to type atleast 1 letter with the number in the phone, for let's say transferring money via the bank.

Question

Where can I put notification.vue I want to change the location of my notifications. Thank you in advance

More of a help Really... Can't get the builds running.

Hi There,

I am trying to run the phone but none of the buttons work when the phone is open. Last time this was because I hadn't run the npm builds but this time I can't seem to set them up properly although somehow I did last time. Don't ask me how.

Don't suppose you could help?

No ui

Good day i am using the script only i dont get a UI showing up how can i can get that

Salty

is the phone working with saltychat ?
What i must change its working with salty?

Tweets wont send on Twitter app ESX 1.1

So, I can create an account on the Twitter app, and when I go to send a tweet, it says it is sent, clears the input and all, but never adds that tweet to the database, I have ran the SQL file as shown here:
image

And now here is the error I get when I send a tweet in game: Image 2

Twitter Image Notifications Show Link Rather Than Image

image

When sending a tweet as a picture through Twitter, it displays the link to the image rather than the image itself. I just updated to the latest version of GCPhone-Reignited today, and am running Screenshot-Basic with Image-Server.

Any ideas here?

Take out Phone item doesn't stop share real time pos

When you have the item required for using the phone and start sharing real time position if you drop o somebody take your phone the position continues to be sent. Any way to make it stop if you don't have the item?
(I only tried this on ESX V1.1)

Ideas/Suggestions (POST YOURS HERE PLEASE)

  • Config to change top right phone time from Server Local Time to Game Time
  • Text Tones (Ringtones for text messages)
  • Fix Twitter Profile Default Picture (Also add selfie as an option for profile image)
  • Add new icons for Police/EMS/Mechanic/Taxi defaults.
  • Yellow Pages
  • Maybe Instagram in the future but not right away

No Phone Number

I have a situation, the phone numbers are not assigned to the users. Appears blank and the phone without number is not functional. I will appreciate the help. Thanks

Other problem:
SCRIPT ERROR: @gcphone/server/esxaddonsgcphone-s.lua:24: attempt to concatenate a nil value (field 'numero')

notifyAlertSMS (@gcphone/server/esxaddonsgcphone-s.lua:24)
callback (@gcphone/server/esxaddonsgcphone-s.lua:94)
ref (@gcphone/server/esxaddonsgcphone-s.lua:143)
(@mysql-async/mysql-async.js:15543)

Not receiving calls on ESX 1.1

Hi, running into an issue with phone calls, While it rings the contact, it won't actually show on the other persons phone that they are being called, here are the errors I am getting: Caller Side 1 | Person being called side | Caller Side 2 | Console Log

Info:

ESX Version: 1.1
Artifacts: Latest
VOIP: Mumble (yes, it is set in the config)
Notes: Twitter works, texting works, and everything else works, there are no duplications in the database, and the only bug is that people are not receiving calls.

I saw that you had closed a previous issue about this ( #82 ), however I still cannot seem to find a fix for this, please respond when available, thank youuuuu :]

When adding a contact from recent calls, it goes to home screen and throws a database error.

  1. Open phone
  2. Open Phone App
  3. Navigate to contacts and dial a number.
  4. End the call.
  5. Go to recent calls and right click on new contact. (Same occurs with key control.)
  6. Phone will go to home screen.

This results in this error:

[ERROR] [MySQL] [gcphone] An error happens on MySQL for query "INSERT INTO phone_users_contacts (`identifier`, `number`,`display`) VALUES('steam:110000112964a88', @number, @display)": ER_BAD_NULL_ERROR: Column 'display' cannot be null

You can also achieve this by trying to add to contacts an existing contact.

Dialog doesn't show up.

When going to phone -> favorites -> And i try to message any police job i do not get any dialog to literally text police, mechanic and ambulance service, when i do it through contacts, messages it doesn't go through.

Police and ambulance can see your location without sending gps coords

When a player sends a message to either Police or Ambulance, every member of the service can see this players location.. Forever!
The message can be anything. This should not happen I believe.
If this is by default, then we should have the option to disable it, or at least minimize the time shown.
This should actually work like a normal contact, where you have to share willingly your location.

To clarify:

  • A player sends a message (with any text) to "ambulance" service (or police).
    Then all members of said service (ambulance or police) can see the players location, forever.

Can't make camera working

hey!
I've installed everything, and the photos made from twitter f.e are being sent and stored to the server, but it's not showing on the twitter profile.
Same happens when sending a picture to a message, it doesn't send. No notification, no callback.
Any idea?

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.