SaedAmer Posted April 20, 2016 Posted April 20, 2016 عاوز كود الي يفتح الوحة كونسول بس غير كده يقولو you are not Console
Me[Z]oO Posted April 20, 2016 Posted April 20, 2016 اطرح كود الفتح حقك Skype :- mezo.prince1 FaceBook :- https://www.facebook.com/medolua YouTube :- http://www.youtube.com/c/MeZoOPriNse
Adham Posted April 20, 2016 Posted April 20, 2016 isObjectInACLGroup قد تكونآمنيآتنآ حزينه !وآحلآمُنآ ملت طآبور آلإنتِظآر لكنهآ ،تتشبث بآلأمل فنفوسُنآ خُلقت لتقول غداً آجمل
iMr.WiFi..! Posted April 20, 2016 Posted April 20, 2016 -- Client Side bindKey("C",'down', function () triggerServerEvent("OpenWin",localPlayer) end ) addEvent("Open",true) addEventHandler("Open", root, function() if guiGetVisible(wnd) == false then guiSetVisible(wnd, true) showCursor(true) else guiSetVisible(wnd, false) showCursor(false) end end ) --Server Side addEvent("OpenWin",true) addEventHandler("OpenWin", root, function ( Player ) if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( Player ) ),aclGetGroup ("Console") ) then triggerClientEvent ( Player,"Open",Player ) else outputChatBox("you are not Console") end ) Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة ليس عليك اسعاد الجميع , ولكن عليك بإن لا تؤذي أحداً =========You do not have to make everyone happy, But you should not hurt anyone Want to contact with me? Discord: JustCarry#2616 (Always there)Skype: Live:JustCarry10 (Not always)
SaedAmer Posted April 20, 2016 Author Posted April 20, 2016 -- Client Side bindKey("C",'down', function () triggerServerEvent("OpenWin",localPlayer) end ) addEvent("Open",true) addEventHandler("Open", root, function() if guiGetVisible(wnd) == false then guiSetVisible(wnd, true) showCursor(true) else guiSetVisible(wnd, false) showCursor(false) end end ) --Server Side addEvent("OpenWin",true) addEventHandler("OpenWin", root, function ( Player ) if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( Player ) ),aclGetGroup ("Console") ) then triggerClientEvent ( Player,"Open",Player ) else outputChatBox("you are not Console") end )
iMr.WiFi..! Posted April 20, 2016 Posted April 20, 2016 -- Client side bindKey("C",'down', function () triggerServerEvent("OpenWin",localPlayer) end ) addEvent("Open",true) addEventHandler("Open", root, function() if guiGetVisible(wnd) == false then guiSetVisible(wnd, true) showCursor(true) else guiSetVisible(wnd, false) showCursor(false) end end ) -- Server Side addEvent("OpenWin",true) addEventHandler("OpenWin", root, function ( ) if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( source ) ),aclGetGroup ("Console") ) then triggerClientEvent ( source,"Open",source ) else outputChatBox("you are not Console") end ) Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة ليس عليك اسعاد الجميع , ولكن عليك بإن لا تؤذي أحداً =========You do not have to make everyone happy, But you should not hurt anyone Want to contact with me? Discord: JustCarry#2616 (Always there)Skype: Live:JustCarry10 (Not always)
SaedAmer Posted April 20, 2016 Author Posted April 20, 2016 -- Client side bindKey("C",'down', function () triggerServerEvent("OpenWin",localPlayer) end ) addEvent("Open",true) addEventHandler("Open", root, function() if guiGetVisible(wnd) == false then guiSetVisible(wnd, true) showCursor(true) else guiSetVisible(wnd, false) showCursor(false) end end ) -- Server Side addEvent("OpenWin",true) addEventHandler("OpenWin", root, function ( ) if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( source ) ),aclGetGroup ("Console") ) then triggerClientEvent ( source,"Open",source ) else outputChatBox("you are not Console") end ) تمام دلوقتي لما بكتب c.c في ف8 بيظهر الموس بس -- Client side addCommandHandler ( "c.c", function () triggerServerEvent("OpenWin",localPlayer) end ) addEvent("Open",true) addEventHandler("Open", root, function() if guiGetVisible(wnd) == false then guiSetVisible(wnd, true) showCursor(true) else guiSetVisible(wnd, false) showCursor(false) end end ) -- Server Side addEvent("OpenWin",true) addEventHandler("OpenWin", root, function ( ) if isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( source ) ),aclGetGroup ("Console") ) then triggerClientEvent ( source,"Open",source ) else outputChatBox("you are not Console") end )
iMr.WiFi..! Posted April 20, 2016 Posted April 20, 2016 بدل ب wnd بأسم لوحتك Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة ليس عليك اسعاد الجميع , ولكن عليك بإن لا تؤذي أحداً =========You do not have to make everyone happy, But you should not hurt anyone Want to contact with me? Discord: JustCarry#2616 (Always there)Skype: Live:JustCarry10 (Not always)
SaedAmer Posted April 20, 2016 Author Posted April 20, 2016 بدل ب wnd بأسم لوحتك بردو يظهر الموس بس addCommandHandler ( "c.c", function () triggerServerEvent("OpenWin",localPlayer) end ) addEvent("Open",true) addEventHandler("Open", root, function() if guiGetVisible(window) == false then guiSetVisible(window, true) showCursor(true) else guiSetVisible(window, false) showCursor(false) end end )
iMr.WiFi..! Posted April 20, 2016 Posted April 20, 2016 جرب addCommandHandler ( "c.c", function () triggerServerEvent("OpenWin",localPlayer) end ) addEvent("Open",true) addEventHandler("Open", root, function() guiSetVisible (window,not guiGetVisible (window)) showCursor (guiGetVisible (window)) end ) Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة ليس عليك اسعاد الجميع , ولكن عليك بإن لا تؤذي أحداً =========You do not have to make everyone happy, But you should not hurt anyone Want to contact with me? Discord: JustCarry#2616 (Always there)Skype: Live:JustCarry10 (Not always)
Mhmd.z Posted April 20, 2016 Posted April 20, 2016 addCommandHandler ( "c.c", function () triggerServerEvent("OpenWin",localPlayer) end ) addEvent("Open",true) addEventHandler("Open", root, function() if guiGetVisible(window) then guiSetVisible (window, true) showCursor(true) else guiSetVisible(window, false) showCursor(false) end end )
SaedAmer Posted April 20, 2016 Author Posted April 20, 2016 جرب addCommandHandler ( "c.c", function () triggerServerEvent("OpenWin",localPlayer) end ) addEvent("Open",true) addEventHandler("Open", root, function() guiSetVisible (window,not guiGetVisible (window)) showCursor (guiGetVisible (window)) end ) ولا شئ مفيش حاجة بتفتح
iMr.WiFi..! Posted April 20, 2016 Posted April 20, 2016 اطرح الاكواد كاملة احس انه في مشكلة ’ في اكوادك ' Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة ليس عليك اسعاد الجميع , ولكن عليك بإن لا تؤذي أحداً =========You do not have to make everyone happy, But you should not hurt anyone Want to contact with me? Discord: JustCarry#2616 (Always there)Skype: Live:JustCarry10 (Not always)
SaedAmer Posted April 20, 2016 Author Posted April 20, 2016 اطرح الاكواد كاملة احس انه في مشكلة ’ في اكوادك ' خاص
Me[Z]oO Posted April 20, 2016 Posted April 20, 2016 اطرح كود فتح اللوحة خاص وبحل لك مشكلتك Skype :- mezo.prince1 FaceBook :- https://www.facebook.com/medolua YouTube :- http://www.youtube.com/c/MeZoOPriNse
3SM Posted April 20, 2016 Posted April 20, 2016 اطرح كودك Lua Programmer Welcome To Server [ملوك العرب لعشاق الهجولة M.9 =) .
Me[Z]oO Posted April 20, 2016 Posted April 20, 2016 تمام واي فاي و ميزو ساعدوني --------- العفو حياك الله Skype :- mezo.prince1 FaceBook :- https://www.facebook.com/medolua YouTube :- http://www.youtube.com/c/MeZoOPriNse
3SM Posted April 20, 2016 Posted April 20, 2016 اخ تاخرت بس يلا مرة اخرى Lua Programmer Welcome To Server [ملوك العرب لعشاق الهجولة M.9 =) .
iMr.WiFi..! Posted April 20, 2016 Posted April 20, 2016 تمام واي فاي و ميزو ساعدوني --------- حياك الله اي مساعدة تفضل ,نساعدك Experienced MTA developer for 4 years. | MTA خبرة 4 سنين في برمجة ليس عليك اسعاد الجميع , ولكن عليك بإن لا تؤذي أحداً =========You do not have to make everyone happy, But you should not hurt anyone Want to contact with me? Discord: JustCarry#2616 (Always there)Skype: Live:JustCarry10 (Not always)
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