mirror of
https://github.com/Fallingsheep1985/Arma3Epoch.git
synced 2024-08-30 16:42:12 +00:00
cleanup
This commit is contained in:
parent
1261ab526f
commit
f131615d58
@ -1,12 +1,8 @@
|
|||||||
|
|
||||||
//BTC Lift,cargo and fast rope
|
//BTC Lift,cargo and fast rope
|
||||||
_logistic = execVM "=BTC=_Logistic\=BTC=_logistic_Init.sqf";
|
_logistic = execVM "=BTC=_Logistic\=BTC=_logistic_Init.sqf";
|
||||||
|
|
||||||
//Loadouts
|
//Loadouts
|
||||||
[] execVM "custom\loadout.sqf";
|
[] execVM "custom\loadout.sqf";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//Status Bar
|
//Status Bar
|
||||||
[] execVM "custom\fn_statusBar.sqf";
|
[] execVM "custom\fn_statusBar.sqf";
|
||||||
//Intro stuff
|
//Intro stuff
|
||||||
@ -22,7 +18,7 @@ RESISTANCE setFriend [CIVILIAN, 0];
|
|||||||
//NAMETAGS
|
//NAMETAGS
|
||||||
[] execVM "custom\Nametags.sqf";
|
[] execVM "custom\Nametags.sqf";
|
||||||
|
|
||||||
//Custom LOOT
|
//Custom LOOT (arma2 style)
|
||||||
if (isServer) then {
|
if (isServer) then {
|
||||||
fn_getBuildingstospawnLoot = compile preProcessFileLineNumbers "LSpawner\fn_LSgetBuildingstospawnLoot.sqf";
|
fn_getBuildingstospawnLoot = compile preProcessFileLineNumbers "LSpawner\fn_LSgetBuildingstospawnLoot.sqf";
|
||||||
LSdeleter = compile preProcessFileLineNumbers "LSpawner\LSdeleter.sqf";
|
LSdeleter = compile preProcessFileLineNumbers "LSpawner\LSdeleter.sqf";
|
||||||
@ -32,10 +28,10 @@ if (isServer) then {
|
|||||||
//SEM Missions
|
//SEM Missions
|
||||||
if(hasInterface)then{execVM "custom\semClient.sqf"};
|
if(hasInterface)then{execVM "custom\semClient.sqf"};
|
||||||
|
|
||||||
|
//VEMF Missions
|
||||||
if (isServer) then {
|
if (isServer) then {
|
||||||
[] ExecVM "\VEMF\init.sqf";
|
[] ExecVM "\VEMF\init.sqf";
|
||||||
};
|
};
|
||||||
//VEMF Missions
|
|
||||||
if (!isDedicated) then {
|
if (!isDedicated) then {
|
||||||
"VEMFChatMsg" addPublicVariableEventHandler {
|
"VEMFChatMsg" addPublicVariableEventHandler {
|
||||||
systemChat ((_this select 1) select 0);
|
systemChat ((_this select 1) select 0);
|
||||||
@ -50,9 +46,6 @@ if (!isDedicated) then {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
//Created by - Fallingsheep
|
|
||||||
//Special thanks - infistar for vehicle spawn code
|
|
||||||
|
|
||||||
//BUILD BIKE
|
//BUILD BIKE
|
||||||
if (("ItemScraps" in magazines player)&&("VehicleRepair" in magazines player)) then{
|
if (("ItemScraps" in magazines player)&&("VehicleRepair" in magazines player)) then{
|
||||||
act = player addaction [("<t color=""#0074E8"">" + ("Build Bike") +"</t>"),"deploy\deploybike.sqf","",5,false,true,"",""];
|
act = player addaction [("<t color=""#0074E8"">" + ("Build Bike") +"</t>"),"deploy\deploybike.sqf","",5,false,true,"",""];
|
||||||
|
Loading…
Reference in New Issue
Block a user