#1Topro Posted June 19, 2016 Share Posted June 19, 2016 السلام عليكم شباب أبي كود يخلي اللوحة تفتح بزر وأبي احدثيات السلاب وسحب اسسيارة Link to comment
Adham Posted June 19, 2016 Share Posted June 19, 2016 الطلب الطلبته مني فيس اول شي الزر bindKey ( "F10", "down", function ( ) guiSetVisible ( GUIEditor.window[1], not guiGetVisible ( GUIEditor.window[1] ) ) showCursor ( guiGetVisible ( GUIEditor.window[1] ) ) end ) بعدين كود لما يحدد علي لاعب يصكو سلاب addEventHandler("onClientGUIClick",root, function () if ( source == GUIEditor.button[1] ) then local sel = guiGridListGetSelectedItem(grid) local text = guiGridListGetItemText(grid,sel,1) local plr = getPlayerFromName(text) triggerServerEvent("killPlayer",localPlayer,plr) end end ) addEvent("killPlayer",true) addEventHandler("killPlayer",root, function (plr) killPed(plr) end ) كوود سحب السياره addEventHandler("onClientGUIClick",resourceRoot,function () if ( source == RemoveCar ) then triggerServerEvent ( "Destroy",localPlayer) end end) addEvent( "Destroy", true ) addEventHandler( "Destroy",root,function () local Veh = getPedOccupiedVehicle ( source ) if Veh then destroyElement ( Veh ) end end) بالتوفق . Link to comment
فاّرس Posted June 19, 2016 Share Posted June 19, 2016 (edited) الكود الثاني لازم تتحقق انه اختار شي من الاساس!, + السلاب مو كذا السلاب تجيب دم اللاعب وتنقص 10 منه كمثال. كود سحب السياره, اول شي تحقق انه معه سياره اساساَ كذا بيجي خطأ لو مامعه سياره . Edited June 19, 2016 by Guest Link to comment
Mr.CoR Posted June 19, 2016 Share Posted June 19, 2016 الكود الثاني لازم تتحقق انه اختار شي من الاساس!, + السلاب مو كذا السلام تجيب دم اللاعب وتنقص 10 منه كمثال.كود سحب السياره, اول شي تحقق انه معه سياره اساساَ كذا بيجي خطأ لو مامعه سياره . 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