Jump to content

Egor_Varaksa

Members
  • Posts

    31
  • Joined

  • Last visited

  • Days Won

    1

Egor_Varaksa last won the day on August 13 2023

Egor_Varaksa had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Egor_Varaksa's Achievements

Rat

Rat (9/54)

2

Reputation

  1. I use this guiSetProperty function(edit, "ValidationString", "^[A-Za-z_0-9]+$") but there is a problem when I want to delete the entire string, I can't delete the first character entered in the string.
  2. Hello, I use this so that only the Latin alphabet and numbers can be entered in the input field. What should I do to be able to enter the underscore character "_"? addEventHandler("onClientGUIChanged", edit, function(element) guiSetText ( edit, string.gsub (guiGetText(edit), "%W", "")) end)
  3. I don't understand how to round off certain elements with this. Can you explain?
  4. Egor_Varaksa

    DGS

    How can I round off dgsCreateButton and dgsCreateEdit?
  5. I don't have the code. I want to make it so that when a player logs into an account, the date and time of his login are recorded in the database (internal.db). I want the date to be recorded a certain number of times and then start being overwritten. Let's say a player logged in on 01.03.2022, then he logged in on 02.03.2022, then 03.03.2022, and when he logs in on 04.03.2022, the date 01.03.2022 is deleted
  6. How to make 3 lines written to the database, and then they started to be overwritten Example: 06.03.2022\n 05.03.2022\n 04.03.2022 And then the bottom line was deleted and the previous one was written in its place Example: 07.03.2022\n 06.03.2022\n 05.03.2022
  7. Do I need to create a table with forbidden characters? If so, it will take a long time. Is it possible, on the contrary, to create a table with only allowed characters?
  8. How can I make it so that only English letters and numbers can be entered in the guiCreateEdit field?
  9. If I want the time to always be updated down to the second, I need to call the triggerServerevent event every second? Will there be a load on the server?
  10. How can I get real time on the client side from the server side?
  11. Thanks. How do I make it show a maximum of 23 hours and 59 minutes? https://imgur.com/a/ARAK9Fh
  12. Egor_Varaksa

    Timer

    Hello, how can I make it so that when I enter the command /timer 3600, the timer is displayed for the players, and the time 1 hour 00 minutes 00 seconds is displayed on it, and then 59 minutes 59 seconds and so on. In short, I only need the remaining time to be displayed.
×
×
  • Create New...