Jump to content

طلب !!!!!!!!!!!!!!!!!!!!


Recommended Posts

Posted

السلام عليكم ورحمه الله وبركاته

شباب ابي الواحد لو قتل مثلا 6 يطلعله سلاح انا اختار السلاح واختار عدد الى يقتلهم عشان يجيله السلاح

وابي كمان كود شراء السيارات

وجزاكم الله خير

Posted
وابي كمان كود شراء السيارات
getPlayerMoney 
takePlayerMoney 
createVehicle 
warpPedIntoVehicle 

Posted
ممكن الشرح انا سويت الاثنين لى فوق باقي

createVehicle

warpPedIntoVehicle

ماعرفت لها

أيش الي ما عرفت له

Posted

getPlayerMoney ---- الحصول على فلوس

takePlayerMoney ------ اخذ الفلوس من الاعب هاذا الى فهمته

createVehicle

warpPedIntoVehicle

ماعرفت فيه شي

Posted

createVehicle ذا تسوي به السيارة

warpPedIntoVehicle و ذا تركب اللاعب في السيارة

Posted

بس كيف سويتها

شوف كودك وشوف الاكواد ذي

كلينت

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 ) 

................؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ظظ

Posted

كلينت

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 ) 

:?

Posted

ياخي انقليوي اعرف ولو ماعرفت عندي واحد يترجملي يعني مو لازم انقليزي ترجمه قوقل ليش محطينها صح لترجمه خطأ لكن اترجم كلمه كلمه ويجيني المعنى صحيح

يجي يوم تشوف

Posted
بس كيف سويتها

شوف كودك وشوف الاكواد ذي

كلينت

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 ) 

................؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ظظ

سويت أيش؟

:o جايب أمثلة الويكي كوبي بست

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...