Neler yeni

Foruma hoş geldin, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.

Türkiye'nin İlk ve tek FiveM forum adresi

Forum adresimize hoş geldin FiveMTürk olarak amacımız siz değerli kullanıcılarımıza en aktif fikir ve paylaşım platformu sunmak bir yana en güvenilir şekilde alışveriş yapabileceğiniz bir platform sunmaktır.
DF DF
DF DF
DF DF

Paylaşım M3_INVENTORYHUD DETAYLI LOG SISTEMI

els

Üye
FT Kullanıcı
Katılım
3 yıl 10 ay 26 gün
Mesajlar
258
Discord
els#0342
Çoğu arkadaş m3 envanterde dupe engellemeyi sormuş. Paylaştığım logda bütün envanter ile ilgili olan işlemlerin logu bulunmakta.


KURULUM

Kod:
local webhook_adi = "WLC Roleplay Envanter İşlemleri"
local webhook_goruntu = "" -- Webhookun profil fotoğrafıdır
local yereitemkoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local yerdenitemalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local depoyaesyakoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local depodanesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local kisiseldepoyaesyakoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local kisiseldepodanesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local markettenesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local torpitoyaesyakoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local torpitodanesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local bagajaesyakoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local bagajdanesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local itemverme_url = "WEBHOOK"

local color = "00000000"

