Skip to content

πŸ“ˆ Simple steps to make a launcher for a FiveM server.

Notifications You must be signed in to change notification settings

alexdhg/fivem-launcher-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 

Repository files navigation

fivem-launcher-csharp

First, you will need to make a button in your C# Form.

Then, double click the button and put the following code: System.Diagnostics.Process.Start($"fivem://connect/{IP}:{PORT}");

{IP} stands for your FiveM server IP Address and {PORT} stands for your FiveM server port.

I'm not going to upload a source code, because it's really easy to make, the design is a bit harder tho.

About

πŸ“ˆ Simple steps to make a launcher for a FiveM server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages