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,168 4/10/2022
0.10.0 925 3/29/2022
0.10.0-alpha2 171 3/25/2022
0.10.0-alpha1 227 3/11/2022
0.9.1 1,546 12/12/2020
0.9.0 1,579 12/12/2020
0.8.0 658 12/12/2020
0.8.0-alpha8 492 12/12/2020
0.8.0-alpha7 318 12/12/2020
0.8.0-alpha6 552 12/12/2020
0.8.0-alpha2 330 12/12/2020
0.8.0-alpha10 307 12/12/2020
0.8.0-alpha1 323 12/12/2020
0.7.6221.37952 648 12/12/2020
0.7.6133.31753-alpha 300 12/12/2020
0.7.6119.35177-alpha 321 12/12/2020
0.7.6119.33589-alpha 323 12/12/2020
0.7.6107.37493-alpha 312 12/12/2020
0.7.6107.36375-alpha 317 12/12/2020
0.7.6104.38929-alpha1 323 12/12/2020
0.7.6104.24305 425 12/12/2020
0.6.2 441 12/12/2020
0.6.1 437 12/12/2020
0.6.0 559 12/12/2020
0.5.0 760 12/12/2020
0.4.0 907 12/12/2020
0.3.1 945 12/12/2020
0.3.0.1 923 12/12/2020
0.3.0 916 12/12/2020
0.2.0 903 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