Added Spawn Mozzie for free
This commit is contained in:
parent
75b81517f5
commit
c150694e9c
@ -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";
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user