[Release] ESX-ALphone (call system)

okey I’ll try :smiley: :smiley: in DB

Fehler
SQL-Befehl:

INSERT INTO INSERT INTO items ( name, label )
VALUES (

‘blackberry’, ‘Black Berry’
);

MySQL meldet: Dokumentation

#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 ‘INSERT INTO items (name, label) VALUES
(‘blackberry’, ‘Black Berry’)’ at line 1

This works on my DB.

INSERT INTO `items` (name, label) VALUES
	('blackberry', 'Black Berry')

;

You have to match the tables names from your DB.

okey i can test it now on the serve rob it is in the shop to buy

This just insert the item in the items, you have to insert the blacberry on the shops to

I exchanged water for Blacberry

do not need water: D

but the phone is still there it is at the shop but you do not have to buy
to have :frowning:

Ok now i understand you.
I can help you with that bro, add me discord Cheleber#0967
The way you said to do didnt work bro, the esx_phone opens and the esx_phone3 dont opens

okey everything is only yes I have the phone even without it to buy in the shop?

Successfully Loaded Identity For Peter
Error running system event handling function for resource esx_phone3: citizen:/scripting/lua/scheduler.lua:41: Failed to execute thread: server/main.lua:309: attempt to index a nil value (field ‘?’)
stack traceback:
server/main.lua:309: in upvalue ‘handler’
citizen:/scripting/lua/scheduler.lua:175: in function
stack traceback:
[C]: in function ‘error’
citizen:/scripting/lua/scheduler.lua:41: in field ‘CreateThreadNow’
citizen:/scripting/lua/scheduler.lua:174: in function

where is the error or what is the error?

Can i use this with ESX_Phone? Or is it a replacement? Does it do the same as ESX_Phone? And is it English? :slight_smile: Even English in the menus?

Marcel du bist deutscher oder ?
schreibe mir per pm vll kann ich dir helfen bei deinem Problem

Macel you are german or ?
pm me maybe i can help you.

This phone is a replacment you dont need the esx_phone and it is french.

Anyone have English Translation than?

ANd how can i change the key to put the phone down? :stuck_out_tongue: It inteferes with F2 and Inventory :stuck_out_tongue:

EDIT: I’ve fixed it now! :slight_smile:

Yes, I am German
have you written
everything goes up to that
you do not need the item
and the sorcerer comes in log file

Rename the folder ESX_ALphone to ESX_phone3.

Add both esx_phone3 & esx_blackberry to resource/[esx] folder

Add in server.cfg:
start esx_phone3
start esx_blackberry

In database under table items add:
|id|name|label|limit|rare|can_remove|

|54|blackberry|Black Berry|-1|0|1|

INSERT INTO items (name, label) VALUES
(‘blackberry’, ‘Black Berry’) -1, 0, 1,

;

right?

and esx phone do not I need?

You dont need thge original esx_phone. :slight_smile:

You just add that item to the Database. No problems :slight_smile:slight_smile:
dont need a file to add it, just open table. choose the next ID and use the name blackberry and label is your own name. so put Black Berry.

True, you dont need esx_phone, i just get all my jobs to work on the phone, thanks for this release, super awesome

SQL-Befehl:

| id | name | label | LIMIT | rare | can_remove | |54 | Brombeere | Black Berry | -1 |0 |1 | ;

MySQL meldet: Dokumentation

#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 '| id | name | label | limit | rare | can_remove |