Combine player_fillWater and player_drinkWater to one function

This commit is contained in:
ebaydayz
2017-01-16 16:35:15 -05:00
parent 95b5447f7d
commit 198ef269d4
8 changed files with 98 additions and 120 deletions

View File

@@ -292,8 +292,8 @@ class CfgWeapons
{
class Drink
{
text = "Drink";
script = "spawn player_drinkWater;";
text = $STR_ACTIONS_DRINK2;
script = ";[_id] spawn player_fillWater;";
};
};
};
@@ -310,8 +310,8 @@ class CfgWeapons
{
class Drink
{
text = "Drink";
script = "spawn player_drinkWater;";
text = $STR_ACTIONS_DRINK2;
script = ";[_id] spawn player_fillWater;";
};
};
};*/