#TeKa Posted April 19, 2017 Author Share Posted April 19, 2017 Just now, Killer Project said: شوف انا احس ان فيه مشاكل في الكومند من اف 8 قول فكرة غير وبسويها لك انا عايز لما يكون ف السيارة و يكتب park يعمل علامة ع السيارة و لما يخرج و يجي للسيارة تاني العلامة تروح Just now, Killer Project said: شوف انا احس ان فيه مشاكل في الكومند من اف 8 قول فكرة غير وبسويها لك انا كوانت عايز ان اول لما يكتب park يعمل علامة ع السيارة و لما ينزل و يجي للسيارة تاني العلامة تروح و هكذا Link to comment
AHMED MOSTAFA Posted April 19, 2017 Share Posted April 19, 2017 Just now, #TeKa said: انا عايز لما يكون ف السيارة و يكتب park يعمل علامة ع السيارة و لما يخرج و يجي للسيارة تاني العلامة تروح ابيك تشوف شي غير الكومند مثلاً لمن يضغط على زر جيو او زر من لوحة المفاتيح كذا يعني لأنو جربت الكومند كثير وتصير معي مشاكل فيه احياناً واغلب الاوقات ما يشتغل Link to comment
Master_MTA Posted April 19, 2017 Share Posted April 19, 2017 theblip={} addEventHandler('onVehicleStartEnter',root,function(plr) if isElement(theblip[plr]) then destroyElement(theblip[plr]) end end) addEventHandler('onVehicleStartExit',root,function(plr) if not isElement(theblip[plr]) then theblip[plr]=createBlipAttachedTo(source,15) end end) غير مجرب Link to comment
#TeKa Posted April 19, 2017 Author Share Posted April 19, 2017 Just now, Killer Project said: ابيك تشوف شي غير الكومند مثلاً لمن يضغط على زر جيو او زر من لوحة المفاتيح كذا يعني لأنو جربت الكومند كثير وتصير معي مشاكل فيه احياناً واغلب الاوقات ما يشتغل طب بوص انا عملت button ع الجنب قولي بقا استعمل اي ؟ Link to comment
AHMED MOSTAFA Posted April 19, 2017 Share Posted April 19, 2017 Just now, Master_MTA said: theblip={} addEventHandler('onVehicleStartEnter',root,function(plr) if isElement(theblip[plr]) then destroyElement(theblip[plr]) end end) addEventHandler('onVehicleStartExit',root,function(plr) if not isElement(theblip[plr]) then theblip[plr]=createBlipAttachedTo(source,15) end end) غير مجرب ماستر هل فيه مشاكل في كتابة كلمة في اف 8 ؟ اقصد هل مرات تواجهك مشاكل ؟ Link to comment
Master_MTA Posted April 19, 2017 Share Posted April 19, 2017 Just now, Killer Project said: ماستر هل فيه مشاكل في كتابة كلمة في اف 8 ؟ اقصد هل مرات تواجهك مشاكل ؟ ليه لا؟ تقدر تخلي العلامه كلنت لو يبيه كوماند Link to comment
AHMED MOSTAFA Posted April 19, 2017 Share Posted April 19, 2017 Just now, #TeKa said: طب بوص انا عملت button ع الجنب قولي بقا استعمل اي ؟ -- جرب GUIbutton = ... function Test ( ) local vehicle = getPlayerOccupiedVehicle ( localPlayer ) if vehicle then setElementData ( vehicle, "vehicledata", "vehicleTrue" ) if isElement (blip) then destroyElement ( blip ) blip = createBlipAttachedTo ( vehicle, 46 ) else blip = createBlipAttachedTo ( vehicle, 46 ) end outputChatBox("start",255,255,255) end end addEventHandler ( "onClientGUIClick", GUIbutton, Test ) function Test2 ( ) if getElementData ( source, "vehicledata" ) == "vehicleTrue" then setElementData ( source, "vehicledata", "vehicleFalse" ) if isElement (blip) then destroyElement ( blip ) end end end addEventHandler("onClientVehicleStartEnter",root, Test2 ) جرب ذا Link to comment
#TeKa Posted April 19, 2017 Author Share Posted April 19, 2017 Just now, Killer Project said: -- جرب GUIbutton = ... function Test ( ) local vehicle = getPlayerOccupiedVehicle ( localPlayer ) if vehicle then setElementData ( vehicle, "vehicledata", "vehicleTrue" ) if isElement (blip) then destroyElement ( blip ) blip = createBlipAttachedTo ( vehicle, 46 ) else blip = createBlipAttachedTo ( vehicle, 46 ) end outputChatBox("start",255,255,255) end end addEventHandler ( "onClientGUIClick", GUIbutton, Test ) function Test2 ( ) if getElementData ( source, "vehicledata" ) == "vehicleTrue" then setElementData ( source, "vehicledata", "vehicleFalse" ) if isElement (blip) then destroyElement ( blip ) end end end addEventHandler("onClientVehicleStartEnter",root, Test2 ) جرب ذا بردو Link to comment
AHMED MOSTAFA Posted April 19, 2017 Share Posted April 19, 2017 Just now, #TeKa said: بردو GUIbutton = ... function Test ( ) if source == GUIbutton then local vehicle = getPlayerOccupiedVehicle ( localPlayer ) if vehicle then setElementData ( vehicle, "vehicledata", "vehicleTrue" ) if isElement (blip) then destroyElement ( blip ) blip = createBlipAttachedTo ( vehicle, 46 ) else blip = createBlipAttachedTo ( vehicle, 46 ) end outputChatBox("start",255,255,255) end end end addEventHandler ( "onClientGUIClick", root, Test ) function Test2 ( ) if getElementData ( source, "vehicledata" ) == "vehicleTrue" then setElementData ( source, "vehicledata", "vehicleFalse" ) if isElement (blip) then destroyElement ( blip ) end end end addEventHandler("onClientVehicleStartEnter",root, Test2 ) Link to comment
Master_MTA Posted April 19, 2017 Share Posted April 19, 2017 15 minutes ago, #TeKa said: بردو جربت كودي ولا سحبت Link to comment
AE. Posted April 19, 2017 Share Posted April 19, 2017 blipq = nil function omag(player,com) if isPedInVehicle ( player ) then daveh = getPedOccupiedVehicle(player) blipq = createBlipAttachedTo(daveh,46) setElementData(daveh,"parked",true) end end addCommandHandler("park",omag) function on(dae) if getElementData(dae,"parked") == true then setElementData(dae,"parked",false) destroyElement(blipq) end end addEventHandler("onPlayerVehicleEnter",getRootElement(),on) حط الكود سيرفر Link to comment
Abdul KariM Posted April 19, 2017 Share Posted April 19, 2017 @3laa33 كودك خاطئ المتغيرات بالسيرفر سايد راح تكون للكل موب للاعب الي كتب الامر Link to comment
AE. Posted April 19, 2017 Share Posted April 19, 2017 (edited) 14 minutes ago, Abdul KariM said: @3laa33 كودك خاطئ المتغيرات بالسيرفر سايد راح تكون للكل موب للاعب الي كتب الامر صحيح شكرا عالتنبيه blipq = {} function omag(player,com) if isPedInVehicle ( player ) then daveh = getPedOccupiedVehicle(player) blipq[getPlayerName(player)] = createBlipAttachedTo(daveh,46,1,0,0,0,255,0,99999.0,player) setElementData(daveh,"parked",true) end end addCommandHandler("park",omag) function on(dae) if getElementData(dae,"parked") == true then setElementData(dae,"parked",false) destroyElement(blipq[getPlayerName(source)]) end end addEventHandler("onPlayerVehicleEnter",getRootElement(),on) Edited April 19, 2017 by 3laa33 Link to comment
#BrosS Posted April 19, 2017 Share Posted April 19, 2017 @3laa33 تحط علامة على اسم اللاعب ؟ وخطأ ثاني , راجع الكود Link to comment
AE. Posted April 19, 2017 Share Posted April 19, 2017 Just now, #BrosS said: @3laa33 تحط علامة على اسم اللاعب ؟ وخطأ ثاني , راجع الكود انا مجرب الكود وشغال تمام العلامة علي السيارة Link to comment
Abdul KariM Posted April 19, 2017 Share Posted April 19, 2017 @3laa33 نفترض ان الاعب غيره اسمه راح تواجه مشاكل , اما تسويها على السريال والافضل على الاعب نفسه + مايحتاج داتا تحقق من قيمة التيبل افضل من الداتا Link to comment
AE. Posted April 19, 2017 Share Posted April 19, 2017 طيب بدال التعليقات ليش ماتسووها انتو 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