General Events

ryt:r_scba:setSCBA - client side

RegisterNetEvent('r_scba:client:setSCBA')
AddEventHandler('r_scba:client:setSCBA', function(value)
    -- code
end)

value = a number (0, 1, 2)

0 = Removes the SCBA EUP on the player

1 = Adds the unlink EUP on the player

2 = Adds the EUP link on the player

This event is used when the player wears or not the ARI on his back, to add for example an extra eup on the player.

Last updated