Search the Community
Showing results for tags 'discord'.
-
I sent like a maximum of 10 messages in the server and after i wanted to check it out 2 months later i found out i got banned. discord: mace_
-
I can't join the discord - I have setup 2FA, verified email, clicked the buttons however it does not allow me to register. My discord name and id is: zephyxlo_75893 (1418653047319691375) Thanks
- 1 reply
-
- 1
-
-
PARADISE ROLEPLAY - GTA V RP 🌴 Discord: https://discord.com/invite/GTAVRP ABOUT US At Paradise Roleplay, every moment is a canvas, every interaction a chance to shape the world around you. Whether you're a veteran roleplayer seeking a new home or a GTA V enthusiast eager to dive into the world of roleplaying, we extend a warm invitation to join our community. Embark on a journey that seamlessly blends the freedom of GTA V with the depth of immersive roleplay. Paradise Roleplay is your ticket to a captivating fusion of storytelling, exploration, and camaraderie. Join us today and let your adventures in Los Santos begin! OUR STORY Established by a group of ardent GTA V Roleplay fans, Paradise Roleplay was born out of a shared passion for storytelling, open-world exploration, and the boundless possibilities the game offers. With an unwavering commitment to delivering an authentic, player-driven experience, we've meticulously crafted a server that caters to both seasoned roleplayers and newcomers alike. WHAT SETS US APART? 🌴 Vast and Vibrant World: Dive into the sprawling metropolis of Los Santos and Blaine County, meticulously recreated to mirror the diverse environments and atmospheres found in the game. Explore bustling urban streets, tranquil countryside, and everything in between. 🎭 Robust Roleplay: Immerse yourself in character-driven narratives that you help shape. Create your unique storylines, develop intricate relationships, and navigate the challenges and triumphs of your virtual existence. 🤝 Thriving Community: Join a community that shares your enthusiasm for GTA V and roleplaying. Forge friendships, collaborate on exciting scenarios, and engage in both in-game and out-of-game discussions. 🚗Endless Possibilities: Whether you're a law-abiding citizen, a cunning criminal, or someone in between, the choices are yours to make. From street races to heists, from legitimate businesses to underground enterprises, the paths you tread are limited only by your imagination. 🎉 Regular Events: Participate in server-wide events, themed story arcs, and spontaneous adventures that keep the gameplay fresh and exciting. Our dedicated staff ensures a steady stream of engaging content for all players to enjoy. JOIN US TODAY!
-
Hello there, a few days ago i posted a message in "support-devs" channel asking for future sync optimizations and asking why there is a different sync on other clients. Well... when i did mention of those other "clients" the bot automatically banned me. I just want to make it clear that I was not making a comparison but rather asking how they differ, so the comparison would have fallen into someone else's hands and my intention was never to advertise or anything like that, as I said my message was addressed to "support-devs" so my task was simply to better understand the development tools they provide to the community User ID: rakku.system User Name: Rakku
-
Hey folks, tried contacting few moderators on discord but they dont accept DM's and i cant see any channels so i guess im opening here (sorry if there is proper place for these, i cant see it) Here is the problem, i was discord ragemp member some time back, wasnt active, left. Now i tried joining and when i react to the rules to get access, nothing happens. https://imgur.com/6UkZnXJ
-
Hello, I have been blocked from the official discord for a long time during the period when my account was hacked and scam links were sent to all channels. Please, I ask that the punishment be lifted. My discord: armatov.
-
Hello. I wrote an appeal to the developers on Discord in the support channel with a request to remove EAC due to numerous complaints from players. I used a swear word and may have been rude. I got kicked from the server and I can't join via the link. What should I do? Is this a temporary ban and you just need to wait, or is it a permanent ban for one swear word? Thanks for understanding!
-
Hello. I wrote an appeal to the developers on Discord in the support channel so that they remove EAC due to numerous complaints from players. I used a swear word. As I understand the rules, this is prohibited, because I was kicked from the server and I cannot join using the link. What should I do? Is this a temporary ban and I just need to wait a while or is it forever for one swear word? Thanks for understanding!
-
Hello everybody, first of all , its a delightfull pleasure to find myself here and read about this world of RageMP Development. I consider you all do some honorable work and for that I congratulate everybody :). Few words: I am new to RAGEMP development. I started few days ago and still study most of the related posts from this forum. So please try to keep your calm if I ask some weird questions :). I used to develop few years ago for VC:MP and SA:MP servers and now I am glad this GTA5 Mod appeared and I can't wait to find/script more. Questions: 1. In the local server working environment, is there a way to create a reloading script (packages) for server in order to keep a live testing available? Example: I start the server ,at this moment with this command: nodemon --watch packages --watch client_packages --exec server.exe -e * altought, it seems like every time I change someting in code , it reloads but my client goes in the loading screen and returns a similar message to "Connection closed". Are there some known workarounds/solutions or for every update I need to force close client (Task Manager -> End Process) and reenter the game? 2. Is there a known way to test a +2 Players algorithm? For example lets say a /pay command where another player needs to be close? Do I need to find someone to test this with or is there a workaround for an fake event call of a virtual player? (playerJoined, playerSpawned, etc..)? 3. Is there any active community social media (for instance Discord) where certain Scripters help each other? If yes, can someone name it? Thank you dear reader for spending time to read all the upper sentence. Sincerly, StefanCG.
-
Hi, I'm sorry to write you here, but I can't find another option, although it seems wrong to use it for a post. My problem is with Rage Discord. I have the phone verified, also activated the A2F of my account and although I have entered and exited about 20 times to the discord server reacting to the emogis of the rules, it doesn't give me the role to visualize the rest of channels, besides having written MD to suport since more than 15 days ago. Could you help me by giving me the role manually in the discord? I don't know what to do anymore.
-
Hello, I want to get a member role in discord, but I can't, can you help? discord: rodeiun_
-
This tutorial aims to give you knowledge about how to use a webhook to log important events from your server right into a discord channel. Creating a Webhook Create a channel. Go to: Edit channel -> Integrations ->view webhooks -> New webhook Copy the webhook URL. I'll call mine Spicy. Using the Webhook Now we'll create a small server-side function that'll help us use the webhook. Notes: Replace <webhook URL> with the webhook URL that you just copied Replace <serverLogo URL> with the desired server logo picture URL. Now here's a small example of how to use it: // Triggers once player joins the server... // Simple log when player joins server mp.events.add('playerJoin', (player) => { mp.discord.sendMessage(`Player Joined`, player.name, [], mp.discord.colors.GREY); }); // Another one with fields included mp.events.add('playerJoin', (player) => { let fields = [{ name: `Player's IP`, value: player.ip, inline: false }] mp.discord.sendMessage(`Player joined the server [${mp.players.toArray().length}/${mp.config.maxplayers}]`, player.name, fields, mp.discord.colors.GREEN); }); Enjoy spamming discord.... Regards, Keptin
-
Unable to verify on rage multiplayer official discord server
-
Hello, this is my first time on the RAGE MP forum and I do not know where to write this message. When I tried to log into the discord server, I found out that I was banned there, although I have never been to the RAGE MP server. perhaps my IP is banned from you. help me join your server
-
Version 1.0.1
636 downloads
RAGEMP-DiscordIntegration This wrapper allows you easily create an instance of a discord bot within your RAGE:MP server. Features: 1. Send messages to discord from your RAGE:MP Server. 2. Send messages to your RAGE:MP Server from your Discord server. 3. Register specific channel for the bot to listen. (Can be changed during runtime). 3. Remove specific channel for the bot to STOP listening. (Can be changed during runtime). 4. Update bot status on setup and/or during runtime How to use the wrapper 1. Add the RAGEMP-DiscordIntegration.dll as a reference to your project in visual studio. 2. Make sure to place the three provided Discord.Net.xx.dll into your server/runtime folder. 3. Enjoy)))) How to set up 1. Create a new application on Discord Developers 2. Create a bot. 3. Invite bot to discord server. 4. Use the token from your bot to initialize the bot as shown in the example below. 5. Register/Remove channels from where your bot sends to all players. Example script. using GTANetworkAPI; using System; using System.Collections.Generic; using System.Text; public class Yes : Script { public Yes() { NAPI.Util.ConsoleOutput("Loaded: yes"); } [ServerEvent(Event.ResourceStart)] public void OnResourceStart() { Integration.DiscordIntegration.SetUpBotInstance("TOKEN_HERE", "RAGE:MP", Discord.ActivityType.Playing, Discord.UserStatus.DoNotDisturb); } [ServerEvent(Event.ChatMessage)] public async void OnChatMessage(Player player, string strMessage) { string strFormatted = $"[RAGE:MP] {player.Name}: {strMessage}"; await Integration.DiscordIntegration.SendMessage(3897429387492374, strFormatted, true).ConfigureAwait(true); } [Command("registerchannel")] public void RegisterDiscord(Player player, ulong discordChannelID) { bool bSuccess = Integration.DiscordIntegration.RegisterChannelForListenting(discordChannelID); player.SendChatMessage(bSuccess ? "Success" : "No Success"); } [Command("removechannel")] public void RemoveDiscordChannel(Player player, ulong discordChannelID) { bool bSuccess = Integration.DiscordIntegration.RemoveChannelFromListening(discordChannelID); player.SendChatMessage(bSuccess ? "Success" : "No Success"); } [Command("botstatus")] public async void UpdateBotStatusCommand(Player player, string gameName, Discord.ActivityType eActivityType, Discord.UserStatus eUserStatus) { await Integration.DiscordIntegration.UpdateBotStatus(gameName, eActivityType, eUserStatus).ConfigureAwait(true); } } Source code can be found on my github: https://github.com/JeremyEspresso/RAGEMP-DiscordIntegration Bugs or feature requests and what not. Just open an issue on the github and I will take a look soon™️. -
Im trying to play RageMP while in a VC with someone and when I try to use discord overlay (muting my discord with a keybind or streaming the game) it just doesnt let me. So I have to alt tab and mute my self and then go back to the game. Is there any solution to that problem?
-
Hello Friends, A problem has been happening on my computer since last night. Discord is not working properly, it is picking up the game audio. I could not find out the reason behind this. Can anyone suggest how can I able to fix it?
-
Hey, I want to get some information from my server out to discord bot (to make own status channel) From where i can get the information? Need like how much players online
-
Hello there! I was recently auto-banned from the Discord server by one of the bots for posting a URL during a legitimate discussion regarding snow in RAGE MP. I'm not sure why the URL triggered this to happen, as I was pointing out a function I found in a Google search related to GTA V while myself and several other users were talking about why snow would not accumulate on the ground in RAGE MP. I have no bad intentions at all, and as far as I'm aware I didn't violate any of the listed server rules. (If I did, I do apologize, however I didn't remember seeing anything banning any specific URL's, else I would not have sent it to begin with). I use the Discord often for assistance in developing my own server, and I have also assisted other users when I've been able to there, so I'm trying to find the best way to appeal this ban. Unfortunately I was not able to reach anyone else through any other medium, and today my computer decided to play nice on the forum and actually let me post without bugging out the input field. (A separate issue in all browsers I still can't seem to find the cause of). If anyone is able to provide me assistance with this matter, it would be extremely appreciated. I couldn't find any specific place or method to go about such a discussion with the Discord server's administration, hence why I posted it here.
