What's new

ARaros

Her zaman bir adım önde!
Gold Elite
Joined
Jun 29, 2021
Messages
181
Reaction score
65,121
Points
336
Location
USA/Los Angeles
Hello everyone, VAG Users, the phone script called gcphone has been rebuilt with metadata and everything is registered on the phone, regardless of the settings on the phone.
The bank systems of the phone come through the person who bought the guardian.
People who want can add a password to the system, if there is a request, I will add it.
done via qb to esx
qb-inventory on server.lua
Itemshop part is addinventoryitem part

Code:
if itemData.name ~= 'phone' then Player.addInventoryItem(itemData.name, fromcount, toSlot, itemData.info)
else
local src = source
local xPlayer = ESX.GetPlayerFromId(src)
num = math.random(100, 900)
num2 = math.random(100, 900)
xphoneid = tostring(num) .. "0" .. tostring(num2)
xPlayer.addInventoryItem(
"phone",
fromcount,
toSlot,
{
phoneid = xphoneid
}
)
exports.ghmattimysql:execute(
"INSERT INTO phoneinformations (phoneid, owner) VALUES (@phoneid, @owner)",
{
["@phoneid"] = xphoneid,
["@owner"] = xPlayer.identifier
}
)
end

you can make it work correctly when the phone is purchased by replacing it with (I didn't try it, I just thought of it, I couldn't find what I did) If you're lazy, I added the phonever command for you to test the phone
should use the phone once after taking the phone on the person
There is no need for an extra script for ambulance police messages.


 
Last edited:

sixe

Bronze Elite
Joined
Apr 1, 2021
Messages
14
Reaction score
20
Points
156
1626272869998.png
 

ToxicTekashi

Member
Joined
Jun 8, 2021
Messages
1
Reaction score
1
Points
146
Hello everyone, VAG Users, the phone script called gcphone has been rebuilt with metadata and everything is registered on the phone, regardless of the settings on the phone.
The bank systems of the phone come through the person who bought the guardian.
People who want can add a password to the system, if there is a request, I will add it.
done via qb to esx
qb-inventory on server.lua
Itemshop part is addinventoryitem part


you can make it work correctly when the phone is purchased by replacing it with (I didn't try it, I just thought of it, I couldn't find what I did) If you're lazy, I added the phonever command for you to test the phone
should use the phone once after taking the phone on the person
There is no need for an extra script for ambulance police messages.


