From the reference libraryFiveM

citizenfx-c-templates-are-fixed

fivem-docs/docs/cookbook/2020/08/25/citizenfx-c-templates-are-fixed.md

citizenfx-c-templates-are-fixed


title: CitizenFX C# templates are fixed date: 2020-08-25T08:20:25.000+02:00

{{< alert title="Cookbook Archive" color="warning" >}} Note: This Cookbook article was originally published on August 25, 2020. Newer information may exist. {{< /alert >}}

Since the earlier release of the CitizenFX C# templates, people have reported that certain built-in language types did not work, leading to vague errors such as '' is not a type supported by the compiler or such.

It took a while, but these should be fixed as of version 0.2.2 of the C# templates/SDK/framework packages, and these should now be usable for writing client code with compile-time checks for APIs available to the client-side subset framework.


Original discussion thread: https://forum.fivem.net/t/citizenfx-c-templates-are-fixed/1549588


title: CitizenFX C# templates are fixed date: 2020-08-25T08:20:25.000+02:00

{{< alert title="Cookbook Archive" color="warning" >}} Note: This Cookbook article was originally published on August 25, 2020. Newer information may exist. {{< /alert >}}

Since the earlier release of the CitizenFX C# templates, people have reported that certain built-in language types did not work, leading to vague errors such as '' is not a type supported by the compiler or such.

It took a while, but these should be fixed as of version 0.2.2 of the C# templates/SDK/framework packages, and these should now be usable for writing client code with compile-time checks for APIs available to the client-side subset framework.


Original discussion thread: https://forum.fivem.net/t/citizenfx-c-templates-are-fixed/1549588

Back to documentation