The Resurgence

Recent Posts

1
Host Requests / Discord Host Request - Vicky's Viceverse
« Last post by Vicky on March 20, 2025, 04:25:17 AM »
Personal Details
Full Name:  Vicky
Username for the panel:  vickynotfound
E-mail address: vickyvcmp69@gmail.com
 

Discord Details
Server Name: Vicky's Viceverse
Gamemode Explanation: (secret for now)
More Information: -
2
Host Requests / Re: Discord Host Request: discord server
« Last post by UmaR on March 17, 2025, 05:03:11 PM »
Details shared in discord DM.

Port allocated 7002
3
Host Requests / Discord Host Request: discord server
« Last post by H.a.S.a.N on March 17, 2025, 04:44:42 PM »
Full Name:hasan
E-mail address: hasan0arabic@gmail.com
 
Server Name: discord server
Gamemode Explanation:
More Information: for discord bot (, echo, )
4
Support / Setup your Discord Bot
« Last post by UmaR on March 15, 2025, 05:19:27 PM »
Note: Make sure that your bot is created and added to the relevant discord server. You can go through online how to do that. Here, you will find only how you can connect to the bot from the VCMP server and perform relevant actions.

You will need to include the 3 files given below as attachments.

Connecting to the discord Bot

Use the below to connect to the discord bot
Code: [Select]
Discord.Connect(IP, Port, Password);Example is:
Code: [Select]
Discord.Connect(“213.239.220.17”, 7001, “testpassword”);



Sending Message to the discord server

To send messages to the discord, use
Code: [Select]
Discord.SendMessage(“channel-id”, “message”);



Sending Embeds to the discord server

Embed is customizable. It can have a lot of things
Code: [Select]
local embed = EmbedBuilder()
            .setTitle("Success")
            .setDescription("Connected to the server.")
            .setColor("#00CC00")
            .addField("Field1", "Value1", true)
            .addField("Field2", "Value2", false)
            .setFooter("Footer text");

Discord.SendEmbed("channel-id", embed);



Receiving Messages from the discord server
There is a function in CDiscord.nut named onMessageReceive. It has one parameter named msg. It is triggered as soon as a message arrives from discord. The msg is an object and it can have the following syntax:

Code: [Select]
{
      id: "Message ID",
      user: {
        id: "ID of the User",
        isBot: "A boolean value if the message is of a bot",
        username: "The username of the author",
        globalName: "A nickname if the user has one",
        roles: [
          {
            id: "Role ID",
            name: "Role name",
            color: "Role color",
          }
        ],
      },
      content: "The message sent by the user",
      channelId: "The channel where the message is sent",
      time: "Time of the message",
    }

So if you basically want to just send the received discord message to the server, you need to do:

Code: [Select]
    function onMessageReceive(msg)
    {
Message(msg.user.globalName + ": " + msg.content);
    }
   
5
News and Information / Discord Hosting - Information and Rules
« Last post by UmaR on March 15, 2025, 04:53:44 PM »
The Resurgence Discord Hosting

Note: This is experimental and can have bugs.

Many people in VCMP face discord plugin issues. So, The Resurgence has launched its discord hosting for VCMP. Now you dont need any discord plugins. Just a basic Socket plugin to handle discord for your server.

1. Features
  • Multi channel support.
  • Sending messages to channels in a discord server
  • Receving messages with complete information from different channels.
  • Sending customizable embed to the discord server.

2. General Rules
  • Dont be a jerk when hosting discord bot.
  • The discord bot should not be used for inappropriate things.
  • You are not allowed to abuse the panel in anyway.
  • You are not allowed to get host on behalf of your friend. He needs to apply himself.
  • Servers are given on basis of request only. Multiple servers can be allocated if your request seems reasonable.
  • Ports are allocated to a server by default. Specific ports will be given to selective people only.
  • Your bot can be removed anytime without any prior warning if you are found breaking general rules.

3. Criteria
  • Requests can be rejected without any reason.
  • You account will be your responsibility.
  • Mention your ingame nick that is known in VCMP.


4. Future
If I see a good popularity of it, I will add discord slash commands and interactions so you can obtain one of the best discord bots.

To apply, click the link below:
https://rtclan.vcmp.net/index.php?topic=291.0
6
Host Requests / Discord Host Application - Format
« Last post by UmaR on March 15, 2025, 04:53:31 PM »
Please follow the below format before applying. If you do not follow the below format, your request will be instantly denied.

Make sure the title is:
Code: [Select]
Discord Host Request - Server Name
The body is:
Code: [Select]
[size=14pt][b]Personal Details[/b][/size]
[b]Full Name:[/b]
[b]Username for the panel:[/b]
[b]E-mail address: [/b]
 

[size=14pt][b]Discord Details[/b][/size]
[b]Server Name: [/b]
[b]Gamemode Explanation:[/b]
[b]More Information:[/b]

By applying for a server, you agree to the rules.
https://rtclan.vcmp.net/index.php?topic= 353.0
7
Host Requests / Re: [XTB] - Explode the Base (Request)
« Last post by UmaR on March 10, 2025, 12:46:05 PM »
Hello ZeroneX, a server has been allocated to you. Panel details are shared privately with you. Please check your discord

Port allocated: 8016
8
Host Requests / [XTB] - Explode the Base (Request)
« Last post by Zer0neX on March 09, 2025, 09:26:49 PM »
Personal Details
Full Name: =VG=Zer0neX
E-mail address:
 hammamsh14@gmail.com

Server Details
Server Name:
[XTB] - Explode the Base
Gamemode Explanation:
Gamemode is based on (Planting a Bomb) - (Attackers vs Defenders).
Attackers have to plant their bombs in an explosive tanks in defenders' base, /plant and /defuse commands are used within the gamemode.
Lastly, when attackers could plant atleast 3 bombs in one row without getting defused(Or if they still have 3 bombs planted), a bombing scene will occur and after a couple of seconds the round will finish(Just like RC Helicopter gta vc offline, when we have to plant construction site).
This is a unique and new gamemode to VC-MP.
More Information: Nothing more to highlight, but I have been searching for 24/7 hosting service.
9
Off Topic / Re: Count to million
« Last post by Vicky on March 06, 2025, 04:33:03 AM »
379
10
Off Topic / Re: Word from last Alphabet
« Last post by Vicky on March 06, 2025, 04:32:27 AM »
SimplePortal 2.3.7 © 2008-2025, SimplePortal