3ssol Posted June 2, 2013 Share Posted June 2, 2013 السلام عليكم شباب ابي الوحه تفتح للكونسل والمشكله الاكواد سيرفرر وش الحل ؟ addCommandHandler("Cons", function ( player ) local accName = getAccountName(getPlayerAccount(player)) if isObjectInACLGroup("user."..accName, aclGetGroup("Console")) then if guiGetVisible ( GUIEditor.window[1] ) then guiSetVisible ( GUIEditor.window[1], false ) guiSetVisible ( GUIEditor.window[2], false ) showCursor(false) else guiSetVisible ( GUIEditor.window[1], true ) guiSetVisible ( GUIEditor.window[2], false ) showCursor(true) end else outputChatBox ( "فقط الكونسل ", source, 20,230,249, true ) end end) بليز سريع شباب Link to comment
iPrestege Posted June 2, 2013 Share Posted June 2, 2013 كل شيء ولة حلة : المفروض تستخدم الوظيفة : triggerClientEvent عموماَ كودكـ يصير كذآ ~ : -- # Server Side : addCommandHandler("Cons", function ( player ) local accName = getAccountName(getPlayerAccount(player)) if isObjectInACLGroup("user."..accName, aclGetGroup("Console")) then triggerClientEvent ( player,'ShowGui',player ) else outputChatBox ( "فقط الكونسل ", player, 20,230,249, true ) end end ) -- # Client Side : addEvent('ShowGui',true) addEventHandler('ShowGui',root, function ( ) if guiGetVisible ( GUIEditor.window[1] ) then guiSetVisible ( GUIEditor.window[1], false ) guiSetVisible ( GUIEditor.window[2], false ) showCursor(false) else guiSetVisible ( GUIEditor.window[1], true ) guiSetVisible ( GUIEditor.window[2], false ) showCursor(true) end end ) عنوان موضوعكـ مخالف لـ قوانين المنتدى .. Link to comment
3ssol Posted June 2, 2013 Author Share Posted June 2, 2013 وقسسسسسسسسسسسسسسم بالله انك شنننب وذييب ي برستيج ذيب بـ معنا الكلمه ماشاءالله عليك دايم اتمني اني اكون زيك Link to comment
3ssol Posted June 2, 2013 Author Share Posted June 2, 2013 اكيييد اششتغل انت عمرك عطيتني شي غلط ؟ دايم تبرمج بدون ماتجرب ويضبط ههههههههه يعطيك العافيه ي بعدي 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