Jump to content

AL-SAYED

Members
  • Posts

    320
  • Joined

  • Last visited

Everything posted by AL-SAYED

  1. خوك ما فهمت ليه لان ما اعرف انجليزي اساسا فاتمني تعطيني الكود جاهل
  2. ادري انا مللتكم بس بغيت كود اذا تضرب بهروة الشرطي يسجنك
  3. ما يشتغل تعرف مود تختيار الافرقة الا اسمة سباون يشتغل عليه؟
  4. policeVehicles = { [598]=true, [596]=true, [597]=true, [599]=true } -- آرقام سيارات الشرطة function enterVehicle(player) local Team = getPlayerTeam(player) and getTeamName(getPlayerTeam(player)) if (policeVehicles[getElementModel(source)]) and (Team ~= "Police") then removePedFromVehicle(player) outputChatBox("Only policeman can enter police cars!", player) end end addEventHandler("onVehicleEnter", root, enterVehicle) وين احط القوس policeVehicles = { [598]=true, [596]=true, [597]=true, [599]=true } -- آرقام سيارات الشرطة function enterVehicle(player) (local Team = getPlayerTeam(player) and getTeamName(getPlayerTeam(player)) if (policeVehicles[getElementModel(source)]) and (Team ~= "Police") then removePedFromVehicle(player) outputChatBox("Only policeman can enter police cars!", player) end end addEventHandler("onVehicleEnter", root, enterVehicle)
  5. ما تشتغل كوداتكم
  6. قيه خطا في لاين4 مالك يا تابل
  7. دائما متميز تابل
  8. انا استخدم السباون للافرقة
  9. بغيت كود اذا اللاعب دش سيارة يصير كراش له يعني سيارة الشرطة اذا احد من فريق الحرامية ركبها يطلع منها تلقائيا
  10. شلون اخليه يطلع في الجات مثلا ha7soon قد وزع m4
  11. addCommandHandler("gw", function(player, cmd, id, amount) local Team = getPlayerTeam(player) if Team and id and amount then for i, players in ipairs(getElementsByType("player")) do if Team == getPlayerTeam(players) then giveWeapon(players, tonumber(43), tonumber(1000)) end end end end) هذا الا عطاني اياه تابل
  12. مثلا انت في فريق الشرطة توزع عليهم اسلحه يواسطة كلمة تكتبها في f8
  13. بغيت كود توزيع الاسلحه على فريق واحد
×
×
  • Create New...