Events

Client

Triggers

You can trigger those yourself

Start placing the lift (for compatibility with inventories different from ox_inventory)

-- from server
TriggerClientEvent("cf-chopshop:placeLift", source)

-- from client
TriggerEvent("cf-chopshop:placeLift")

Start placing the materials processor (for compatibility with inventories different from ox_inventory)

-- from server
TriggerClientEvent("cf-chopshop:placeMaterialsBench", source)

-- from client
TriggerEvent("cf-chopshop:placeMaterialsBench")

Server

Listeners

You can listen to this events

Last updated