Kod olarak çalıştırabilirsen direk kodu execute edip ekleyebilirsin dpclothing'i aşağıdaki vericeğim kod ile de /dpclothing yazıp çalıştırabilirsin.
RegisterCommand("dpclothing", function()
local Ped = PlayerPedId()
if Check(Ped) then SoundPlay("Open") SetCursorLocation(Config.GUI.Position.x, Config.GUI.Position.y) MenuOpened = not MenuOpened end
if MenuOpened then DrawGUI() end
end)
Aşağıda vereceğim kod ile de np-menu'ye ekleyebilirsin bundan sonra yapman gereken tek şey config'ten menüye eklemek olacaktır.
RegisterNetEvent("bugra:dpclothing")
AddEventHandler("bugra:dpclothing", function()
ExecuteCommand('dpclothing')
end)