davitta Posted November 11, 2025 Posted November 11, 2025 I am looking for a developer for my first RageMP server, someone experienced in coding custom scripts and able to create them. It is very important to me personally to set up the server professionally and make it a big success. About me/us: - Former server owner of a FiveM server with 200+ players - Knowledge of Python and understanding of HTML, basic knowledge of Lua - Professional graphic designer (animated logos, UI, clothing, weapon skins, etc.) - Co-founder of one of the most trusted German services for weapon skins and custom Discord bots - Partnered with the largest German gaming brand: Nyfter What we are looking for: -1-2 professional developers for custom scripts (a team is preferred) - At least 18 years old - Able to follow requests and implement them - Potential long-term work based on trust - Languages: German or English - Developers who take their work seriously What we offer: - A friendly, small team that has known each other for 3+ years 1
Shourya90 Posted February 7 Posted February 7 (edited) public static string GetPlayerDiscord(int uid){ string discord = "", if (DiscordUsers.ContainsKey(uid)) { discord = DiscordUsers[uid].Name; } return discord; } Console.WriteLine($"My Discord >> {GetPlayerDiscord(1)}"); Output = My Discord shouryasingh 😁😁😁 Edited February 12 by Shourya90
dnocturne Posted February 8 Posted February 8 On 2/7/2026 at 10:27 AM, Shourya90 said: public static string GiveDiscord(int uid){ string discord = "", if (DiscordUsers.ContainsKey(uid)) { discord = DiscordUsers[uid].Name; } return uname; } Console.WriteLine($"My Discord >> {GiveDiscord(1)}"); Output = My Discord shouryasingh 😁😁😁 That was cringe, ngl.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now