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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
addhook("serveraction","lg")
function lg(id,p)
if p==1 then
menu(id,"L.G Server,Borrar Puntaje,Tiempo Restante,Siguiente mapa,Tiempo,Fecha,Author : DarkFire")
end
end
addhook("menu","public2")
function public2(id,baslik,buton)
if baslik=="L.G Server" then
if buton==1 then
parse("setscore "..id.. " 0")
parse("setdeaths "..id.. " 0")
msg2(id,"©000255000Tu puntaje ha sido borrado!")
elseif buton==3 then
local tleft = game("mp_timelimit")
msg2(id,"©000255000Tiempo restante: "..tleft.." ")
elseif buton==4 then
local nmap = game("nextmap")
msg2(id,"©000255000El mapa siguiente sera: "..nmap.." ")
elseif buton==6 then
msg2(id,os.date("Hora: %I:%M %p"))
elseif buton==7 then
msg2(id,os.date("Fecha: %A, %d %b %Y"))
elseif buton==8 then
msg2(id,"©000255000L.G Server >> -Owner- DarkFire ")
end
end
end
addhook("say","rules")
function rules(id,txt)
if (txt=="!reglas") then
menu(id,"Server Rules:@b,Dont use hack,Dont use bad words,Dont make flood/spam,add rule,add rule")
return 1
end
end
if sample==nil then sample={} end
sample.ads={}
addhook("minute","sample.ads.minute")
function sample.ads.minute()
msg("Bienvenido , disfruta tu estadia :D")
msg("chatea !reglas para ver las reglas del sv")
end