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
|
||||
_logistic = execVM "=BTC=_Logistic\=BTC=_logistic_Init.sqf";
|
||||
|
||||
//Loadouts
|
||||
[] execVM "custom\loadout.sqf";
|
||||
|
||||
|
||||
|
||||
//Status Bar
|
||||
[] execVM "custom\fn_statusBar.sqf";
|
||||
//Intro stuff
|
||||
@ -22,7 +18,7 @@ RESISTANCE setFriend [CIVILIAN, 0];
|
||||
//NAMETAGS
|
||||
[] execVM "custom\Nametags.sqf";
|
||||
|
||||
//Custom LOOT
|
||||
//Custom LOOT (arma2 style)
|
||||
if (isServer) then {
|
||||
fn_getBuildingstospawnLoot = compile preProcessFileLineNumbers "LSpawner\fn_LSgetBuildingstospawnLoot.sqf";
|
||||
LSdeleter = compile preProcessFileLineNumbers "LSpawner\LSdeleter.sqf";
|
||||
@ -32,10 +28,10 @@ if (isServer) then {
|
||||
//SEM Missions
|
||||
if(hasInterface)then{execVM "custom\semClient.sqf"};
|
||||
|
||||
//VEMF Missions
|
||||
if (isServer) then {
|
||||
[] ExecVM "\VEMF\init.sqf";
|
||||
};
|
||||
//VEMF Missions
|
||||
if (!isDedicated) then {
|
||||
"VEMFChatMsg" addPublicVariableEventHandler {
|
||||
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
|
||||
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,"",""];
|
||||
|
Loading…
Reference in New Issue
Block a user