Integration
ME/DO Integration
To record me/do, you have to inform the cam framework that player has written a me or do.
To do so, in your serverside command handler, trigger the following event
Animation integration
By default, the camera system can't detect if your scripts are playing animations on peds. To do so, you have to put the following line in fxmanifest.lua
of all resources that use TaskPlayAnim
and you want such animations to be in recordings (i.e. emotes resource)
Last updated