EH10 Posted April 11, 2014 Share Posted April 11, 2014 السلام عليكم طلب فنكشات اذا انفك الصندوق حق الشاحنة الي ورا ودخلت الماركر ماتاخذ فلوس ولا ينسحب الماركر Link to comment
iPrestege Posted April 11, 2014 Share Posted April 11, 2014 السلام عليكمطلب فنكشات اذا انفك الصندوق حق الشاحنة الي ورا ودخلت الماركر ماتاخذ فلوس ولا ينسحب الماركر مافهمت ماتاخذ فلوس؟ ولا ينسحب الماركر؟ مايصير ولا واحد أساساً؟ Link to comment
The Killer Posted April 11, 2014 Share Posted April 11, 2014 تقدر تستخدم حدث 'onTrailerDetach' Link to comment
EH10 Posted April 11, 2014 Author Share Posted April 11, 2014 تقدر تستخدم حدث 'onTrailerDetach' انا مسوي ماركر والي يدخله بالشاحنة وفيها لصندوق ياخذ فلوس وينسحب الماركر واذا مافيه الصندوق ودخل يقول ارجع واخذ الصندوق Link to comment
iPrestege Posted April 11, 2014 Share Posted April 11, 2014 انت تسوي المقطورة في نفس المود ولا من مود ثاني وهل هي المقطورة الوحيدة؟ Link to comment
</Mr.Tn6eL> Posted April 11, 2014 Share Posted April 11, 2014 createMarker -- صنع ماركر onMarkerHit -- عند دخول الماركر getElementsByType --- نتحق ان اللي دخل الماركر لاعب isPedInVehicle -- نتحقق انه جوا السيارة detachTrailerFromVehicle -- نتحقق ان حوض التريلا مو مفصول givePlayerMoney -- نعطيه فلوس destroyElement -- نسحب الماركر Link to comment
EH10 Posted April 12, 2014 Author Share Posted April 12, 2014 (edited) local marker = createMarker(x,y,z, "cylinder",1.5,255,0,0,160) addEventHandler("onMarkerHit", marker, function() for _,v in ipairs( getElementsByType( "player" ) ) do if isPedInVehicle (v) then local Detach = detachTrailerFromVehicle(v) givePlayerMoney(source, 100) destroyElement(marker) end end end ) Edited April 22, 2014 by Guest Link to comment
al-Kobra Posted April 12, 2014 Share Posted April 12, 2014 if Detach == true then ضيف هالكود تحت السطر 6 Link to comment
فاّرس Posted April 12, 2014 Share Posted April 12, 2014 حبيبي الكود من اوله لين آخره غلط , روح اقرأ السينتاكس وبعدين تعال سوي الكود . Link to comment
™!>VàLéNTiNô<!™ Posted April 22, 2014 Share Posted April 22, 2014 جرب اخى بس انا ماجربتو والكود فيه فنكشنات شبه العفريت شوى المهم جربو وقلنا local marker = createMarker(x,y,z, "cylinder",1.5,255,0,0,160) addEventHandler("onMarkerHit", marker, function (Element) if getElementType ( Element ) == "player" and isPedInVehicle ( Element ) then local theVehicle = getPedOccupiedVehicle(Element) local success = detachTrailerFromVehicle(theVehicle) if not success then givePlayerMoney( Element, TheMoney) destroyElement ( source ) end end end ) Link to comment
EH10 Posted April 22, 2014 Author Share Posted April 22, 2014 جرب اخى بس انا ماجربتو والكود فيه فنكشنات شبه العفريت شوى المهم جربو وقلنا local marker = createMarker(x,y,z, "cylinder",1.5,255,0,0,160) addEventHandler("onMarkerHit", marker, function (Element) if getElementType ( Element ) == "player" and isPedInVehicle ( Element ) then local theVehicle = getPedOccupiedVehicle(Element) local success = detachTrailerFromVehicle(theVehicle) if not success then givePlayerMoney( Element, TheMoney) destroyElement ( source ) end end end ) ماضبطط Link to comment
™!>VàLéNTiNô<!™ Posted April 22, 2014 Share Posted April 22, 2014 انت تقصد الصندوق كامل اللى فى السيارة ولا شئ موجود داخل الصندوق اللى فى السيارة Link to comment
</Mr.Tn6eL> Posted April 22, 2014 Share Posted April 22, 2014 استعمل التريلا وركب حوضها وجرب 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