
class GameMode : BaseMode
{
protected override void OnPlayerConnected(BasePlayer player, EventArgs e)
{
base.OnPlayerConnected(player, e);
player.SendClientMessage($"Welcome {player.Name}, to a SampSharp powered server!");
}
}SampSharp allow you to write you game mode in C#: an Object-Oriented language.
Make good use of the high performance .NET Core has to offer.
Unleash the power of thousands of available NuGet Packages.
SampSharp can run on both Windows and Linux.
SampSharp can easily run in a Docker container.
SampSharp is 100% thread-safe!