baba Posted March 11, 2015 Share Posted March 11, 2015 سلام عليكم شباب ابي كود بيت يكون لي اي حد مثال انا حاط بيت ابي الي يدخل الماركر ينقله على البيت طبعن اليت في العالم الوهمي ارجو التوضيح Link to comment
Professional Posted March 11, 2015 Share Posted March 11, 2015 local groupName = '[sWAT]' eH = createMarker(x,y,z,"arrow",1.70000004,255,0,0) addEventHandler('onMarkerHit',eH,function(entered) if getElementType(entered) == 'player' and not isPedInVehicle(entered) and getElementData(entered,'Group') == groupName then setElementPosition( entered,x ,y ,z) setElementInterior ( entered, 9 ) --- العالم الوهمي رقم setElementDimension ( entered, 5000 ) end end ) local groupName = '[sWAT]' oH = createMarker(x ,y,z"arrow",2,255,0,0) setElementInterior ( oH, 1 ) setElementDimension ( oH, 5000 ) addEventHandler('onMarkerHit',oH,function(entered) if getElementType(entered) == 'player' and not isPedInVehicle(entered) and getElementData(entered,'Group') == groupName then setElementPosition( entered,x, y, z) setElementInterior ( entered, 9 ) كمان هنا رقم العالم اوهمي setElementDimension ( entered, 0 ) end end ) Link to comment
baba Posted March 11, 2015 Author Share Posted March 11, 2015 انا ابيه لي اي حد يقدر يدخل البيت Link to comment
khalid-mks Posted March 11, 2015 Share Posted March 11, 2015 خخخخخخخخخخخخخ شوف كم من موضوع حطيت فيه ابي كود ابحث واعتمد على نفسك ادا بقيت كدة والله موراح تستفيد شيء 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