Can i have the qbus version of the gcphone please? :(
 

Itz me

Gold Elite
Joined
Apr 13, 2021
Messages
93
Reaction score
81
Points
221
Hello everyone, VAG Users, the phone script called gcphone has been rebuilt with metadata and everything is registered on the phone, regardless of the settings on the phone.
The bank systems of the phone come through the person who bought the guardian.
People who want can add a password to the system, if there is a request, I will add it.
done via qb to esx
qb-inventory on server.lua
Itemshop part is addinventoryitem part


you can make it work correctly when the phone is purchased by replacing it with (I didn't try it, I just thought of it, I couldn't find what I did) If you're lazy, I added the phonever command for you to test the phone
should use the phone once after taking the phone on the person
There is no need for an extra script for ambulance police messages.


😊
 

guter527lp

Gold Elite
Joined
Oct 5, 2021
Messages
102
Reaction score
42
Points
186
Location
berlin
Hello everyone, VAG Users, the phone script called gcphone has been rebuilt with metadata and everything is registered on the phone, regardless of the settings on the phone.
The bank systems of the phone come through the person who bought the guardian.
People who want can add a password to the system, if there is a request, I will add it.
done via qb to esx
qb-inventory on server.lua
Itemshop part is addinventoryitem part


you can make it work correctly when the phone is purchased by replacing it with (I didn't try it, I just thought of it, I couldn't find what I did) If you're lazy, I added the phonever command for you to test the phone
should use the phone once after taking the phone on the person
There is no need for an extra script for ambulance police messages.


 

diggingdigz

Gold Elite
Joined
Apr 9, 2021
Messages
179
Reaction score
860
Points
306
Hello everyone, VAG Users, the phone script called gcphone has been rebuilt with metadata and everything is registered on the phone, regardless of the settings on the phone.
The bank systems of the phone come through the person who bought the guardian.
People who want can add a password to the system, if there is a request, I will add it.
done via qb to esx
qb-inventory on server.lua
Itemshop part is addinventoryitem part


you can make it work correctly when the phone is purchased by replacing it with (I didn't try it, I just thought of it, I couldn't find what I did) If you're lazy, I added the phonever command for you to test the phone
should use the phone once after taking the phone on the person
There is no need for an extra script for ambulance police messages.


 
Joined
May 12, 2022
Messages
7
Reaction score
0
Points
146
Location
Guatemala
Hello everyone, VAG Users, the phone script called gcphone has been rebuilt with metadata and everything is registered on the phone, regardless of the settings on the phone.
The bank systems of the phone come through the person who bought the guardian.
People who want can add a password to the system, if there is a request, I will add it.
done via qb to esx
qb-inventory on server.lua
Itemshop part is addinventoryitem part


you can make it work correctly when the phone is purchased by replacing it with (I didn't try it, I just thought of it, I couldn't find what I did) If you're lazy, I added the phonever command for you to test the phone
should use the phone once after taking the phone on the person
There is no need for an extra script for ambulance police messages.


 

tmsa7bgbg

Bronze Elite
Joined
Jul 17, 2022
Messages
17
Reaction score
3
Points
166
Location
oran
Hello everyone, VAG Users, the phone script called gcphone has been rebuilt with metadata and everything is registered on the phone, regardless of the settings on the phone.
The bank systems of the phone come through the person who bought the guardian.
People who want can add a password to the system, if there is a request, I will add it.
done via qb to esx
qb-inventory on server.lua
Itemshop part is addinventoryitem part


you can make it work correctly when the phone is purchased by replacing it with (I didn't try it, I just thought of it, I couldn't find what I did) If you're lazy, I added the phonever command for you to test the phone
should use the phone once after taking the phone on the person
There is no need for an extra script for ambulance police messages.


ssdqd
 

ragexx23

Member
Joined
Jul 9, 2022
Messages
3
Reaction score
0
Points
156
Location
Philippines
Hello everyone, VAG Users, the phone script called gcphone has been rebuilt with metadata and everything is registered on the phone, regardless of the settings on the phone.
The bank systems of the phone come through the person who bought the guardian.
People who want can add a password to the system, if there is a request, I will add it.
done via qb to esx
qb-inventory on server.lua
Itemshop part is addinventoryitem part


you can make it work correctly when the phone is purchased by replacing it with (I didn't try it, I just thought of it, I couldn't find what I did) If you're lazy, I added the phonever command for you to test the phone
should use the phone once after taking the phone on the person
There is no need for an extra script for ambulance police messages.


aye
 

ricko2010

Member
Joined
Jun 30, 2021
Messages
4
Reaction score
0
Points
146
Hello everyone, VAG Users, the phone script called gcphone has been rebuilt with metadata and everything is registered on the phone, regardless of the settings on the phone.
The bank systems of the phone come through the person who bought the guardian.
People who want can add a password to the system, if there is a request, I will add it.
done via qb to esx
qb-inventory on server.lua
Itemshop part is addinventoryitem part


you can make it work correctly when the phone is purchased by replacing it with (I didn't try it, I just thought of it, I couldn't find what I did) If you're lazy, I added the phonever command for you to test the phone
should use the phone once after taking the phone on the person
There is no need for an extra script for ambulance police messages.


a
 

YuuZenpai

Member
Joined
Sep 28, 2022
Messages
11
Reaction score
1
Points
166
Location
Spain
Hello everyone, VAG Users, the phone script called gcphone has been rebuilt with metadata and everything is registered on the phone, regardless of the settings on the phone.
The bank systems of the phone come through the person who bought the guardian.
People who want can add a password to the system, if there is a request, I will add it.
done via qb to esx
qb-inventory on server.lua
Itemshop part is addinventoryitem part


you can make it work correctly when the phone is purchased by replacing it with (I didn't try it, I just thought of it, I couldn't find what I did) If you're lazy, I added the phonever command for you to test the phone
should use the phone once after taking the phone on the person
There is no need for an extra script for ambulance police messages.


a
 

YuuZenpai

Member
Joined
Sep 28, 2022
Messages
11
Reaction score
1
Points
166
Location
Spain
Hello everyone, VAG Users, the phone script called gcphone has been rebuilt with metadata and everything is registered on the phone, regardless of the settings on the phone.
The bank systems of the phone come through the person who bought the guardian.
People who want can add a password to the system, if there is a request, I will add it.
done via qb to esx
qb-inventory on server.lua
Itemshop part is addinventoryitem part


you can make it work correctly when the phone is purchased by replacing it with (I didn't try it, I just thought of it, I couldn't find what I did) If you're lazy, I added the phonever command for you to test the phone
should use the phone once after taking the phone on the person
There is no need for an extra script for ambulance police messages.


thank you for the phone!
 

M4niek321

Member
Joined
Jul 24, 2022
Messages
9
Reaction score
0
Points
146
Location
Poland
Hello everyone, VAG Users, the phone script called gcphone has been rebuilt with metadata and everything is registered on the phone, regardless of the settings on the phone.
The bank systems of the phone come through the person who bought the guardian.
People who want can add a password to the system, if there is a request, I will add it.
done via qb to esx
qb-inventory on server.lua
Itemshop part is addinventoryitem part


you can make it work correctly when the phone is purchased by replacing it with (I didn't try it, I just thought of it, I couldn't find what I did) If you're lazy, I added the phonever command for you to test the phone
should use the phone once after taking the phone on the person
There is no need for an extra script for ambulance police messages.


thank
 
Top