Sfa7 Posted January 30, 2013 Share Posted January 30, 2013 (edited) تمت الافاده Edited January 31, 2013 by Guest Link to comment
iPrestege Posted January 31, 2013 Share Posted January 31, 2013 ( GreenZone ) : https://community.multitheftauto.com/index.php?p=resources&s=details&id=1287 Link to comment
Sfa7 Posted January 31, 2013 Author Share Posted January 31, 2013 اخوي برستيج هذا مادري كيف جاي ماعرف استخدمه انا ابي اسوي ماركر الي يدخله مايقدر يضرب وينسحب موتره بس.! ماضن يبيلها كل هذا المود ووو Link to comment
iMr.Dawix~# Posted January 31, 2013 Share Posted January 31, 2013 OnClientMarkerHit destroyElement onClientPlayerDamage onClientPlayerWeaponFire Link to comment
iPrestege Posted January 31, 2013 Share Posted January 31, 2013 createColCuboid createMarker toggleControl setElementData getElementData destroyElement "onMarkerHit" "onColShapeHit" "onColShapeLeave" Link to comment
===|OSAMA|=== Posted January 31, 2013 Share Posted January 31, 2013 -- Server Side ! SafahM = createMarker ( x, y, z, "cylinder", size, 0, 0, 0, 0 ) addEventHandler ( "onMarkerHit", SafahM, function ( hitPlayer ) if getElementType ( hitPlayer ) == "player" then toggleControl ( hitPlayer, "fire", false ) elseif getElementType ( hitPlayer ) == "vehicle" then local Player = getVehicleController ( hitPlayer ) outputChatBox ( "* ممنوع دخول المواتر هنا !", Player, 255, 0, 0, true ) destroyElement ( hitPlayer ) end end ) addEventHandler ( "onMarkerLeave", SafahM, function ( leftPlayer ) if getElementType ( leftPlayer ) == "player" then toggleControl ( leftPlayer, "fire", true ) end end ) الإستبدآل في السطر الأول فقط , x, y, z = إحداثيات الماركر ! size = حجم الماركر ! Link to comment
Sfa7 Posted January 31, 2013 Author Share Posted January 31, 2013 كفوووووووووووو اخوي اسامه وربي انك ابدااااااااااااااااااااااااااع يعطيك الف عافيه انت الي فااهمني لووول Link to comment
===|OSAMA|=== Posted January 31, 2013 Share Posted January 31, 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