iw6-lui/lui/common_menus/friendslistutils.dec.lua
2024-09-12 17:25:45 +02:00

17 lines
351 B
Lua

if Friends then
Friends.Constants = {
scrollbarWidth = 14,
FriendButtonHeight = 90,
reportOffensiveLobbyPlayer = 4,
reportExploitingLobbyPlayer = 5,
reportCheatingLobbyPlayer = 6,
reportBoostingLobbyPlayer = 7
}
Friends.FacebookAllowedFlags = {
Active = 1,
FriendsActive = 2,
UploadPhotoActive = 4,
UploadVideoActive = 8
}
end