Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The request_vehicle.sqf is one of to files you have to edit to add a vehicle. If you want to add a vehicle for the request menu of FOB's, you of course have to edit the request_vehicle_fob.sqf aswell. But theres also the request.sqf and the request_fob.sqf you should pay attention to.
If you just replaced an existing vehicle - let's pretend thats what you did - you must then edit the request.sqf, scroll down to the vehicle section, look for the entry you've edited in the request_vehicle.sqf - easily found by looking for the case number -, and probably then replace the vehicles name and cost - if edited - so you can better find it in game.
If you wan't to add a complete new vehicle - let's pretend thats what you want to do - you of course have to create new entrys in the request_vehicle.sqf and the request.sqf.
The example you provided above should work, if you have copied existing examples correctly without missing something. But of course you then have to edit the request.sqf, and also make a new entry for this new vehicle, so it can show up in the ingame menu. Same procedure: Copy existing examples, and pay attention to the case numbers - it's easy to break something if they aren't absolute correct. And do not forget to pay attention to the "//" which are used to separate factions. If you forget to use them to separate your new entry, the code won't work completely.
Hope this helps - if you still need it.
Regards.