2015-12-07 16:24:52 +00:00
|
|
|
/*
|
|
|
|
Author: Aaron Clark - EpochMod.com
|
|
|
|
|
|
|
|
Contributors:
|
|
|
|
|
|
|
|
Description:
|
|
|
|
Epoch request teleport
|
|
|
|
|
|
|
|
Licence:
|
|
|
|
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
|
|
|
|
|
|
|
|
Github:
|
2016-06-13 16:54:19 +00:00
|
|
|
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/compile/EPOCH_EnterBuilding.sqf
|
2015-12-07 16:24:52 +00:00
|
|
|
*/
|
2015-09-14 20:55:36 +00:00
|
|
|
if !(isNull _this) then{
|
2019-08-30 21:08:52 +00:00
|
|
|
if (!isnil "HALV_senddeftele") exitwith {
|
|
|
|
if (isnull (finddisplay 7777)) then {
|
|
|
|
[] execVM "addons\halv_spawn\opendialog.sqf";
|
|
|
|
};
|
|
|
|
};
|
2015-12-23 17:38:11 +00:00
|
|
|
[player,_this,Epoch_personalToken] remoteExec ["EPOCH_server_teleportPlayer",2];
|
2015-12-07 16:24:52 +00:00
|
|
|
};
|