Jump to content

فنكشات


Recommended Posts

السلام عليكم ورحمه الله وبركاته

انا مسوي قريد ليست

ابيها تجيب اسماء الحسابات وعدد داتا انا  بحطها

مثلا اسم الحساب وجانبه الفلوس وانا بحط اسم الداتا الي بتيجي جانب اسم الحساب مثلا aMoney 

اظن فهمتوني :)

Link to comment
-- Server
function getAllAccount(player)
	Accounts  = { }
		for i, Account in ipairs (getAccounts ()) do
        if Account then
		table.insert (Accounts, getAccountName( Account ))
		triggerClientEvent(player, "PutAccount", player, Accounts)
      end
	end
end

-- Client

addEvent("PutAccount",true)
addEventHandler ("PutAccount",root,
function(Accounts)
	guiGridListClear(gridlist[1]) -- جرد لست غيرها الى حقتك
	for i,v in ipairs (Accounts) do
		local row = guiGridListAddRow(gridlist[1]) -- الجريد لست حقك
		guiGridListSetItemText(gridlist[1],row,1,v,false,false,false)
	end
end )

بالنسبة للداتا وش اسم الداتا اللي تبي تضيفها

وفنكشن اللي يجيب الحسابات بالسيرفر حطه مع تريقه او كومند يرسل تريقر عشان يفتح اللوحة

Edited by #BrosS
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...