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
TeleportCode = compile preprocessfilelinenumbers "scripts\seamless_teleport.sqf";
[Entity1, ...] call TeleportCode;
[Entity2, ...] call TeleportCode;
etc...
Also, this works on soldiers. For vehicles it doesn't work so well, but I guess it's because of velocity. If I did setVelocity on vehicles, maybe it would work alright. I thought about upgrading this script, but since I thought nobody would use it, I decided not to. It was enough for my own needs. But if you want to use it, just ask for it. I could take a look at it again. Only, it might not be soon. It might be in a week or two.