SampSharp.GameMode 0.7.6133.31753-alpha

This is a prerelease version of SampSharp.GameMode.
There is a newer version of this package available.
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                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SampSharp.GameMode" Version="0.7.6133.31753-alpha" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SampSharp.GameMode --version 0.7.6133.31753-alpha                
#r "nuget: SampSharp.GameMode, 0.7.6133.31753-alpha"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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,251 4/10/2022
0.10.0 1,014 3/29/2022
0.10.0-alpha2 196 3/25/2022
0.10.0-alpha1 264 3/11/2022
0.9.1 1,650 12/12/2020
0.9.0 1,693 12/12/2020
0.8.0 719 12/12/2020
0.8.0-alpha8 543 12/12/2020
0.8.0-alpha7 344 12/12/2020
0.8.0-alpha6 609 12/12/2020
0.8.0-alpha2 365 12/12/2020
0.8.0-alpha10 340 12/12/2020
0.8.0-alpha1 347 12/12/2020
0.7.6221.37952 674 12/12/2020
0.7.6133.31753-alpha 321 12/12/2020
0.7.6119.35177-alpha 345 12/12/2020
0.7.6119.33589-alpha 347 12/12/2020
0.7.6107.37493-alpha 343 12/12/2020
0.7.6107.36375-alpha 337 12/12/2020
0.7.6104.38929-alpha1 348 12/12/2020
0.7.6104.24305 460 12/12/2020
0.6.2 468 12/12/2020
0.6.1 469 12/12/2020
0.6.0 604 12/12/2020
0.5.0 808 12/12/2020
0.4.0 950 12/12/2020
0.3.1 997 12/12/2020
0.3.0.1 964 12/12/2020
0.3.0 966 12/12/2020
0.2.0 964 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