-
Posts
21 -
Joined
-
Last visited
Everything posted by Erfanice
-
I did it before, but it didn't change
-
Hello to all, I have a very basic problem in the field of Mta Server Console (MtaServer.exe) When the players on my server reach a large number, Server FPS sync logic reach the numbers 2..1 and the console crashes. After asking people a bit, I realized that there is probably a heavy resource that causes this to happen, And I found that heavy resource But I have optimized all the resources of my server as much as possible. With this Resource, is there a way to prevent the Console from closing suddenly? Does it depend on the host server operating system? (My OS is: Windows Server 2019), Because I have seen many servers that have very, very heavy resources and their operating system is Linux and they do not have this problem. Even my server resources (CPU, Memory) do not reach 100%!
-
Hello The top bar of the console https://i.postimg.cc/rp01tS0W/cns.png Resource(FPS) https://i.postimg.cc/2jb5R0pn/Screenshot-247.png what is it for? After turning on the server, resource (FPS) will reach 1 after a few minutes and the console will be closed where is the problem from?
-
Hello to all Our server is newly built and this "Dead connection detected for PlayerName" error has been spammed by various players. It is sent to the console and the server is delayed. where is the problem from..?
-
Hello It is not working now https://mtasa-api.com/server/?ip=SERVER_IP&asePort=SERVER_ASE_PORT.
-
I entered some text in guiCreateMemo, Texts: (written by myself) https://pasteboard.co/Ah3jDscxeV9y.png But only when the texts enter guiCreateMemo, only the text "Hello" is displayed, I want all these texts to be displayed in the following order.
-
Hello, I put some information in ServerSide and sent it to ClientSide This information contains 2 numbers, and the second information is on SetTimer. And I put these two data in guiCreateMemo using guiSetText But when the first information (does not have SetTimer) enters guiCreateMemo, the second information (has SetTimer) deletes the previous information and replaces the second information (does not have SetTimer) instead of being placed under the previous information in guiCreateMemo. I want the first information to be displayed along with the second information below.
-
Hello, when I connect to the servers, I encounter this error? Solution? Disconnected: You were kicked by (AC #4 Remove .asi / SpecialK / GTA mods)
-
I created some texts with 'guiCreateText' and assigned them an ID (1 .. 2 ..) Based on these numbers from (1) to .. I want to automatically give the text 'Position' in order ... Image: https://pasteboard.co/EysX0tBLHGs6.png I really can not explain more than this, I hope you understand ..
-
@The_GTA Excuse me, I do not speak English well enough. For example: I want the database to show me a list of players who have created an AccountID account assigned by server 1 .. 2 .. 3 .. 4 .... (Note that I also mentioned above that I want to display the number (1) to (...) respectively. As I mentioned in the example above, these are taken from the Serverside (TriggerClientSide). The word "ClientPanel" is confusing, I mean the Client.
-
Hi, I want to write a script like this, but I have a problem: I want to write something that in the Clientside panel automatically specifies the text based on the number in order from number (1 to ..). (The less, the sooner the text is written) I hope you understand what I mean.
-
Hi, I'm using XML to create a LOG https://wiki.multitheftauto.com/wiki/XmlFindChild But the main problem here is just (1) XML Pictures: XML: https://pasteboard.co/YU2m4gpnuWqT.png But I get something output OutputChatBox: https://pasteboard.co/zHgbIs18AHiZ.png I want to show all XML data, not just 1 data I hope you understand what I mean
-
Hello .. No, you didn't understand what I meant .. When a player fires at a car with a gun, the player gets in the car (( Car Controller ))
-
Hello Guys I want him to get in the car when the player shoots. Help me, thank you