Page cover image

Trigger Events

This page is intended for use by other developers to integrate additional resources into the zWigWags.


("WigWags:Activate")

This is a server event that needs to be triggered on the client side. It is responsible for activating wigwag groups, as long as the provided groupId is valid. The purpose of this event is to facilitate the integration and support of other Resources within the FiveM platform.


  • groupId: This value should be an integer and possess a valid groupId from within the cfg.wigwagGroups.


Lua Example
TriggerServerEvent("WigWags:Activate", groupId)

JavaScript Example
emitNet("WigWags:Activate", groupId)

C# Example
TriggerServerEvent("WigWags:Activate", groupId)

Last updated