mirror of
https://gitlab.com/YuukiPS/GC-Resources.git
synced 2025-04-29 09:35:48 +00:00
6 lines
189 B
Lua
6 lines
189 B
Lua
function OnClientExecuteReq(context, param1, param2, param3)
|
||
|
||
--ScriptLib.PrintLog("GadgetState Get Change!!!!!!!")
|
||
ScriptLib.SetGadgetState(context, param1)
|
||
return 0
|
||
end |