-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed old comments cause not valid anymore
- Loading branch information
1 parent
36af0c4
commit 4b20c02
Showing
1 changed file
with
1 addition
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |