From 98f8944a7913a3699035811eb183e48c7d768d22 Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Thu, 9 Oct 2025 20:05:15 +0100 Subject: [PATCH] Add `codem` option for billing --- shared/playerfunctions.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shared/playerfunctions.lua b/shared/playerfunctions.lua index 768778c..f9b27f3 100644 --- a/shared/playerfunctions.lua +++ b/shared/playerfunctions.lua @@ -217,6 +217,10 @@ local billPlayerFunc = { function(data) TriggerEvent("okokBilling:ToggleCreateInvoice") end, + codem = + function(data) + TriggerEvent("codem-billing:client:OpenMenu") + end, } --- BillPlayer