ติดตั้ง Steam
เข้าสู่ระบบ
|
ภาษา
简体中文 (จีนตัวย่อ)
繁體中文 (จีนตัวเต็ม)
日本語 (ญี่ปุ่น)
한국어 (เกาหลี)
български (บัลแกเรีย)
Čeština (เช็ก)
Dansk (เดนมาร์ก)
Deutsch (เยอรมัน)
English (อังกฤษ)
Español - España (สเปน)
Español - Latinoamérica (สเปน - ลาตินอเมริกา)
Ελληνικά (กรีก)
Français (ฝรั่งเศส)
Italiano (อิตาลี)
Bahasa Indonesia (อินโดนีเซีย)
Magyar (ฮังการี)
Nederlands (ดัตช์)
Norsk (นอร์เวย์)
Polski (โปแลนด์)
Português (โปรตุเกส - โปรตุเกส)
Português - Brasil (โปรตุเกส - บราซิล)
Română (โรมาเนีย)
Русский (รัสเซีย)
Suomi (ฟินแลนด์)
Svenska (สวีเดน)
Türkçe (ตุรกี)
Tiếng Việt (เวียดนาม)
Українська (ยูเครน)
รายงานปัญหาเกี่ยวกับการแปลภาษา
Far as i can tell the error you get is not script related.
Check these out to see how to implement my script, or just do what i did in my demo mission:
https://www.youtube.com/playlist?list=PLod_PhpAOFQjeeWATteU73zqL69ShN5Df
thanks for this beautiful script.
I was able to test the mission and it looks very good.
But, when I open the mission in the editor to put the script on my Tanoa mission, I get the following error message:
...\Mission.sqm, line 0:'. Its':'w' encountered instead of ́= ́
What do I have to do to pack your Vulcano script into my Tanoa mission?
Thanks in advance.
Benni
Alternatively, i could just SAY the volcano is lethal :P
Far as i remember the script "cleans" the surrounding area. You could either decrease the radius of that area or remove it. I don't remember how is set up but look for the lines where i gather nearest objects or something and comment those lines.
I don't remember, didn't i set up a variable to make the volcano non-lethal?
But i'm running into 2 issues.
1) I want players to retrieve a vehicle near the research station. But as soon as the volcano script runs, the vehicle explodes.. even if i give the vehicle 'allowDamage false;
2) You're volcano is so stronk.... it kills even the Zeus player
In principle yes, tho i don't remember how i set it up, i think there is a public variable you can use to stop the script, i don't remember if you can use it to restart it, but you could try to run the script again i suppose.
Either you set up a variable as false and the via trigger you make it true and public and have an waituntil {yourvariable}; before the exec of the volcano, or you can have a sleep with a random or fixed value before running volcano script