10 packages tagged with “RAGEMP”
The C# serverside dependency for RAGE:MP servers
The C# clientside dependency for RAGE:MP servers
Alternative RAGE Multiplayer .NET Core SDK
V-RPC is a GTAV multiplayer framework to allow synchronized procedure calls
Create custom commands in RAGE with C#. Read more about it in the Readme in GitHub.
Package Description
An alternative command implementation for the "AlternateLife.RageMP.Net" library. This library automates type parsing for you and allows you to have various parameters for your commands. With the command system used by "AlternateLife.RageMP.Net" you have to use following parameters for your commands: "(IPlayer player, string[] arguments)". You can even add custom TypeParsers, which allows you do add handy shortcuts like "@" to select the nearest player or "#" to select yourself.