Fixed #9, fixed dead opening f6 menu, fixed restarting script, fixed exploit taking more than you can carry

This commit is contained in:
ElPumpo
2018-04-30 23:41:27 +02:00
parent a336783cfc
commit 555f1c8fac
10 changed files with 191 additions and 289 deletions
+1
View File
@@ -27,4 +27,5 @@ Locales['br'] = {
['must_in_vehicle'] = 'Você deve estar em um veículo para começar a missão',
['have_earned'] = 'Você ganhou ~g~$',
['comp_earned'] = 'Sua empresa ganhou ~g~$',
['player_cannot_hold'] = 'you do ~r~not~w~ have enough ~y~free space~w~ in your inventory!',
}
+1
View File
@@ -27,4 +27,5 @@ Locales['de'] = {
['must_in_vehicle'] = 'Du musst in einem Fahrzeug sein um die Mission starten zu können',
['have_earned'] = 'verdient ~g~$',
['comp_earned'] = 'Die Firma verdient ~g~$',
['player_cannot_hold'] = 'you do ~r~not~w~ have enough ~y~free space~w~ in your inventory!',
}
+1
View File
@@ -37,4 +37,5 @@ Locales['en'] = {
['taxi_client'] = 'taxi Client',
['have_withdrawn'] = 'you have withdrawn x',
['added'] = 'you added x',
['player_cannot_hold'] = 'you do ~r~not~w~ have enough ~y~free space~w~ in your inventory!',
}
+1
View File
@@ -37,4 +37,5 @@ Locales['fr'] = {
['taxi_client'] = 'client Taxi',
['have_withdrawn'] = 'Vous avez retiré x',
['added'] = 'Vous avez ajouté x',
['player_cannot_hold'] = 'you do ~r~not~w~ have enough ~y~free space~w~ in your inventory!',
}