Jump to content

x[ مشكلة ]x في مود معرفة حساباتك


Recommended Posts

السلام عليكم,
كيف الحال ؟

هذا مود يطلع لك كام حساب إنشاءت فى السيرفر
و اسماء حساباتك

addCommandHandler("getAccounts", 
	function (player, cmd)
		local serial = getPlayerSerial(player)
		local accounts = getAccountsBySerial(serial)
	    local account = getPlayerAccount(player)
	   local accname = getAccountName ( account )
	outputChatBox("You have " .. #accounts .. " accounts.", player)
	outputChatBox("Your Account Name - " .. accname .. " !", player)
	end)


مثال
انا امتلك 3 حسابات فى سيرفر
قـمـت بكتابة الامر فى اف8
يطلع لديك 3 حسابات
ثم يكتب اسم حساب 1 فقطط
مشكلة يطلع لك اسم حساب 1 فقط
أريد يطلع اسماء حسابـات 3 الخاصة بى التي انشائتها

Link to comment
addCommandHandler("getAccounts", 
	function (player, cmd)
		local serial = getPlayerSerial(player)
		local accounts = getAccountsBySerial(serial)
	outputChatBox("You have " .. #accounts .. " accounts.", player)
    for k=1,#accounts do
	outputChatBox("Your Account Name - " .. getAccountName(accounts[k]) .. " !", player)
    end
	end)

مدري صراحه

getAccountsBySerial

ترجعلك بسترنج ولا اكاونت

عالعموم جرب

انا لي فتره ما ساعدت بالمنتدى اعذروني

  • Like 1
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...