Implemented esx_phone:cancelMessage for canceling dispatch messages

This commit is contained in:
ElPumpo
2018-07-22 14:27:53 +02:00
parent 53e5a1d5e5
commit 840fa45927
6 changed files with 188 additions and 211 deletions
+6
View File
@@ -33,11 +33,15 @@ ui_page 'html/ui.html'
files {
'html/ui.html',
'html/bankgothic.ttf',
'html/pdown.ttf',
'html/css/app.css',
'html/scripts/mustache.min.js',
'html/scripts/app.js',
'html/img/cursor.png',
'html/img/keys/enter.png',
'html/img/keys/return.png',
@@ -53,3 +57,5 @@ files {
'html/img/icons/edit.png',
'html/img/icons/location.png'
}
dependency 'es_extended'