SampSharp.GameMode
0.7.6221.37952
See the version list below for details.
dotnet add package SampSharp.GameMode --version 0.7.6221.37952
NuGet\Install-Package SampSharp.GameMode -Version 0.7.6221.37952
<PackageReference Include="SampSharp.GameMode" Version="0.7.6221.37952" />
paket add SampSharp.GameMode --version 0.7.6221.37952
#r "nuget: SampSharp.GameMode, 0.7.6221.37952"
// Install SampSharp.GameMode as a Cake Addin #addin nuget:?package=SampSharp.GameMode&version=0.7.6221.37952 // Install SampSharp.GameMode as a Cake Tool #tool nuget:?package=SampSharp.GameMode&version=0.7.6221.37952
A framework for writing SA-MP game modes in C#.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on SampSharp.GameMode:
Package | Downloads |
---|---|
SampSharp.Streamer
A SampSharp wrapper for Incognito's streamer plugin. |
|
SampSharp.SKY
Wrapper of the SKY plugin for SampSharp. |
|
SampSharp.YSF
Wrapper of the YSF plugin for SampSharp. |
|
SampSharp.RakNet
A SampSharp wrapper for the Pawn.RakNet plugin. |
|
SampSharp.UndergroundMP
A .NET Wrapper for the latest stable release of UG:MP (b1.0-SNAPSHOT4_2). |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.10.1 | 1,222 | 4/10/2022 |
0.10.0 | 986 | 3/29/2022 |
0.10.0-alpha2 | 193 | 3/25/2022 |
0.10.0-alpha1 | 261 | 3/11/2022 |
0.9.1 | 1,638 | 12/12/2020 |
0.9.0 | 1,671 | 12/12/2020 |
0.8.0 | 702 | 12/12/2020 |
0.8.0-alpha8 | 539 | 12/12/2020 |
0.8.0-alpha7 | 340 | 12/12/2020 |
0.8.0-alpha6 | 605 | 12/12/2020 |
0.8.0-alpha2 | 357 | 12/12/2020 |
0.8.0-alpha10 | 336 | 12/12/2020 |
0.8.0-alpha1 | 343 | 12/12/2020 |
0.7.6221.37952 | 666 | 12/12/2020 |
0.7.6133.31753-alpha | 317 | 12/12/2020 |
0.7.6119.35177-alpha | 341 | 12/12/2020 |
0.7.6119.33589-alpha | 344 | 12/12/2020 |
0.7.6107.37493-alpha | 339 | 12/12/2020 |
0.7.6107.36375-alpha | 333 | 12/12/2020 |
0.7.6104.38929-alpha1 | 344 | 12/12/2020 |
0.7.6104.24305 | 452 | 12/12/2020 |
0.6.2 | 460 | 12/12/2020 |
0.6.1 | 459 | 12/12/2020 |
0.6.0 | 597 | 12/12/2020 |
0.5.0 | 798 | 12/12/2020 |
0.4.0 | 942 | 12/12/2020 |
0.3.1 | 989 | 12/12/2020 |
0.3.0.1 | 956 | 12/12/2020 |
0.3.0 | 958 | 12/12/2020 |
0.2.0 | 956 | 12/12/2020 |
- Changed the default virtual world of `TextLabel` instances from -1 to 0, which is the expected behavior
- Fixed a bug which caused previous colors and zoom levels in `TextDraw`/`PlayerTextDraw` instances to be set at every refresh
- Fixed a bug which caused `PlayerTextDraw` instances to disappear at odd times
- Fixed a possible crash when loading envirionment variables in the plugin
- Fixed a crash during shutdown by disabling unloading DLLs, this consequently also disabled RCON shutdown signals (RCON commands `sampsharpstop` and `sampsharpstart`)