Mr.OppS Posted April 8, 2018 Share Posted April 8, 2018 السلام عليكم, كيف الحال ؟ هذا مود يطلع لك كام حساب إنشاءت فى السيرفر و اسماء حساباتك 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
Master_MTA Posted April 8, 2018 Share Posted April 8, 2018 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 ترجعلك بسترنج ولا اكاونت عالعموم جرب انا لي فتره ما ساعدت بالمنتدى اعذروني 1 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now