ABO-SR777777A Posted October 25, 2012 Posted October 25, 2012 السلام عليكم ورحمه الله وبركاته شباب ابي الواحد لو قتل مثلا 6 يطلعله سلاح انا اختار السلاح واختار عدد الى يقتلهم عشان يجيله السلاح وابي كمان كود شراء السيارات وجزاكم الله خير لخبطه الحربي قناتي على اليوتوب https://www.youtube.com/user/L5B6H1 SuB And LIke
abu5lf Posted October 25, 2012 Posted October 25, 2012 setElementData getElementData giveWeapon https://wiki.multitheftauto.com/wiki/OnPlayerWasted ╔═╦╦╦╗╔╦═╦═╦═╦═╦╦╦╦╦╦╦═╦╦╦╦╗ ║║║║║╠╝║║╚╣║║║║║║║║║║║║║║║║║ ║║║║║╚╦╦═╦╦╦╦╣║║║║║║║║║║║║║║ ║║║║╠═╣╠╝╔══╝║║║║║╟╢║║║║║╟╢║ ╚╩══╩══╩═╩═══╩╩══╩╩═╩╩╩═╩╩═╝ «سبحانك اللهم وبحمدك أشهد أن لا إله إلا أنت أستغفرك وأتوب إليك» M7mdAl7arthy : لتواصل سكايب
TAPL Posted October 25, 2012 Posted October 25, 2012 وابي كمان كود شراء السيارات getPlayerMoney takePlayerMoney createVehicle warpPedIntoVehicle
ABO-SR777777A Posted October 25, 2012 Author Posted October 25, 2012 ممكن الشرح انا سويت الاثنين لى فوق باقي createVehicle warpPedIntoVehicle ماعرفت لها لخبطه الحربي قناتي على اليوتوب https://www.youtube.com/user/L5B6H1 SuB And LIke
TAPL Posted October 25, 2012 Posted October 25, 2012 ممكن الشرح انا سويت الاثنين لى فوق باقي createVehicle warpPedIntoVehicle ماعرفت لها أيش الي ما عرفت له
ABO-SR777777A Posted October 25, 2012 Author Posted October 25, 2012 getPlayerMoney ---- الحصول على فلوس takePlayerMoney ------ اخذ الفلوس من الاعب هاذا الى فهمته createVehicle warpPedIntoVehicle ماعرفت فيه شي لخبطه الحربي قناتي على اليوتوب https://www.youtube.com/user/L5B6H1 SuB And LIke
TAPL Posted October 25, 2012 Posted October 25, 2012 createVehicle ذا تسوي به السيارة warpPedIntoVehicle و ذا تركب اللاعب في السيارة
ABO-SR777777A Posted October 25, 2012 Author Posted October 25, 2012 انا فاهم ذي getPlayerMoney takePlayerMoney createVehicle warpPedIntoVehicle بس مادري وش يبي بالضبط في الاكواد الى جوة الويكي ؟؟ لخبطه الحربي قناتي على اليوتوب https://www.youtube.com/user/L5B6H1 SuB And LIke
abu5lf Posted October 25, 2012 Posted October 25, 2012 vehicle = createVehicle ( ... ) warpPedIntoVehicle ( player, vehicle ) صعب؟ ╔═╦╦╦╗╔╦═╦═╦═╦═╦╦╦╦╦╦╦═╦╦╦╦╗ ║║║║║╠╝║║╚╣║║║║║║║║║║║║║║║║║ ║║║║║╚╦╦═╦╦╦╦╣║║║║║║║║║║║║║║ ║║║║╠═╣╠╝╔══╝║║║║║╟╢║║║║║╟╢║ ╚╩══╩══╩═╩═══╩╩══╩╩═╩╩╩═╩╩═╝ «سبحانك اللهم وبحمدك أشهد أن لا إله إلا أنت أستغفرك وأتوب إليك» M7mdAl7arthy : لتواصل سكايب
ABO-SR777777A Posted October 25, 2012 Author Posted October 25, 2012 بس كيف سويتها شوف كودك وشوف الاكواد ذي كلينت function scriptCreateTank ( player, command ) local luckyBugger = getRandomPlayer() -- get a random player local x, y, z = getElementPosition ( luckyBugger ) -- retrive the player's position createVehicle ( 432, x, y, z + 10 ) -- create the tank 10 units above them outputChatBox ( "You got Tank'd!", luckyBugger ) end --Attach the 'scriptCreateTank' function to the "tank" command addCommandHandler ( "tank", scriptCreateTank ) سيرفر function scriptCreateTank ( commandName ) local luckyBugger = getLocalPlayer() -- get the local player local x, y, z = getElementPosition ( luckyBugger ) -- retrive the player's position createVehicle ( 432, x, y, z + 10 ) -- create the tank 10 units above them outputChatBox ( "You got Tank'd!", 255, 0, 0) end --Attach the 'scriptCreateTank' function to the "tank" command addCommandHandler ( "tank", scriptCreateTank ) يعني وش سويت بالضبط شوف كودك كيف vehicle = createVehicle ( ... ) warpPedIntoVehicle ( player, vehicle ) ................؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ظظ لخبطه الحربي قناتي على اليوتوب https://www.youtube.com/user/L5B6H1 SuB And LIke
abu5lf Posted October 25, 2012 Posted October 25, 2012 كلينت function scriptCreateTank ( player, command ) local luckyBugger = getRandomPlayer() -- get a random player local x, y, z = getElementPosition ( luckyBugger ) -- retrive the player's position createVehicle ( 432, x, y, z + 10 ) -- create the tank 10 units above them outputChatBox ( "You got Tank'd!", luckyBugger ) end --Attach the 'scriptCreateTank' function to the "tank" command addCommandHandler ( "tank", scriptCreateTank ) سيرفر function scriptCreateTank ( commandName ) local luckyBugger = getLocalPlayer() -- get the local player local x, y, z = getElementPosition ( luckyBugger ) -- retrive the player's position createVehicle ( 432, x, y, z + 10 ) -- create the tank 10 units above them outputChatBox ( "You got Tank'd!", 255, 0, 0) end --Attach the 'scriptCreateTank' function to the "tank" command addCommandHandler ( "tank", scriptCreateTank ) ╔═╦╦╦╗╔╦═╦═╦═╦═╦╦╦╦╦╦╦═╦╦╦╦╗ ║║║║║╠╝║║╚╣║║║║║║║║║║║║║║║║║ ║║║║║╚╦╦═╦╦╦╦╣║║║║║║║║║║║║║║ ║║║║╠═╣╠╝╔══╝║║║║║╟╢║║║║║╟╢║ ╚╩══╩══╩═╩═══╩╩══╩╩═╩╩╩═╩╩═╝ «سبحانك اللهم وبحمدك أشهد أن لا إله إلا أنت أستغفرك وأتوب إليك» M7mdAl7arthy : لتواصل سكايب
ABO-SR777777A Posted October 25, 2012 Author Posted October 25, 2012 ياخي انقليوي اعرف ولو ماعرفت عندي واحد يترجملي يعني مو لازم انقليزي ترجمه قوقل ليش محطينها صح لترجمه خطأ لكن اترجم كلمه كلمه ويجيني المعنى صحيح يجي يوم تشوف لخبطه الحربي قناتي على اليوتوب https://www.youtube.com/user/L5B6H1 SuB And LIke
abu5lf Posted October 25, 2012 Posted October 25, 2012 انت كاتب على كود السيرفر كلنت وكود الكلنت سيرفر -_-" ╔═╦╦╦╗╔╦═╦═╦═╦═╦╦╦╦╦╦╦═╦╦╦╦╗ ║║║║║╠╝║║╚╣║║║║║║║║║║║║║║║║║ ║║║║║╚╦╦═╦╦╦╦╣║║║║║║║║║║║║║║ ║║║║╠═╣╠╝╔══╝║║║║║╟╢║║║║║╟╢║ ╚╩══╩══╩═╩═══╩╩══╩╩═╩╩╩═╩╩═╝ «سبحانك اللهم وبحمدك أشهد أن لا إله إلا أنت أستغفرك وأتوب إليك» M7mdAl7arthy : لتواصل سكايب
ABO-SR777777A Posted October 25, 2012 Author Posted October 25, 2012 يمكن نسيت ض1 لخبطه الحربي قناتي على اليوتوب https://www.youtube.com/user/L5B6H1 SuB And LIke
abu5lf Posted October 25, 2012 Posted October 25, 2012 طيب ابسألك bindKey كلنت ولا سيرفر ؟ ╔═╦╦╦╗╔╦═╦═╦═╦═╦╦╦╦╦╦╦═╦╦╦╦╗ ║║║║║╠╝║║╚╣║║║║║║║║║║║║║║║║║ ║║║║║╚╦╦═╦╦╦╦╣║║║║║║║║║║║║║║ ║║║║╠═╣╠╝╔══╝║║║║║╟╢║║║║║╟╢║ ╚╩══╩══╩═╩═══╩╩══╩╩═╩╩╩═╩╩═╝ «سبحانك اللهم وبحمدك أشهد أن لا إله إلا أنت أستغفرك وأتوب إليك» M7mdAl7arthy : لتواصل سكايب
TAPL Posted October 25, 2012 Posted October 25, 2012 بس كيف سويتهاشوف كودك وشوف الاكواد ذي كلينت function scriptCreateTank ( player, command ) local luckyBugger = getRandomPlayer() -- get a random player local x, y, z = getElementPosition ( luckyBugger ) -- retrive the player's position createVehicle ( 432, x, y, z + 10 ) -- create the tank 10 units above them outputChatBox ( "You got Tank'd!", luckyBugger ) end --Attach the 'scriptCreateTank' function to the "tank" command addCommandHandler ( "tank", scriptCreateTank ) سيرفر function scriptCreateTank ( commandName ) local luckyBugger = getLocalPlayer() -- get the local player local x, y, z = getElementPosition ( luckyBugger ) -- retrive the player's position createVehicle ( 432, x, y, z + 10 ) -- create the tank 10 units above them outputChatBox ( "You got Tank'd!", 255, 0, 0) end --Attach the 'scriptCreateTank' function to the "tank" command addCommandHandler ( "tank", scriptCreateTank ) يعني وش سويت بالضبط شوف كودك كيف vehicle = createVehicle ( ... ) warpPedIntoVehicle ( player, vehicle ) ................؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ظظ سويت أيش؟ جايب أمثلة الويكي كوبي بست
ABO-SR777777A Posted October 25, 2012 Author Posted October 25, 2012 طيب ابسألك bindKey كلنت ولا سيرفر ؟ سيرفر لخبطه الحربي قناتي على اليوتوب https://www.youtube.com/user/L5B6H1 SuB And LIke
ABO-SR777777A Posted October 25, 2012 Author Posted October 25, 2012 يا شباب تكفون فزعتكم بسرعه خلصو علينا ض1 لخبطه الحربي قناتي على اليوتوب https://www.youtube.com/user/L5B6H1 SuB And LIke
3NAD Posted October 25, 2012 Posted October 25, 2012 طيب ابسألك bindKey كلنت ولا سيرفر ؟ سيرفر كيف عرفت انه سيرفر ؟
ABO-SR777777A Posted October 26, 2012 Author Posted October 26, 2012 ??????????????/ مساعده لخبطه الحربي قناتي على اليوتوب https://www.youtube.com/user/L5B6H1 SuB And LIke
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