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
However I suggest you use setCruiseControl instead:
https://community.bistudio.com/wiki/setCruiseControl
I am interested in your unflip.
Need help to add mp to server
Please accept the addition of a friend!
You have to create a text file in the root of your mission called : onPlayerRespawn.sqf
and past this inside :
if ( hasInterface ) then
{
waitUntil { !isNull player };
// Spawn the Vehicle Unflip Script Loop.
[] spawn KSLOOP_fnc_unflipVehicleAddAction;
};
and it work like a charm :)
It has to be spawned again on player respawn.