mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Rename selectPlayer and selectGroupMember functions
Fewer scripts.txt exceptions needed
This commit is contained in:
@@ -160,7 +160,7 @@ class DZ_GroupDialog {
|
||||
class controls {
|
||||
class Players: DZ_GroupListBox {
|
||||
idc = 1;
|
||||
onLBSelChanged = "call dayz_selectPlayer;";
|
||||
onLBSelChanged = "call dayz_pickPlayer;";
|
||||
x = .04;
|
||||
y = .21;
|
||||
w = .235;
|
||||
@@ -168,7 +168,7 @@ class DZ_GroupDialog {
|
||||
};
|
||||
class MyGroup: DZ_GroupListBox {
|
||||
idc = 2;
|
||||
onLBSelChanged = "call dayz_selectGroupMember;";
|
||||
onLBSelChanged = "call dayz_pickGroupMember;";
|
||||
x = .5;
|
||||
y = .21;
|
||||
w = .235;
|
||||
|
||||
Reference in New Issue
Block a user