mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 13:26:39 +03:00
19
SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_pumpa.hpp
Normal file
19
SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_pumpa.hpp
Normal file
@@ -0,0 +1,19 @@
|
||||
class Land_pumpa: House
|
||||
{
|
||||
class UserActions
|
||||
{
|
||||
class Drink
|
||||
{
|
||||
displayName = $STR_ACTIONS_DRINK2;
|
||||
displayNameDefault = $STR_ACTIONS_DRINK2;
|
||||
priority = 3;
|
||||
radius = 3;
|
||||
position = "";
|
||||
showWindow = 1;
|
||||
onlyForPlayer = 1;
|
||||
shortcut = "";
|
||||
condition = "(['Drink',this] call userActionConditions)";
|
||||
statement = "'hands' spawn player_drinkWater;";
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user