gamerxx Posted June 2, 2017 Share Posted June 2, 2017 السلام عليكم ورحمة الله وبركاته كل عام وانتم بخير يا شباب لو سمحت كنت ابى منكم طلب بسيط الحين انا مسوي بيد ( ped ) وبدي اخليه وين ما اروح يضل باصص لي يعني يضل انحنائه لي ( ينظر الي ) وشكرا لكم Link to comment
AHMED MOSTAFA Posted June 2, 2017 Share Posted June 2, 2017 Just now, gamerxx said: السلام عليكم ورحمة الله وبركاته كل عام وانتم بخير يا شباب لو سمحت كنت ابى منكم طلب بسيط الحين انا مسوي بيد ( ped ) وبدي اخليه وين ما اروح يضل باصص لي يعني يضل انحنائه لي ( ينظر الي ) وشكرا لكم setPedLookAt setElementRotation Link to comment
gamerxx Posted June 2, 2017 Author Share Posted June 2, 2017 انا سويتها بس ما ظبطت بيجيلي بالديبق ايرور nil value مسويها كذا local x, y, z = getElementPosition(localPlayer) setPedLookAt(ped, x, y, z) رجاء لو في خطأ تقولي وش هو او تصلحها انت ولك جزيل الشكر Link to comment
#STZ Posted June 2, 2017 Share Posted June 2, 2017 setPedLookAt(localPlayer, x, y, z) Link to comment
gamerxx Posted June 2, 2017 Author Share Posted June 2, 2017 (edited) 1 minute ago, #STZ said: setPedLookAt(localPlayer, x, y, z) انا بدي البيد يلي ينظر الي مو انا اللي انظر Edited June 2, 2017 by gamerxx Link to comment
gamerxx Posted June 2, 2017 Author Share Posted June 2, 2017 (edited) 1 minute ago, #STZ said: @gamerxx اها اوك سويت بيد اصلا ؟ يب سويت وابيه ينظر الي وين اروح ويكون انحنائه لي مو بس رأسه Edited June 2, 2017 by gamerxx Link to comment
#STZ Posted June 2, 2017 Share Posted June 2, 2017 طيب استخدم تايمر او onClientRender Link to comment
gamerxx Posted June 2, 2017 Author Share Posted June 2, 2017 local rx, ry, rz = getElementRotation(localPlayer) -- جلب انحنائي ped = createPed(skins, x, y, z) -- البيد setElementRotation(peds, rx, ry, rz) -- انحناء 'onClientRender' -- حدث وما صار شي Link to comment
AHMED MOSTAFA Posted June 2, 2017 Share Posted June 2, 2017 Just now, gamerxx said: local rx, ry, rz = getElementRotation(localPlayer) -- جلب انحنائي ped = createPed(skins, x, y, z) -- البيد setElementRotation(peds, rx, ry, rz) -- انحناء 'onClientRender' -- حدث وما صار شي هذا اللي انت مسويه في الملف ؟ Link to comment
gamerxx Posted June 2, 2017 Author Share Posted June 2, 2017 يب بس ما مسوي الحدث مثل ما انت شايف addEventHandler("onClientRender", root, functionName) Link to comment
iMr.WiFi..! Posted June 2, 2017 Share Posted June 2, 2017 (edited) اطرح الكود كامل بـتاج Edited June 2, 2017 by iMr.WiFi..! Link to comment
gamerxx Posted June 2, 2017 Author Share Posted June 2, 2017 2 minutes ago, iMr.WiFi..! said: اطرح الكود كامل بـتاج addEventHandler("onClientRender", root, function(thePlayer) local x, y, z = unpack(pickups[math.random(#pickups)]) local rx, ry, rz = getElementRotation(thePlayer) local skins = unpack(peds[math.random(#peds)]) ped = createPed(skins, x, y, z) setElementRotation(ped, rx, ry, rz) end ) Link to comment
iMr.WiFi..! Posted June 2, 2017 Share Posted June 2, 2017 Just now, gamerxx said: addEventHandler("onClientRender", root, function(thePlayer) local x, y, z = unpack(pickups[math.random(#pickups)]) local rx, ry, rz = getElementRotation(thePlayer) local skins = unpack(peds[math.random(#peds)]) ped = createPed(skins, x, y, z) setElementRotation(ped, rx, ry, rz) end ) ي أخي بتاج !! يعني كذا -- addCommandHandler -- :P -- Example وكودك في بارتمرات مخترعة من المخ الباطن, وانت كذا بتسوي بيد كل شوي Link to comment
AHMED MOSTAFA Posted June 2, 2017 Share Posted June 2, 2017 ped = createPed( 0, 2485, -1667, 13.34375) function render () local x,y,z = getElementPosition ( localPlayer ) setPedLookAt ( ped, x, y, z, _, _, localPlayer ) end addEventHandler ( "onClientRender", root, render ) Link to comment
gamerxx Posted June 2, 2017 Author Share Posted June 2, 2017 1 minute ago, iMr.WiFi..! said: ي أخي بتاج !! يعني كذا -- addCommandHandler -- :P -- Example وكودك في بارتمرات مخترعة من المخ الباطن, وانت كذا بتسوي بيد كل شوي طيب صححهولي.. 8 minutes ago, Killer Project said: ped = createPed( 0, 2485, -1667, 13.34375) function render () local x,y,z = getElementPosition ( localPlayer ) setPedLookAt ( ped, x, y, z, _, _, localPlayer ) end addEventHandler ( "onClientRender", root, render ) ما نفع .. ما في اخطاء بالدي بق ولا شي بس ما بينظر الي Link to comment
AHMED MOSTAFA Posted June 2, 2017 Share Posted June 2, 2017 Just now, gamerxx said: طيب صححهولي.. ما نفع .. ما في اخطاء بالدي بق ولا شي بس ما بينظر الي ملف كلينت ولا سيرفر انت ؟ الكود لملف كلينت فقط ... الكود ما فيه مشاكل Link to comment
gamerxx Posted June 2, 2017 Author Share Posted June 2, 2017 (edited) 1 minute ago, Killer Project said: ملف كلينت ولا سيرفر انت ؟ الكود لملف كلينت فقط ... الكود ما فيه مشاكل كلينت - اذا سائق سياره ما ينظر لي ؟ Edited June 2, 2017 by gamerxx Link to comment
AHMED MOSTAFA Posted June 2, 2017 Share Posted June 2, 2017 Just now, gamerxx said: كلينت - اذا سائق سياره ما ينظر لي ؟ تحقق ان اللاعب داخل سيارة وجيب احداثيات السيارة وسوي النظر للسيارة مب للوكال بلاير ped = createPed( 0, 2485, -1667, 13.34375) function render () local vehicle = getPedOccupiedVehicle ( localPlayer ) if vehicle then -- كمل الكود الناقص setPedLookAt ( ped, x, y, z, _, _, vehicle ) else local x,y,z = getElementPosition ( localPlayer ) -- كمل الكود الناقص end end addEventHandler ( "onClientRender", root, render ) 1 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