Jump to content

قريد ليست


Recommended Posts

جرب

كلاينت

  
function show() 
if (guiGetVisible (window) == true) then 
guiSetVisible (window, false) 
showCursor (false) 
else 
guiSetVisible (window, true) 
showCursor (true) 
triggerServerEvent("GetTheAclObject",localPlayer) 
end 
end 
bindKey ("F10", "down", show) 
addEvent("GetTheAclObject",true)  
addEventHandler("GetTheAclObject",root,  
function (OTable) 
guiGridListClear ( gridlist ) 
for index, O in ipairs ( OTable ) do 
local rw = guiGridListAddRow ( gridlist ) 
guiGridListSetItemText ( gridlist, rw, 1, O["Object"], false, false ) 
end 
end 
) 
  

سيرفر

  
addEvent("GetTheAclObject",true)  
addEventHandler("GetTheAclObject",root,  
function() 
OTable = {} 
for i, ObjectName in ipairs ( aclGroupListObjects(aclGetGroup("Admin")) ) do 
table.insert(OTable,{Object = ObjectName}) 
end 
triggerClientEvent(source,"GetTheAclObject",source,OTable) 
end 
) 
  

Edited by Guest
Link to comment
السلام عليكم

اخوي لما تفتح اللوحة خلها تمسح الي في الجرايد وتسويه من جديد

مثل:

guiGridListClear ( gridlist ) 
for i, ObjectName in ipairs ( aclGroupListObjects(aclGetGroup("Admin")) ) do 
local rw = guiGridListAddRow ( gridlist ) 
guiGridListSetItemText ( gridlist, rw, 1, ObjectName, false, false ) 
end 

هريس كلينت و سيرفر ._.

Link to comment
السلام عليكم

اخوي لما تفتح اللوحة خلها تمسح الي في الجرايد وتسويه من جديد

مثل:

guiGridListClear ( gridlist ) 
for i, ObjectName in ipairs ( aclGroupListObjects(aclGetGroup("Admin")) ) do 
local rw = guiGridListAddRow ( gridlist ) 
guiGridListSetItemText ( gridlist, rw, 1, ObjectName, false, false ) 
end 

هريس كلينت و سيرفر ._.

ههههههههههههههههههههههههههههههههههههه

ادري من جدي عدلته ورد شلته ههههههههههههه

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...