MiLaNo-ميلآنو Posted August 23, 2016 Share Posted August 23, 2016 السسلآم عليكم ابيكم تسساعدوني ي شباب انا اصمم مابات و كذا و ابي احط شخصيه و اخليها تتحرك وشكرا : ) Link to comment
^iiEcoo'x_) Posted August 23, 2016 Share Posted August 23, 2016 ارررحب نور المنتدى createPed setPedAnimation Link to comment
MiLaNo-ميلآنو Posted August 23, 2016 Author Share Posted August 23, 2016 لو سمحت م ظبط معي ممكن تعيده معليش لو ازعجتك بس انا لسا مبتداء معرف شي عن البرمجه Link to comment
^iiEcoo'x_) Posted August 23, 2016 Share Posted August 23, 2016 ped = createPed (ID, x, y, z) setPedAnimation ( ped , "اسم الحركة", "اسم الحركة") Link to comment
MiLaNo-ميلآنو Posted August 23, 2016 Author Share Posted August 23, 2016 شكرا لك <3 جزاك الله كل خير Link to comment
Vunili Posted August 23, 2016 Share Posted August 23, 2016 ped = createPed (ID, x, y, z) setPedAnimation ( ped , "اسم الحركة", "اسم الحركة") لو خليته يحاول شوي :~ Link to comment
a7zan Posted August 23, 2016 Share Posted August 23, 2016 createPed setPedControlState Link to comment
^iiEcoo'x_) Posted August 23, 2016 Share Posted August 23, 2016 createPed setPedControlState اعتقد تمت الإفادة Link to comment
a7zan Posted August 23, 2016 Share Posted August 23, 2016 createPed setPedControlState اعتقد تمت الإفادة حتى لو تمت الافادة ، الفنكشنات الي عطيته تسهل من انه يدور اسماء الحركات : ) Link to comment
N3xT Posted August 23, 2016 Share Posted August 23, 2016 أساساً صاحب الموضوع ما وضح طلبه, هل يقصد بتتحرك يسوي لها انميشن أو يخليها تمشي Link to comment
MiLaNo-ميلآنو Posted August 23, 2016 Author Share Posted August 23, 2016 انا ي الغالي اسوي مثلا ماب و ابي احط شخصيه كذا و فوقيها مرحبا بك ب سيرفر ***** و انا معي اسم الحركه انه يشاور ف انا ابيه كذا فهمت علي : ) Link to comment
a7zan Posted August 24, 2016 Share Posted August 24, 2016 createPed setPedAnimation وعشان تسوي فوق البيد كلام dxDrawTextOnElement -- عشان تستعمله لازم تحط الكود حق الفنكشن بالمود حقك هذا هو الكود حق الفنكشن function dxDrawTextOnElement(TheElement,text,height,distance,R,G,B,alpha,size,font,checkBuildings,checkVehicles,checkPeds,checkDummies,seeThroughStuff,ignoreSomeObjectsForCamera,ignoredElement) local x, y, z = getElementPosition(TheElement) local x2, y2, z2 = getElementPosition(localPlayer) local distance = distance or 20 local height = height or 1 local checkBuildings = checkBuildings or true local checkVehicles = checkVehicles or false local checkPeds = checkPeds or false local checkObjects = checkObjects or true local checkDummies = checkDummies or true local seeThroughStuff = seeThroughStuff or false local ignoreSomeObjectsForCamera = ignoreSomeObjectsForCamera or false local ignoredElement = ignoredElement or nil if (isLineOfSightClear(x, y, z, x2, y2, z2, checkBuildings, checkVehicles, checkPeds , checkObjects,checkDummies,seeThroughStuff,ignoreSomeObjectsForCamera,ignoredElement)) then local sx, sy = getScreenFromWorldPosition(x, y, z+height) if(sx) and (sy) then local distanceBetweenPoints = getDistanceBetweenPoints3D(x, y, z, x2, y2, z2) if(distanceBetweenPoints < distance) then dxDrawText(text, sx+2, sy+2, sx, sy, tocolor(R or 255, G or 255, B or 255, alpha or 255), (size or 1)-(distanceBetweenPoints / distance), font or "arial", "center", "center") end end end end Link to comment
^iiEcoo'x_) Posted August 24, 2016 Share Posted August 24, 2016 (edited) Edited August 24, 2016 by Guest Link to comment
^iiEcoo'x_) Posted August 24, 2016 Share Posted August 24, 2016 local dxDraw3DText = exports.3D_DX_Texts:dxDraw3DText local ped = createPed ( id, x, y, z ) addEventHandler( "onClientResourceStart", resourceRoot , function( ) local x, y, z = getElementPosition( ped ) dxDraw3DText( "text", x, y, z + 3 ) end ) حمل ذا https://community.multitheftauto.com/in ... ls&id=7613 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