Skip to content

Commit

Permalink
Update client.md (#18)
Browse files Browse the repository at this point in the history
Removed old comments cause not valid anymore
  • Loading branch information
Kaiwoknats authored Jun 7, 2024
1 parent 36af0c4 commit 4b20c02
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/articles/client.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
# Client-side C# module

Until the C# client-side module is publicly released in order to use it you need to:
* Have debug enabled (`debug: true` in altv.toml)
* Have sandboxing disabled (`disableRestrictedSandbox: true` in altv.toml)

> [!CAUTION]
> Beware that disabled sandboxing gives server a full access to your personal data.<br>
> Only join your own servers with sandboxing disabled.
You need the following requirements to develop resources for the c# module:

* Latest [.NET 6.0 SDK](https://dotnet.microsoft.com/download/dotnet/6.0).

## Next steps

Check out [Create resource](getting-started/create-resource.md) to create a C# client resource
Check out [Create resource](getting-started/create-resource.md) to create a C# client resource

0 comments on commit 4b20c02

Please sign in to comment.