Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 498 Bytes

Company.RageMpClientScript.md

File metadata and controls

19 lines (10 loc) · 498 Bytes

Client Scripts

You should run the Client commands inside cs_packages directory.

RAGEMP\server-files\client_packages\cs_packages

Params

Creates a new client script with example commands

dotnet new rage-clientscript -n BeastClientScript

Creates a Client Script using the NativeUI with example menus

dotnet new rage-clientscript -n BeastClientMenu -s nativeui

Creates a Client Script of type events with example events

dotnet new rage-clientscript -n BeastClientEvents -s events