SaedAmer Posted July 6, 2016 Share Posted July 6, 2016 السلام عليكم دلوقتي الكود ده لما اضغط علي الاعب يفتح الوحة عاوز ازود عليه لما اضغط علي العربية تتفتح الوحة ويجبلي اخر واحد كان يسوقها function elementClicked(_,_,plr,veh) local mhaster12 = getPlayerName (source) local gfg = getVehicleController ( source ) local mnm = getPlayerName (gfg) if getElementType (source) == "player" or getElementType (source) == "vehicle" then triggerClientEvent(plr,"openGui",plr) triggerClientEvent(plr,"openGui123",plr,mhaster12) removeElementData (plr,"bugfix") removeEventHandler ("onElementClicked",plr,elementClicked) end end addEvent("check2",true) addEventHandler("check2",root, function() local acc = getPlayerAccount(source) if isObjectInACLGroup("user."..getAccountName(acc),aclGetGroup("Police")) then addEventHandler("onElementClicked",source,elementClicked) setElementData (source,"bugfix",true) else outputChatBox("You are not police or admin",source,255,255,255) end end ) Link to comment
s7BaT Posted July 10, 2016 Share Posted July 10, 2016 وش بتسوي انت ماشاء الله عليك اكثر المواضيع لك انت حاول قبل لا تسوي الموضوع كذا ما بتستفيد انت حاول بنفسك اذا مره ما فهمت سو موضوع لاتزعل من كلامي بس عشن تستفيد Link to comment
s7BaT Posted July 10, 2016 Share Posted July 10, 2016 وضح شويه يعني يبي اذا ضغط على السياره يعرف اخر لاعب كان يسوقها اعتقد قصده كذا ================================================= طيب بعطيك مبدأيا سوح حدث دخول الاعب السياره جيب اسم الاعب الي خش السياره وجيب السياره الي دخلها الاعب واضبط الداتا حقتها باسم الاعب واذا ضغطت على السياره جيب الداتا حقتها وهي بتكون اسم الاعب وبعدها تقدر تجيب الاعب من ااسمه انا اعطيتك مبدأيا يعني ما جربت وانت حاول وفكر Link to comment
' A F . Posted July 10, 2016 Share Posted July 10, 2016 getVehicleController عشان تجيب السائق . ^ Link to comment
s7BaT Posted July 10, 2016 Share Posted July 10, 2016 getVehicleControllerعشان تجيب السائق . ^ خلهم يتورطون كل الي في السياره Link to comment
' A F . Posted July 10, 2016 Share Posted July 10, 2016 getVehicleControllerعشان تجيب السائق . ^ خلهم يتورطون كل الي في السياره ابشر getVehicleOccupants Link to comment
SaedAmer Posted July 10, 2016 Author Share Posted July 10, 2016 طيب دلوقتي ده فيه كود لما اضغط علي السيارة تتسحب انا عاوزها لما اضغط علي السيارة تتفتح الوحة و لما اضغط علي بطن يسحب السيارة function strong ( ) showCursor (true) guiSetVisible(Players, true) guiSetVisible (wnd, true) end addEvent( "openGui", true ) addEventHandler( "openGui",root,strong) bindKey( "M", "down", function () triggerServerEvent ( "check2", localPlayer ) showCursor( not isCursorShowing() ) end) addEvent("openGui123",true) addEventHandler("openGui123",root, function ( Name ) guiSetText ( wnd , tostring ( Name ) ) end) addEvent("openGui1234",true) addEventHandler("openGui1234",root, function ( Name1 ) guiSetText ( wnd , tostring ( Name1 ) ) end) addEvent("openGui12345",true) addEventHandler("openGui12345",root, function ( Name12 ) addEventHandler("onClientGUIClick", getRootElement(), OnClick12) end) function OnClick12(button, state, absoluteX, absoluteY, Name12) if source == destroy then triggerServerEvent ( "DestroyP", localPlayer, guiGetText(wnd),Name12 ) end end Link to comment
s7BaT Posted July 10, 2016 Share Posted July 10, 2016 طيب دلوقتي ده فيه كود لما اضغط علي السيارة تتسحبانا عاوزها لما اضغط علي السيارة تتفتح الوحة و لما اضغط علي بطن يسحب السيارة function strong ( ) showCursor (true) guiSetVisible(Players, true) guiSetVisible (wnd, true) end addEvent( "openGui", true ) addEventHandler( "openGui",root,strong) bindKey( "M", "down", function () triggerServerEvent ( "check2", localPlayer ) showCursor( not isCursorShowing() ) end) addEvent("openGui123",true) addEventHandler("openGui123",root, function ( Name ) guiSetText ( wnd , tostring ( Name ) ) end) addEvent("openGui1234",true) addEventHandler("openGui1234",root, function ( Name1 ) guiSetText ( wnd , tostring ( Name1 ) ) end) addEvent("openGui12345",true) addEventHandler("openGui12345",root, function ( Name12 ) addEventHandler("onClientGUIClick", getRootElement(), OnClick12) end) function OnClick12(button, state, absoluteX, absoluteY, Name12) if source == destroy then triggerServerEvent ( "DestroyP", localPlayer, guiGetText(wnd),Name12 ) end end اطرح سيرفر Link to comment
SaedAmer Posted July 11, 2016 Author Share Posted July 11, 2016 addEventHandler ( 'onElementClicked', root, function ( _,_, plr ) local msa = getPlayerName ( getElementData ( plr, 'lastUsed' ) ) local mhaster12 = getPlayerName (source) local acc = getPlayerAccount(plr) if isObjectInACLGroup("user."..getAccountName(acc),aclGetGroup("Police")) then if getElementType ( source ) == 'vehicle' then triggerClientEvent(plr,"openGui",plr) triggerClientEvent(plr,"openGui123",plr,msa) triggerClientEvent(plr,"openGui12345",plr,nmn) destroyElement (source) removeElementData (plr,"bugfix") elseif getElementType ( source ) == 'player' then triggerClientEvent(plr,"openGui",plr) triggerClientEvent(plr,"openGui1234",plr,mhaster12) removeElementData (plr,"bugfix") end end end) addEventHandler ( 'onVehicleExit', root, function ( plr, seat, jacked ) local count = getOcc ( plr, source ) if count == 0 then setElementData ( plr, 'lastUsed', plr ) counter [ plr ] = 0; end end) addEventHandler ( 'onVehicleEnter', root, function ( plr, seat, jacked ) setElementData ( plr, 'lastCarUsed', plr ) end) addEvent("check2",true) addEventHandler("check2",root, function() local acc = getPlayerAccount(source) if isObjectInACLGroup("user."..getAccountName(acc),aclGetGroup("Police")) then setElementData (source,"bugfix",true) 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