Skip to content

Latest commit

 

History

History
26 lines (10 loc) · 440 Bytes

Company.RageMpClientResource.md

File metadata and controls

26 lines (10 loc) · 440 Bytes

Client Resource Project


dotnet new rage-clientproj --help


dotnet new rage-clientproj

This template creates a RAGE-MP client resource project (defaulted to netcoreapp2.1).

Use -n to specify name for the folder and resource to create.

dotnet new rage-clientproj -n BeastClientResourceProject

With directory other than C:/RAGEMP

dotnet new rage-clientproj -r "E:/RAGEMP/" -n BeastClientResourceProject