0 Üye ve 1 Ziyaretçi konuyu incelemekte.
addEventHandler("onPlayerLogin", root, function(_, hesap) local oyuncu_id = getAccountID(hesap) setElementData(source, "id", oyuncu_id)end)
addCommandHandler("hesapbul", function (oyuncu, cmd, id) if isObjectInACLGroup ("user."..getAccountName(getPlayerAccount(oyuncu)), aclGetGroup("Admin")) then id = tonumber(id) local hesap = getAccountByID(id) if hesap then outputChatBox("Hesap adı: "..getAccountName(hesap), oyuncu, 0, 255, 0, true) else outputChatBox("Aradığınız id ile eşleşen hesap yok.", oyuncu, 255, 0, 0, true) end endend)
Freeroam üzerinde geçerli mi?