Doffy Posted March 6, 2017 Share Posted March 6, 2017 ابي اول ما اللاعب الي فقروب الادمن يقرب من الماركر ويكون معه سيارة ما يصيرلها شي غير كذا اول ما يلمس الماركر سيارته تنسحب انا مسويها تنسحب للكل ومو عارف اصلحها محاولتي --Server marker = createMarker(308.14938,1819.38757,17.69653-1, "cylinder",35,255,255,255,0) addEventHandler("onMarkerHit",marker, function( hitElement ) if getElementType(hitElement) == "player" and getElementData(hitElement, "Group") == "[Admin]" then toggleControl(hitElement,"fire",false) else getElementType(hitElement,"vehicle") destroyElement(hitElement) setElementPosition ( hitElement ,268.46097,1821.98267,17.64063 ) end end) Link to comment
#BrosS Posted March 6, 2017 Share Posted March 6, 2017 Server marker = createMarker(308.14938,1819.38757,17.69653-1, "cylinder",35,255,255,255,0) addEventHandler("onMarkerHit",marker, function( hitElement ) Veh = getPedOccupiedVehicleShared(hitElement ) if getElementType(hitElement) == "player" and getElementData(hitElement, "Group") == "[Admin]" then toggleControl(hitElement,"fire",false) else destroyElement(veh) setElementPosition ( hitElement ,268.46097,1821.98267,17.64063 ) end end) Link to comment
#Soking Posted March 6, 2017 Share Posted March 6, 2017 اصلن كيف تجيب السياره مر المفروض بعد التحقق من انه لاعب تتحق انه معه سياره و بعد كذا تجيبها هيك لو ما معه بيطلع اخطاء بالديبق غير كذا انت مسوي else للتحقق عد الامنت و التحقق حق الداتا يعني لو افترضنا ان سياره بذون لاعب او اي المنت دخل المركر ؟؟؟؟؟؟ كيف بيسحب سيارته كودك ناقصه تحققات و تعديل @#BrosS 1 Link to comment
#BrosS Posted March 6, 2017 Share Posted March 6, 2017 marker = createMarker(308.14938,1819.38757,17.69653-1, "cylinder",35,255,255,255,0) addEventHandler("onMarkerHit",marker, function( hitElement ) if getElementType(hitElement) == "player" and getElementData(hitElement, "Group") == "[Admin]" then toggleControl(hitElement,"fire",false) local Veh = getPedOccupiedVehicle ( hitElement ) else if veh then destroyElement(veh) end setElementPosition ( hitElement ,268.46097,1821.98267,17.64063 ) 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