17 lines
351 B
Lua
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
|