mirror of
https://github.com/Fallingsheep1985/Arma3Epoch.git
synced 2024-08-30 16:42:12 +00:00
fixes
This commit is contained in:
parent
17e6583eee
commit
12859945de
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
//Script created by Bakler2
|
//Script created by Bakler2
|
||||||
|
//edited by falling sheep to makechopper
|
||||||
|
|
||||||
if ("ItemScraps" in magazines player) then{
|
if ("ItemScraps" in magazines player) then{
|
||||||
if ("ToolKit" in magazines player) then{
|
if ("ToolKit" in magazines player) then{
|
||||||
@ -21,10 +22,10 @@
|
|||||||
player playActionNow "Medic";
|
player playActionNow "Medic";
|
||||||
|
|
||||||
sleep 3;
|
sleep 3;
|
||||||
cutText [format["You built a Bike."], "PLAIN DOWN"];
|
cutText [format["You built a EBike."], "PLAIN DOWN"];
|
||||||
} else {
|
} else {
|
||||||
SystemChat "You need a Toolkit to build a bike Bike.";
|
SystemChat "You need a Toolkit to build a EBike.";
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
SystemChat "You need one Scrap to build a Bike.";
|
SystemChat "You need Scrap to build a EBike.";
|
||||||
};
|
};
|
@ -15,6 +15,7 @@ if (!isServer) then {
|
|||||||
player addWeapon "NVG_EPOCH";
|
player addWeapon "NVG_EPOCH";
|
||||||
player addWeapon "EpochRadio0";
|
player addWeapon "EpochRadio0";
|
||||||
player addWeapon "ItemMap";
|
player addWeapon "ItemMap";
|
||||||
|
player addWeapon "Toolkit";
|
||||||
player addWeapon "optic_tws_mg";
|
player addWeapon "optic_tws_mg";
|
||||||
player addWeapon "muzzle_snds_B";
|
player addWeapon "muzzle_snds_B";
|
||||||
player addWeapon "ItemGPS";
|
player addWeapon "ItemGPS";
|
||||||
@ -55,7 +56,7 @@ if (!isServer) then {
|
|||||||
player addItemToBackpack "MeleeSledge";
|
player addItemToBackpack "MeleeSledge";
|
||||||
player addItemToBackpack "Hatchet";
|
player addItemToBackpack "Hatchet";
|
||||||
player forceAddUniform "U_O_GhillieSuit";
|
player forceAddUniform "U_O_GhillieSuit";
|
||||||
EPOCH_playerCrypto = 30000;
|
EPOCH_playerCrypto = 3000;
|
||||||
} else {
|
} else {
|
||||||
player addWeapon "EpochRadio0";
|
player addWeapon "EpochRadio0";
|
||||||
player addWeapon "ItemMap";
|
player addWeapon "ItemMap";
|
||||||
|
Loading…
Reference in New Issue
Block a user