0
0
mirror of https://gitlab.com/YuukiPS/GC-Resources.git synced 2025-04-29 09:35:48 +00:00
GC-Resources/Resources/Scripts/Gadget/LitChargePoint.lua
2023-04-20 15:34:28 -07:00

10 lines
387 B
Lua
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

function OnClientExecuteReq(context, param1, param2, param3)
if param1~=nil then
--ScriptLib.PrintLog("GadgetState Get Change")
ScriptLib.SetGadgetState(context, param1)
end
if param2~=nil then
ScriptLib.MarkGroupLuaAction(context, "LitChargePoint_1", "", {["config_id"]=ScriptLib.GetContextGadgetConfigId(context),["gadget_id"]=70290353})
end
return 0
end