Fixed tuning issue, added new dlc cars to car list, added command to open tuning menu

This commit is contained in:
hydrant
2018-12-14 18:08:01 +01:00
parent 458c25d074
commit 3fc109ff8b
4 changed files with 70 additions and 11 deletions

View File

@@ -87,9 +87,5 @@ mp.events.add('disableLogin', () => {
});
function showCefError(error) {
loginBrowser.execute(`showError(\`` + error + `\`)`);
loginBrowser.execute(`showError('${error}')`);
}
//function isPlayerBanned() {
//}