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
Sounds like you have a wrong parameter, either missing or too many, double check. Also make sure you have the script files under you mission folder. If the demo mission works should work for any other mission.
Yes. I would use the trigger to tweak a public variable like i did in my rock slide script.
in init. you could have
your_variable=false;
publicvariable "your_variable";
waituntil {your_variable};
ciao, potreste aiutarmi a far partire in MP il convoglio? ossia: ( p1 = [patrol_car_1,-1,7,["B_MRAP_01_hmg_F","B_MRAP_01_hmg_F","B_MRAP_01_hmg_F"],WEST] execvm "AL_vehicle_patrol\al_patrol_veh_simple.sqf")
This way your script will be executed when you make your_variable=true;
publicvariable "your_variable"; via trigger
I have waited so long to find a script with respawned convoys.
Indeed it would be great if a next update would contain some speed control so that the convoy keeps together and does not fall apart because of the different speed of the cars.
Thanks man! Good idea, i will consider it for the next update.