Joker_Mta Posted September 23, 2012 Share Posted September 23, 2012 بسم الله الرحمن الرحيم السلام عليكم ورحمة الله وبركاته صادفتني مشكله addEventHandler("onResourceStart",resourceRoot, function () local group = aclGetGroup ( "Police" ) if ( group ) then aclGroupAddObject ( group, "resource."..getAccountName ( * ) ) end end) addEventHandler("onResourceStop",resourceRoot, function () local group = aclGetGroup ( "Police" ) if ( group ) then aclGroupAddObject ( group, "resource."..getAccountName ( * ) ) end end) لمقصود من أكوادي لما يشغل شخص المود ينضاف بقروب الشرطه resource.* ولما يطفيه نفس الكلام ومشكورين مقدما Link to comment
TAPL Posted September 23, 2012 Share Posted September 23, 2012 ???????????????? getAccountName ( * ) Link to comment
Joker_Mta Posted September 23, 2012 Author Share Posted September 23, 2012 aclGroupAddObject ( group, "resource."..( * ) ) >? بعدين شوي شوي على ألأستفهام شكله انمسح من الكيبورد من كثر ماتضغطه Link to comment
Joker_Mta Posted September 24, 2012 Author Share Posted September 24, 2012 ردودكم شباب Link to comment
3NAD Posted September 24, 2012 Share Posted September 24, 2012 addEventHandler("onResourceStart",resourceRoot, function(theResource) local group = aclGetGroup ( "Police" ) if ( group ) then aclGroupAddObject ( group, "resource."..getResourceName(theResource).."" ) end end ) 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