-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.lua
32 lines (26 loc) · 1.4 KB
/
config.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
-------------------------------------------------------------
-- Designed and scripted by --
-- :::::::: --
-- :+: --
-- +:+ +:+:+:+ +: :+ +:+:+:+ +: +:+:+: +:+:+:+ --
-- +#+ +# +# +# #+ +# +# +# +# #+ --
-- +#+ +# +# +# #+ +# +#+ +# +# +# #+ --
-- #+# #+# #+ #+ #+ +# #+ +# #+ #+ #+ +# --
-- ######## ####### ####### ####### ## ## ####### --
-------------------------------------------------------------
Config = {}
Config.AppId = nil -- ID de la App
Config.AppImage = '' -- Nombre imagen grande
Config.AppText = '' -- Texto imagen grande
Config.lAppImage = '' -- Nombre imagen pequeña
Config.lAppText = '' -- Texto imagen pequeña
Config.pMax = 32 -- Jugadores máximos en el servidor
Config.cActive = true -- Habilita mensaje custom (<Steam> - ID: <ID>)
Config.lActive = true -- Habilita la imagen pequeña
Config.sActive = true -- Habilita nombre perfil Steam
Config.iActive = true -- Habilita la ID del servidor
Config.Reload = 60 -- Tiempo en segundos que tarda en actualizarse
Config.b1Name = '' -- Nombre botón 1
Config.b1Url = '' -- URL botón 1
Config.b2Name = '' -- Nombre botón 2
Config.b2Url = '' -- URL botón 2