Me[Z]oO Posted February 17, 2016 Share Posted February 17, 2016 ي الغلا ترا جربتها وضبط وصار يضرب بالكونق فو !! صور صورة يمكن عند سفن مشكلة Link to comment
Mr.AdHaM Posted February 17, 2016 Share Posted February 17, 2016 قاعد احل في التحدي الاسود دة ضض Link to comment
ivor Posted February 17, 2016 Share Posted February 17, 2016 جرب انا مبتدأ والله ض local spawnpoint addEventHandler("onResourceStart", resourceRoot, function() spawnpoint = getRandomSpawnPoint() resetMapInfo() for i,player in ipairs(getElementsByType("player")) do spawn(player) end end ) function spawn(player) if not isElement(player) then return end if get("spawnreset") == "onSpawn" then spawnpoint = getRandomSpawnPoint() end exports.spawnmanager:spawnPlayerAtSpawnpoint(player,spawnpoint,false) repeat until setElementModel(player,SkinID) fadeCamera(player, true) setCameraTarget(player, player) showChat(player, true) end function getRandomSpawnPoint () local spawnpoints = getElementsByType("spawnpoint") return spawnpoints[math.random(1,#spawnpoints)] end addEventHandler("onPlayerJoin", root, function() spawn(source) end ) addEventHandler("onPlayerQuit",root, function () if getPlayerCount() == 1 and get("spawnreset") == "onServerEmpty" then spawnpoint = getRandomSpawnPoint() end end ) addEventHandler("onPlayerWasted", root, function() setTimer(spawn, 1800, 1, source) end ) شوف هاد مانفع بحاول اجرب اشياء غدآ ان شاء الله قاعد تنسخ من الفري روم فري روم ؟ هاد حق مستر برستيج الكود دة Link to comment
ivor Posted February 17, 2016 Share Posted February 17, 2016 الي بيحلها Mr.Ronaldo ممكن يحلها اكيد Link to comment
Mr.AdHaM Posted February 17, 2016 Share Posted February 17, 2016 اجدعان انا مش فاهم لية تحطوا فاير ضض عايزين ازرار يعني ؟ بس الزر مو فاير دة ماوس 1ولا اية يا جدعان ضض Link to comment
ahmedfef Posted February 17, 2016 Share Posted February 17, 2016 https://wiki.multitheftauto.com/wiki/CreatePed Issues : Issue ID Description #7970 Peds with weapons malfunction due to weird totalAmmo and ammoInClip values #7371 Network troubled players can ruin ped sync #6048 Ped weapon isn't synced on join #5113 setPedControlState doesn't work on the control "enter_exit" #6287 Sync distance of unoccupied vehicles and peds should match stream distance #8790 Using setElementHealth on a dead ped makes it invincible #5725 Ped fireing Projectiles doesn't work #4921 Improve ped synchronization #5840 ped position not synced to server after falling through the ground #6682 Server doesnt update ped position after warping it to vehicle #6506 Ped animation is only visible if it was set while player was in stream distance from source ped #4596 Serverside peds have their animations not applied for joining players #4504 Peds shooting incorrectly #4008 Can't use giveWeapon() directly after createPed() والقائمة تطول Link to comment
Me[Z]oO Posted February 17, 2016 Share Posted February 17, 2016 جرب انا مبتدأ والله ض local spawnpoint addEventHandler("onResourceStart", resourceRoot, function() spawnpoint = getRandomSpawnPoint() resetMapInfo() for i,player in ipairs(getElementsByType("player")) do spawn(player) end end ) function spawn(player) if not isElement(player) then return end if get("spawnreset") == "onSpawn" then spawnpoint = getRandomSpawnPoint() end exports.spawnmanager:spawnPlayerAtSpawnpoint(player,spawnpoint,false) repeat until setElementModel(player,SkinID) fadeCamera(player, true) setCameraTarget(player, player) showChat(player, true) end function getRandomSpawnPoint () local spawnpoints = getElementsByType("spawnpoint") return spawnpoints[math.random(1,#spawnpoints)] end addEventHandler("onPlayerJoin", root, function() spawn(source) end ) addEventHandler("onPlayerQuit",root, function () if getPlayerCount() == 1 and get("spawnreset") == "onServerEmpty" then spawnpoint = getRandomSpawnPoint() end end ) addEventHandler("onPlayerWasted", root, function() setTimer(spawn, 1800, 1, source) end ) شوف هاد مانفع بحاول اجرب اشياء غدآ ان شاء الله قاعد تنسخ من الفري روم فري روم ؟ هاد حق مستر برستيج الكود دة وش دخل السباون ولما اللاعب يدخل ويخرج ويموت والماب يعني تنسخ وتلصق وانت مو فاهم الموضوع والكود Link to comment
Mr.AdHaM Posted February 17, 2016 Share Posted February 17, 2016 function consoleSetFightingStyle ( thePlayer, commandName, id ) if thePlayer and id then local status = setPedFightingStyle ( thePlayer, tonumber(id) ) if not status then outputConsole ( "Failed to set fighting style.", thePlayer ) end end end addCommandHandler ( "5", consoleSetFightingStyle ) يااااااااااااااااااااااااااارب انجح Link to comment
Me[Z]oO Posted February 17, 2016 Share Posted February 17, 2016 function consoleSetFightingStyle ( thePlayer, commandName, id ) if thePlayer and id then local status = setPedFightingStyle ( thePlayer, tonumber(id) ) if not status then outputConsole ( "Failed to set fighting style.", thePlayer ) end end end addCommandHandler ( "5", consoleSetFightingStyle ) يااااااااااااااااااااااااااارب انجح وش بك ناسخ مثال الويكي Link to comment
ivor Posted February 17, 2016 Share Posted February 17, 2016 function consoleSetFightingStyle ( thePlayer, commandName, id ) if thePlayer and id then local status = setPedFightingStyle ( thePlayer, tonumber(id) ) if not status then outputConsole ( "Failed to set fighting style.", thePlayer ) end end end addCommandHandler ( "5", consoleSetFightingStyle ) يااااااااااااااااااااااااااارب انجح لا تنسخ وتلصق من امثلة الويكي Link to comment
Me[Z]oO Posted February 17, 2016 Share Posted February 17, 2016 function consoleSetFightingStyle ( thePlayer, commandName, id ) if thePlayer and id then local status = setPedFightingStyle ( thePlayer, tonumber(id) ) if not status then outputConsole ( "Failed to set fighting style.", thePlayer ) end end end addCommandHandler ( "5", consoleSetFightingStyle ) يااااااااااااااااااااااااااارب انجح لا تنسخ وتلصق من امثلة الويكي function consoleSetFightingStyle ( thePlayer, commandName, id ) if thePlayer and id then local status = setPedFightingStyle ( thePlayer, tonumber(id) ) if not status then outputConsole ( "Failed to set fighting style.", thePlayer ) end end end addCommandHandler ( "5", consoleSetFightingStyle ) يااااااااااااااااااااااااااارب انجح لا تنسخ وتلصق من امثلة الويكي مم الويكي مو من مودات غيرنا Link to comment
ivor Posted February 17, 2016 Share Posted February 17, 2016 هي ممكن تتفعل بالطريقة دي onPlayerJoin setPedFightingStyle انت وحسب ابداعك ابدع يامبدع ض Link to comment
Mr.AdHaM Posted February 17, 2016 Share Posted February 17, 2016 انا اروح اصف جنب سفن اب احسن ضض Link to comment
ivor Posted February 17, 2016 Share Posted February 17, 2016 انا اروح اصف جنب سفن اب احسن ضض يب يب صف انا بسوي شاي وبسكويت الحين Link to comment
Me[Z]oO Posted February 17, 2016 Share Posted February 17, 2016 هي ممكن تتفعل بالطريقة دي onPlayerJoin setPedFightingStyle انت وحسب ابداعك ابدع يامبدع ض وش دخل افنت اللاعب لما يدخل ؟ بالله لا تخبص Link to comment
ivor Posted February 17, 2016 Share Posted February 17, 2016 هي ممكن تتفعل بالطريقة دي onPlayerJoin setPedFightingStyle انت وحسب ابداعك ابدع يامبدع ض وش دخل افنت اللاعب لما يدخل ؟ بالله لا تخبص اذا تبي تساعد ساعد ماتبي خلاص اسكت وراقب ما اعرف وش الناس الى تحشر انفها في كل شي -_-" Link to comment
Mr.AdHaM Posted February 17, 2016 Share Posted February 17, 2016 يسطا ما انا مش مبتدئ Link to comment
Mr.AdHaM Posted February 17, 2016 Share Posted February 17, 2016 انا متوسط خخخخخخخخخخخخخخخ Link to comment
Me[Z]oO Posted February 17, 2016 Share Posted February 17, 2016 هي ممكن تتفعل بالطريقة دي onPlayerJoin setPedFightingStyle انت وحسب ابداعك ابدع يامبدع ض وش دخل افنت اللاعب لما يدخل ؟ بالله لا تخبص اذا تبي تساعد ساعد ماتبي خلاص اسكت وراقب ما اعرف وش الناس الى تحشر انفها في كل شي -_-" قاعد تسخر من ادهم انه نسخ من الويكي ؟ اذا وش فايدة الويكي ؟ علي الاقل ما ينسخ مثل ناس تنسخ الكود وما تعرف وش بيسوي علي الاقل احذف resetMapInfo من كودك مشان ما يبين انك ناسخ ولاصق (سترونق علمتني القصف القوي ) Link to comment
Mr.AdHaM Posted February 17, 2016 Share Posted February 17, 2016 خدو الكود دة هينفعكم في التحدي دة ض bindKey ( player, "fire", "both", funcInput ) خخخخخخخخخ Link to comment
ivor Posted February 17, 2016 Share Posted February 17, 2016 ادهم لاتسولف تجيب لنا bindKey ?? جاوب صح او لا تجاوب ابدآ انت وصديقك الى فوق :] Link to comment
Me[Z]oO Posted February 17, 2016 Share Posted February 17, 2016 والله يا سفن مشكور انك فتحت لنا الموضوع للتسلية بس في ناس خربوه Link to comment
Mr.AdHaM Posted February 17, 2016 Share Posted February 17, 2016 والله يا سفن مشكور انك فتحت لنا الموضوع للتسلية بس في ناس خربوه مين اللي خربوه Link to comment
7up2016 Posted February 17, 2016 Author Share Posted February 17, 2016 https://wiki.multitheftauto.com/wiki/CreatePed Issues : #5113 setPedControlState doesn't work on the control "enter_exit" والقائمة تطول الله عليك يا بطل هذا هو الجواب الصحيح =D> 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