Working with Wosa.

World Of San Andreas is a FiveM based Framework that aims to provide top quality resources for your server. This page have all necessary events and functions for creating your own extensions.

Create your own scripts today...

Scripting introduction 🐌

Scripting can be a bit tricky a lot of times and working with frameworks can be even trickier. To make it easy for any developer who wants to create a resource for the framework we have everything documented here. To get you on your feet with framework extension development it is important that you have some basic knowledge on how Lua works. We have gathered a few links that you might find useful.

Setting up your workspace 🔌

A few files is required to be put in your resource before you start working with the framework. We use two different connector files, One for the server and one for your client. It is super easy to set up, Let us go through the steps!

  1. Download the latest connector files from here.

  2. Drag & drop the files provided with the download to your resource.

  3. Add the files to your __resource or fxmanifest file.

Last updated

Was this helpful?