itemverme = function(name, logmesaj)
  
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(itemverme_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end

yereitemkoyma = function(name, logmesaj)
  
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(yereitemkoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end

yerdenitemalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(yerdenitemalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
depoyaesyakoyma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(depoyaesyakoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
depodanesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(depodanesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
kisiseldepoyaesyakoyma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(kisiseldepoyaesyakoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
kisiseldepodanesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(kisiseldepodanesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
markettenesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(markettenesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
torpitoyaesyakoyma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(torpitoyaesyakoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
torpitodanesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(torpitodanesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
bagajaesyakoyma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(bagajaesyakoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
bagajdanesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(bagajdanesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' }) 
end

Bu kod satırını m3_inventoryhud/server.lua'nın en altına yapıştırıp editlemeniz yeterli olacaktır.


LOGLARIN DISCORD GÖRÜNTÜSÜ :


54866


Destek için discord adresim = els#1339
 
Son düzenleme:
Çoğu arkadaş m3 envanterde dupe engellemeyi sormuş. Paylaştığım logda bütün envanter ile ilgili olan işlemlerin logu bulunmakta.


KURULUM

Kod:
local webhook_adi = "WLC Roleplay Envanter İşlemleri"
local webhook_goruntu = "" -- Webhookun profil fotoğrafıdır
local yereitemkoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local yerdenitemalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local depoyaesyakoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local depodanesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local kisiseldepoyaesyakoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local kisiseldepodanesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local markettenesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local torpitoyaesyakoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local torpitodanesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local bagajaesyakoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local bagajdanesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local itemverme_url = "WEBHOOK"

local color = "00000000"

itemverme = function(name, logmesaj)
   
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(itemverme_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end

yereitemkoyma = function(name, logmesaj)
   
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(yereitemkoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end

yerdenitemalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(yerdenitemalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
depoyaesyakoyma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(depoyaesyakoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
depodanesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(depodanesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
kisiseldepoyaesyakoyma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(kisiseldepoyaesyakoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
kisiseldepodanesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(kisiseldepodanesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
markettenesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(markettenesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
torpitoyaesyakoyma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(torpitoyaesyakoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
torpitodanesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(torpitodanesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
bagajaesyakoyma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(bagajaesyakoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
bagajdanesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(bagajdanesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })

Bu kod satırını m3_inventoryhud/server.lua'nın en altına yapıştırıp editlemeniz yeterli olacaktır.


LOGLARIN DISCORD GÖRÜNTÜSÜ :


Ekli dosyayı görüntüle 54866


Destek için discord adresim = els#1339
+rep
 
+rep aşko
 
+rep
 
başarılı
 
Çoğu arkadaş m3 envanterde dupe engellemeyi sormuş. Paylaştığım logda bütün envanter ile ilgili olan işlemlerin logu bulunmakta.


KURULUM

Kod:
local webhook_adi = "WLC Roleplay Envanter İşlemleri"
local webhook_goruntu = "" -- Webhookun profil fotoğrafıdır
local yereitemkoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local yerdenitemalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local depoyaesyakoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local depodanesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local kisiseldepoyaesyakoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local kisiseldepodanesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local markettenesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local torpitoyaesyakoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local torpitodanesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local bagajaesyakoyma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local bagajdanesyaalma_url = "WEBHOOK" -- Webhook URLsini yapıştırın
local itemverme_url = "WEBHOOK"

local color = "00000000"

itemverme = function(name, logmesaj)
   
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(itemverme_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end

yereitemkoyma = function(name, logmesaj)
   
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(yereitemkoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end

yerdenitemalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(yerdenitemalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
depoyaesyakoyma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(depoyaesyakoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
depodanesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(depodanesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
kisiseldepoyaesyakoyma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(kisiseldepoyaesyakoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
kisiseldepodanesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(kisiseldepodanesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
markettenesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(markettenesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
torpitoyaesyakoyma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(torpitoyaesyakoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
torpitodanesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(torpitodanesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
bagajaesyakoyma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(bagajaesyakoyma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })
end
bagajdanesyaalma = function(name, logmesaj)
    local icerik = {
            {
                ["color"] = color,
                ["title"] = "**".. name .."**",
                ["description"] = logmesaj,
                ["footer"] = {
                ["text"] = "WLC Log | WLC RolePlay",
                },
            }
        }
    PerformHttpRequest(bagajdanesyaalma_url, function(err, text, headers) end, 'POST', json.encode({username = webhook_adi, embeds = icerik, avatar_url = webhook_goruntu}), { ['Content-Type'] = 'application/json' })

Bu kod satırını m3_inventoryhud/server.lua'nın en altına yapıştırıp editlemeniz yeterli olacaktır.


LOGLARIN DISCORD GÖRÜNTÜSÜ :


Ekli dosyayı görüntüle 54866


Destek için discord adresim = els#1339
+rep
 
+rep, editlemeniz gerek yazmışsında, sadece webhook'ları mı ayarlayacağız yoksa başka bir şey yapmamız gerekiyor?
 
+rep, editlemeniz gerek yazmışsında, sadece webhook'ları mı ayarlayacağız yoksa başka bir şey yapmamız gerekiyor?
Sadece webhook linklerini ve alttaki webhook isimlerini düzenlemeniz lazım. Onun dışında birşey yapmanıza gerek yok
 
+rep
 
Onun yerine tek bir fonksyon oluşturup logları teker teker yazmak daha kolay. Gördüğüm kadarıyla benim log sistemime benzemiş
Dediğiniz gibi yapılabilir ancak çok fazla uğraşmadım direkt c c c v attım webhook titlelarına
 
+rep eline sağlık Log entegresi 5000 TL ?
 
Eline sağlık, şuan denedim fakat çalışmadı başka bir yerde editi var mı?
 
Son düzenleme:

Forumdan daha fazla yararlanmak için giriş yapın yada üye olun!

Forumdan daha fazla yararlanmak için giriş yapın veya kayıt olun!

Kayıt ol

Forumda bir hesap oluşturmak tamamen ücretsizdir.

Şimdi kayıt ol
Giriş yap

Eğer bir hesabınız var ise lütfen giriş yapın

Giriş yap

Bu konuyu görüntüleyen kullanıcılar

Tema düzenleyici

Tema özelletirmeleri

Granit arka planlar

Lütfen Javascript'i etkinleştirin!Javascript'i etkinleştirin!