antiblock
https://i.imgur.com/aJ17bf7.gif
  • 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  
.HaveGone

[Sistema] Dia & Noite Automatico!

15 posts in this topic

Olá Cyber-Gamers,

Venho-vos apresentar um sistema feito em quest!

Este sistema fará com que anoiteça e e amanheça automaticamente.

Código:

state start begin    function funktion()    local text = {    -------Gunduz Yazisi---    {"Gunduz Modu Aktif"},    {"Iyı Gunler , Quality2!"},    -------Gece Yazisi---    {"Gece Modu Aktif"},    {"Iyı Geceler , Quality2!"},    }    local safa1 = number(1, 2)    local safa1e = number(3, 4)       local gunduzyazi = text[safa1][1]    local geceyazi = text[safa1e][1]    local saat = os.date ("%H")    if saat >= "19" and game.get_event_flag("eclipse") == 0 then    notice_all(""..geceyazi.."")    game.set_event_flag("eclipse", 1 )    elseif saat >= "07" and game.get_event_flag("eclipse") == 1 then    notice_all(""..gunduzyazi.."")    game.set_event_flag("eclipse", 0 )    end    end    when login or levelup or logout begin    daymode.funktion()    endendend
Download: https://mega.co.nz/#!6BlDXThL!S1jNpUJiWnfh3Lh8mK8oSwNriqosXYCWuSBnZuYnRZo

VirusTotal: https://www.virustotal.com/pt/file/7cb06a11f136524eb7b8254a61c73912249ab9e69d095ec3c7d53f3d05acf594/analysis/1365853459/

Créditos:

[*]ChevChelios

Cumprimentos,

Luis Bizarro

Share this post


Link to post
Share on other sites
antiblock
Elveron

como isso funciona? sempre que está de dia na vida real no server fica de dia? e quando esta noite na vida real no sv tambem fica noite?

Share this post


Link to post
Share on other sites

como isso funciona? sempre que está de dia na vida real no server fica de dia? e quando esta noite na vida real no sv tambem fica noite?

local saat = os.dat ("%H")
Como podes ver, Pela data do Dedicado.

Ou seja, se onde o dedicado tiver, Forem 19Horas, Ele ajusta o tempo consoante as 19 Horas :)

Share this post


Link to post
Share on other sites

se tiver o sv em casa ajusta as horas do pc certo'?

Share this post


Link to post
Share on other sites

se tiver o sv em casa ajusta as horas do pc certo'?

Sim

Share this post


Link to post
Share on other sites

Bem eu tentei instalar essa quest e aparece isto:QUEST : dianoiteSTATE : startFUNCTION funktion()when : login orwhen : levelup orwhen : logout orCalls undeclared function! :daymode.funktionos.dateabort (core dumped)alguem me ajuda?

Share this post


Link to post
Share on other sites
Guest Origin.

Bem eu tentei instalar essa quest e aparece isto:

QUEST : dianoite

STATE : start

FUNCTION funktion()

when : login or

when : levelup or

when : logout or

Calls undeclared function! :

daymode.funktion

os.date

abort (core dumped)

alguem me ajuda?

se não estou em erro tens de adicionar a função "daymode.funktion" a "quest_functions" no ftp

Share this post


Link to post
Share on other sites

Desculpem duble post nao consegui editar o outro, mas ja consegui colocar a quest, atualizei todas as quest_funcion, e consegui, agora só tenho um problema, nao fica de noite, quando é 00:00 aqui no meu pc :/ que se passa?

Share this post


Link to post
Share on other sites

Está muito bom!

Share this post


Link to post
Share on other sites

vo testa essa quest estava a procura ;) 

Tks ai o guerreiro *-*

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