Skip to main content

About

Basic things to know about the Serverside Object Controller.

Basic

Serverside 'static' object creator for FiveM.

You can easily create objects on serverstart with synced variables and other helping functions.

danger

Keep in mind these objects are not networked on clientside, so if you are triggering a clientside function on them it will not be synced to other clients.

Features

  • Add variables to objects (shared or only server variable)
  • Click on objects with raycasting. (turnoff available in config.lua)
  • Config and 'globally' triggered events already added. (Object clicking, variable change, etc.) GO TO CONFIG
  • Easy & reactive functions. (position, etc.)

The use of this resource

If you are planning to make a job/hobby where you need to create static objects and set variables on them then this resource will make your life easier.

Example idea:

You want to create a wine job with spawned barrel objects. In some way you will want the player to have action with the barrels, for example lets assume that the player have apples in his inventory, he can put these apples inside the barrel, so when the object clicked you open some kind of menu then the actions will be showed, the player puts in the apples inside the barrel, you easily set the variables on serverside.

Now this barrel have a globally set safe variable on serverside.