+ removed ACR requirement from missions and removed Octavia_ACR from
vehicle spawn config.
This commit is contained in:
vbawol
2013-02-27 10:32:35 -06:00
parent 3c9df28ead
commit 1be1707895
12 changed files with 769 additions and 212 deletions

View File

@@ -14,7 +14,10 @@ serverTraders = [
"TK_CIV_Woman03_EP1",
"TK_CIV_Woman02_EP1",
"RU_Profiteer2",
"RU_Damsel4"
"RU_Damsel4",
"RU_Woodlander3",
"RU_Citizen4",
"RU_Pilot"
];
// Metals Traders
@@ -117,3 +120,22 @@ menu_RU_Damsel4 = [
],
"friendly"
];
// Wholsalers
menu_RU_Woodlander3 = [
[["Wholesale",998]],
[],
"neutral"
];
menu_RU_Citizen4 = [
[["Wholesale",9998]],
[],
"neutral"
];
// Air plane Dealers
menu_RU_Pilot = [
[["Wholesale",1002]],
[],
"neutral"
];