Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
  • Need help?

    Create a topic in the appropriate section
    Don't write everything in the chat!
  • Take a look at the marketplace

    There you can buy
    everything related to game servers
  • Don't want a ban?

    Please read our rules
    Don't disturb the order!
  • Sell or buy?

    Use services of the guarantor
    We will make your deal safe
  • 0
Neentell

Нужна помощь скриптера

Здравствуйте! Чем можно заменить данное выражение? TDateTime dt видимо не поддерживается или библиотеки нет для даты и времени... Подскажите пожайлуста

 

if ( БЛАБЛА.GetCommand() == v_Command )

                {

                    TDateTime dt;  // При запуске локального сервера пишет на эту строчку: Broken expression (missing ';?)

                    TFormatSettings FormatSettings;

 

                    FormatSettings.DateSeparator = '-';

                    FormatSettings.TimeSeparator = ':';

                    FormatSettings.LongDateFormat = "YYYY-MM-DD";

                    FormatSettings.ShortDateFormat = "YYYY-MM-DD";

                    FormatSettings.ShortTimeFormat = "HH:MM:SS";

                    FormatSettings.LongTimeFormat = "HH:MM:SS";

 

                    if (TryStrToDateTime(БЛАБЛА.GetDateUse() + " " + БЛАБЛА.GetTimeUse(), dt, FormatSettings)) {

                        TDateTime delta = TDateTime.CurrentTime() - dt;

                        if (delta > БЛАБЛАБЛАБЛА.GetPauseTime()) {

                            continue;

                        }

                    }

                    БЛАБЛАБЛАБЛАБЛА.SendMessage( PlayerBase, " ");

                    return;

                }

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

У меня есть скрипт, он позволяет использовать определенную команду, так же есть конфиг из которого он смотрит список команд и кто их может использовать, так же в этом конфиге есть PauseTime, который я хочу доделать, но у меня не получается. После использования команды игроком создается конфиг, в котором описано название команды, дата и время использования. Так вот я хочу, чтобы эту команду не постоянно можно было использовать, а раз в 3 часа или любое другое время, которое я укажу в PauseTime, как такую проверку можно осуществить? Пробовал через TDateTime dt, но видимо компелятор богемии не поддерживает данное выражение.

Share this post


Link to post
Share on other sites



  • 0

Пожалуйста, Войдите или Зарегистрируйтесь, чтобы увидеть это: Вложение.

наказание вынесено, тема перенесена

Edited by 123new (see edit history)

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

×
×
  • Create New...

Important Information

By using this site, you automaticly agree to our Guidelines and Privacy Policy.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.