A tutorial to learn script development?

Hey,
First of all, sorry for my bad English, I am French.

I would like to get involved in script development to help the community of FiveM.

I am a developer in C ++ and C # and I would like to know if there are tutorials to learn the library that allows to create scripts? Or a turret that shows how to create scripts simply!

Thank you all,

1 Like

Les script peut être faire en C# avec des bibliothèques .dll après il faut ajouter un fichier de resources en LUA

Mais bon la plupart des personnes programme en LUA parce que FiveM est écrit sur cette langue.

Voici un tutoriel simple sur comment créer un script sur FiveM :

LUA est une version simplifié du C# ou C++ (en quelques sortes hein) un petite recherche sur google sur cette langues et 1 heures suffise pour apprendre les bases si tu connais déjà bien la programmation.

English version :

Scripts can be done in C # with .dll libraries after you need to add a resource file in LUA
Here is a simple tutorial on how to create a script on FiveM:

LUA is a simplified version of C # or C ++ (in a few sorts) a little google search on this language and 1 hour is enough to learn the basics if you already know the programming.

1 Like