baba Posted March 19, 2015 Share Posted March 19, 2015 سلام عليكم شباب انا ابي كود ماركر يصلح السيارات يعين اذا دخلت الماركر يصلح لي السيارة حقتي ارجو التوضيح Link to comment
[DONE]* Posted March 19, 2015 Share Posted March 19, 2015 سلام عليكم شبابانا ابي كود ماركر يصلح السيارات يعين اذا دخلت الماركر يصلح لي السيارة حقتي ارجو التوضيح Client function fix() fixVehicle (source ) end addEventHandler ( "onClientMarkerHit", getRootElement(), fix ) (ناقص تعريف الماركر ) عاد انت سويه او اي احد يصلح الكود Link to comment
justboy Posted March 19, 2015 Share Posted March 19, 2015 ^The source of this event is the marker that got hit by the player. السورس هو الماركر Link to comment
ikAkA07 Posted March 19, 2015 Share Posted March 19, 2015 -- Events "onMarkerHit" -- functions createMarker fixVehicle Link to comment
justboy Posted March 19, 2015 Share Posted March 19, 2015 marker = createMarker(x,y,z) addEventHandler("onClientMarkerHit",root,function(player) if source == marker then if isPedInVehicle(player) then vehicle = getPedOccupiedVehicle(player) fixVehicle(vehicle) end end end) Link to comment
baba Posted March 19, 2015 Author Share Posted March 19, 2015 marker = createMarker(x,y,z) addEventHandler("onClientMarkerHit",root,function(player) if source == marker then if isPedInVehicle(player) then vehicle = getPedOccupiedVehicle(player) fixVehicle(vehicle) end end end) حطيت الاحدثيات وما يصلح Link to comment
yazan Posted March 19, 2015 Share Posted March 19, 2015 (edited) خطا Edited March 19, 2015 by Guest Link to comment
#DRAGON!FIRE Posted March 19, 2015 Share Posted March 19, 2015 الاكواد اللي فوق كلها خطا .. : local marker = createMarker ( ... ) addEventHandler ( "onMarkerHit", resourceRoot, function ( element ) if ( source == marker ) then if ( getElementType ( element ) == "vehicle" ) then fixVehicle ( element ) end 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