Added Spawn Mozzie for free

This commit is contained in:
Zepheris 2020-02-19 16:41:02 -07:00
parent 75b81517f5
commit c150694e9c
2 changed files with 4 additions and 5 deletions

View File

@ -29,15 +29,14 @@ class spawn_Stuff
tooltip = "Spawn Bike";
};
/*
class spawn_mozzie
{
condition = "EPOCH_playerCrypto > 199";
condition = "true";
action = "execVM 'scripts\ud\spawn_mozzie.sqf';";
icon = "x\addons\a3_epoch_code\Data\UI\buttons\epoch_coralkey.paa";
tooltip = "Spawn Mozzie";
};
/*
class spawn_bicycle
{
condition = "true";

View File

@ -3,8 +3,8 @@ player playActionNow "Medic";
_spawnPos = player modelToWorld [0,2,0];
_spawnDir = (getDir player) -90;
UDMOZZIE = [player, _spawnPos, _spawnDir];
EPOCH_playerCrypto = EPOCH_playerCrypto - 200 ;
//EPOCH_playerCrypto = EPOCH_playerCrypto - 200 ;
sleep 3;
publicVariableServer "UDMOZZIE";
sleep 1;
['You bought a Mozzie for 200 crypto. Gone at restart!',0,0.7,2,0] spawn bis_fnc_dynamictext;
['You spawned a Mozzie. Gone at restart!',0,0.7,2,0] spawn bis_fnc_dynamictext;