SampSharp.GameMode
0.7.6133.31753-alpha
See the version list below for details.
dotnet add package SampSharp.GameMode --version 0.7.6133.31753-alpha
NuGet\Install-Package SampSharp.GameMode -Version 0.7.6133.31753-alpha
<PackageReference Include="SampSharp.GameMode" Version="0.7.6133.31753-alpha" />
paket add SampSharp.GameMode --version 0.7.6133.31753-alpha
#r "nuget: SampSharp.GameMode, 0.7.6133.31753-alpha"
// Install SampSharp.GameMode as a Cake Addin #addin nuget:?package=SampSharp.GameMode&version=0.7.6133.31753-alpha&prerelease // Install SampSharp.GameMode as a Cake Tool #tool nuget:?package=SampSharp.GameMode&version=0.7.6133.31753-alpha&prerelease
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,216 | 4/10/2022 |
0.10.0 | 982 | 3/29/2022 |
0.10.0-alpha2 | 191 | 3/25/2022 |
0.10.0-alpha1 | 259 | 3/11/2022 |
0.9.1 | 1,636 | 12/12/2020 |
0.9.0 | 1,666 | 12/12/2020 |
0.8.0 | 683 | 12/12/2020 |
0.8.0-alpha8 | 511 | 12/12/2020 |
0.8.0-alpha7 | 338 | 12/12/2020 |
0.8.0-alpha6 | 603 | 12/12/2020 |
0.8.0-alpha2 | 355 | 12/12/2020 |
0.8.0-alpha10 | 334 | 12/12/2020 |
0.8.0-alpha1 | 341 | 12/12/2020 |
0.7.6221.37952 | 664 | 12/12/2020 |
0.7.6133.31753-alpha | 315 | 12/12/2020 |
0.7.6119.35177-alpha | 339 | 12/12/2020 |
0.7.6119.33589-alpha | 342 | 12/12/2020 |
0.7.6107.37493-alpha | 337 | 12/12/2020 |
0.7.6107.36375-alpha | 331 | 12/12/2020 |
0.7.6104.38929-alpha1 | 342 | 12/12/2020 |
0.7.6104.24305 | 450 | 12/12/2020 |
0.6.2 | 458 | 12/12/2020 |
0.6.1 | 457 | 12/12/2020 |
0.6.0 | 593 | 12/12/2020 |
0.5.0 | 796 | 12/12/2020 |
0.4.0 | 940 | 12/12/2020 |
0.3.1 | 987 | 12/12/2020 |
0.3.0.1 | 954 | 12/12/2020 |
0.3.0 | 952 | 12/12/2020 |
0.2.0 | 954 | 12/12/2020 |
- Added `Matrix` struct
- Added `Quaternion` struct
- Added `Vector4` struct
- Added various calcuation methods to the `Vector2` and `Vector3` structs and `MathHelper` class
- Added `AddItem` and `AddItems` methods to the `ListDialog` class
- Added support for setting the debugger address and the starting game mode using environment variables
- Fixed a bug which caused the permission system of commands not to work
- Fixed a bug where using the debugger would cause the server to crash on startup
- Fixed a bug where sending an empty string to a native would cause the server to crash