antiblock
https://arwen2.global/
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
Sign in to follow this  
UnWork

Quest shutdown

8 posts in this topic

quest shutdown begin

state start begin

when 20094.chat."Apagado del Servidor" with pc . is_gm ( ) == true begin

say_title ( "By DjZed" )

say_title ( "Shutdown:" )

say ( "Desea apagar el servidor?" )

local siono = select ( "Si","No" )

if siono == 2 then

return

elseif siono == 1 then

say_title ( "Shutdown:" )

say ( "Proceso de Apagado en marcha" )

local ciao = tostring(input())

timer ( "shutdown" , 900 )

notice_all ( "Se apagara el server en 30 minutos!" )

notice_all ( "Les recomendamos que salgan.." )

notice_all ( "Cualquier perdida no es responsabilidad nuestra." )

end

end

when shutdown.timer begin

notice_all ( "Apagado en 15 minutos!" )

notice_all ( "Les recomendamos que salgan.." )

notice_all ( "Cualquier perdida no es responsabilidad nuestra." )

timer ( "shutdown2" ,899 )

end

when shutdown2.timer begin

notice_all ( "Apagado en 1 minuto!" )

notice_all ( "Les recomendamos que salgan.." )

notice_all ( "Cualquier perdida no es responsabilidad nuestra." )

timer ( "shutdown3" , 20 )

end

when shutdown3.timer begin

notice_all ( "Apagado en 40 segundos!" )

notice_all ( "Les recomendamos que salgan.." )

notice_all ( "Cualquier perdida no es responsabilidad nuestra." )

timer ( "shutdown4", 31 )

end

when shutdown4.timer begin

notice_all ( "Reboot!" )

game . set_event_flag ( "test" , 1 )

timer ( "shutdown5" , 1 )

end

when shutdown5.timer begin

command ( "shutdown" )

game . set_event_flag ( "test" , 0 )

end

end

end

Créditos Inforge

Share this post


Link to post
Share on other sites
antiblock
diamwall

+1 vai ser muito util para mim obrigado

Cumprimentos

Share this post


Link to post
Share on other sites

=d MUITO BOA MESMO

Share this post


Link to post
Share on other sites

meto isso onde?

Share this post


Link to post
Share on other sites

o que e o shutdown

Shutdown é tipo , mandares o servidor abaixo , para o pessoal sair todo do server , e depois dares reboot .

Share this post


Link to post
Share on other sites

hmm Boa quest mesmo Obrigado.Cumprimentos Beka.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this