Jump to content

Searching for fullstack developer


Recommended Posts

Posted

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

  • Confused 1
  • 2 months later...
Posted (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 by Shourya90
Posted
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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...