[Guide] C# Programming Reference

Here you go https://github.com/citizenfx/fivem/tree/master/code/client/clrcore/External

omg ^^ thank you :slight_smile: sorry… i’m still learning how to code in c# and looking at pre-made code is useful :smiley: it’s a pity that docs.fivem.net doesn’t have any reference for c# beside the “example script”

Hi there… since latest FiveM updates… i noticed a really upper ms waist in my resource… even removing most of the Ticks… what else could i do?

It all comes down to what you’re doing with your scripts.

I’ve been slowly changing all of my resources to start deregistering ticks when they are not required and then enable them again when they are required so only a simple tick is running at all times if possible. No need to run a vehicle fuel/damage script if your player is running around.

1 Like

you’re a genius i never thought about that! thank you!

Did you make the guide or template?