Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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.