فاّرس Posted April 16, 2013 Share Posted April 16, 2013 السلام عليكم ورحمه الله وبركاته ابي ايفنت اذا طلع سيارة ينفذ امر Link to comment
فاّرس Posted April 16, 2013 Author Share Posted April 16, 2013 ^ مو اذا خرج من السيارة, اذا طلع سياره يعني من اف1 طلع سيارة,, Link to comment
jafar Posted April 16, 2013 Share Posted April 16, 2013 ^ مو اذا خرج من السيارة,اذا طلع سياره يعني من اف1 طلع سيارة,, يطلع من اف1 بالزر نفسه لو gui ? Link to comment
فاّرس Posted April 16, 2013 Author Share Posted April 16, 2013 ^ مو اذا خرج من السيارة,اذا طلع سياره يعني من اف1 طلع سيارة,, يطلع من اف1 بالزر نفسه لو gui ? انت ما فهمت, قصدي كذآ onVehicleCreate< بس مافي مثل هذا الحدث Link to comment
iPrestege Posted April 16, 2013 Share Posted April 16, 2013 مافية ايفنت كذا سوية بـ setElementData , getElementData ... Link to comment
فاّرس Posted April 16, 2013 Author Share Posted April 16, 2013 مافية ايفنت كذا سوية بـsetElementData , getElementData ... مم مثآل لآهنت, لاني تعقدت فيها كلها key,value < مادري وش دخلها بالسيارة,, Link to comment
iPrestege Posted April 16, 2013 Share Posted April 16, 2013 local vehicle = createVehicle(.....); setElementData(vehicle,"Created",true); addCommandHandler("...", function ( ) if getElementData(vehicle,"Created") == true then return outputChatBox("* Data Found!",root,255,255,0,true); end; end ); Link to comment
فاّرس Posted April 16, 2013 Author Share Posted April 16, 2013 local vehicle = createVehicle(.....); setElementData(vehicle,"Created",true); addCommandHandler("...", function ( ) if getElementData(vehicle,"Created") == true then return outputChatBox("* Data Found!",root,255,255,0,true); end; end ); اها يعطيك العافيهه,الحين فهمتت,, Link to comment
فاّرس Posted April 24, 2013 Author Share Posted April 24, 2013 حآولت كذآ Car = createMarker(...); function anti() for _,c in ipairs(getElementType("vehicle")) do destroyElement(c) end end addEventHandler("onClientMarkerHit",Car,anti) لكن مآ نفع, عندي مكان بالبحر مابي السيارة تجي فيه سويت ماركر مخفي Link to comment
===|OSAMA|=== Posted April 24, 2013 Share Posted April 24, 2013 (edited) -- Server Side ! Car = createMarker ( ... ) addEventHandler ( "onMarkerHit", Car, function ( theElement ) if ( getElementType ( theElement ) == "vehicle" ) then destroyElement ( theElement ) end end, false ) Edited April 24, 2013 by Guest Link to comment
TAPL Posted April 24, 2013 Share Posted April 24, 2013 كلينت إلى عنصر مسويه من سيرفر destroyElement ما يمديك تسوي Link to comment
فاّرس Posted April 24, 2013 Author Share Posted April 24, 2013 ضبط شكرآ,, قفلوا الموضوع __, 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