Events
Client
Triggers
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
Last updated