Recent posts

#71
Support / Re: A host is unable to bring ...
Last post by Adrenaline - Jul 29, 2025, 08:02 PM
Quote from: 2b2ttianxiu on Jul 26, 2025, 03:50 PMWat do u mean?
I have literally put everything very clear in the description lol

In short, the server does not start and does not appear in the masterlist.
#72
Videos & Screenshots / HerKulano EXTERMINATED TLA and...
Last post by herqules - Jul 29, 2025, 05:18 AM
#73
Support / plugin error
Last post by Eva - Jul 28, 2025, 05:44 PM
Hi, i have a problem putting a server to a different computer.
when server works fine on 1 computer but when i copy it to another i get a plugin error.
Maybe its something simple what i miss but anyway heres a screenshot
#74
Script Showroom / Re: [Gamemode] Base Capture (U...
Last post by Adrenaline - Jul 26, 2025, 05:42 PM
You haven't stated what plugins it needs to work.
#75
General Discussion / VCMP send same packet 105 time...
Last post by habi2 - Jul 26, 2025, 05:14 PM
Today i discovered while working on something that vcmp server sends one packet 105 times.

It happened when you kick  a player.

It is because the packet was 'reliable' one and needs acknowledgement. Since this is kicking, they don't send acknowledgement. Since we don't receive acknowledgement, it sends again.

Three reliable packets (msg ids hex 0x6a, 0x36, 0x48) were seen going out.

Offtopic:
i replied on his thread and-


#76
Community Plugins / Re: Remote Exec - An alternati...
Last post by habi2 - Jul 26, 2025, 05:05 PM
yes, a client timer of 40-20 seconds would be ideal.
#77
Support / Re: A host is unable to bring ...
Last post by 2b2ttianxiu - Jul 26, 2025, 03:50 PM
Wat do u mean?
#78
Script and Content Requests / Re: is this a gui?
Last post by Adrenaline - Jul 26, 2025, 03:34 PM
Okay
#79
Community Plugins / Re: Remote Exec - An alternati...
Last post by PSL - Jul 26, 2025, 12:56 PM
PassDataToServer

I can use the this function to send this table, but using this function in script uninstallation events is invalid。

What I can think of now is to use a client timer to implement it
#80
Community Plugins / Re: Remote Exec - An alternati...
Last post by PSL - Jul 26, 2025, 12:52 PM
The player's client has a table that stores the state of the GUI. I hope that when the player quits, this table can be sent to the server and stored on the server, so that when the player logs in again, the table can be transmitted to restore the previous GUI state.