mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 02:38:53 +00:00
Latest ESX code
This commit is contained in:
@@ -60,7 +60,7 @@ last two booleans are optional
|
||||
### License
|
||||
esx_phone - phone script for fivem
|
||||
|
||||
Copyright (C) 2015-2019 Jérémie N'gadi
|
||||
Copyright (C) 2015-2020 Jérémie N'gadi
|
||||
|
||||
This program Is free software: you can redistribute it And/Or modify it under the terms Of the GNU General Public License As published by the Free Software Foundation, either version 3 Of the License, Or (at your option) any later version.
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
USE `essentialmode`;
|
||||
USE `es_extended`;
|
||||
|
||||
CREATE TABLE `user_contacts` (
|
||||
`id` INT(11) NOT NULL AUTO_INCREMENT,
|
||||
|
||||
@@ -501,7 +501,11 @@
|
||||
|
||||
}
|
||||
|
||||
window.onload = function(e){ window.addEventListener('message', function(event){ onData(event.data) }); }
|
||||
window.onload = function(e){
|
||||
window.addEventListener('message', function(event) {
|
||||
onData(event.data)
|
||||
});
|
||||
}
|
||||
|
||||
document.onkeydown = function (data) {
|
||||
if ((data.which == 120 || data.which == 27) && isPhoneShowed) { // || data.which == 8
|
||||
|
||||
Reference in New Issue
Block a user