Jump to content

#BrosS

Members
  • Posts

    2,102
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by #BrosS

  1. وش طلقات هذا باراماتر خاص بالحدث وهو المهاجم
  2. addEventHandler("onPlayerQuit", root, function() local account = getPlayerAccount(source) if account and not isGuestAccount(account) then for slot = 1, 12 do setAccountData(account, "WeaponID"..slot, getPedWeapon(source, slot)) setAccountData(account, "Ammo"..slot, getPedTotalAmmo(source, slot)) end end end); addEventHandler("onPlayerLogin", root, function(_, account) for slot = 1, 12 do local wep = getAccountData(account, "WeaponID"..slot) local ammo = getAccountData(account, "Ammo"..slot) if wep and ammo then giveWeapon(source, wep, ammo) end end end);
  3. لا وجايب قائمة مرقمة . الرشيد مول هنا
  4. التنين شنرونج يحقق أمنية واحدة فقط امزح هنا لا نحقق الأمنيات عزيزي
  5. #BrosS

    طلب

    1000 = ثانية 60*1000 = 60000 = دقيقة
  6. #BrosS

    طلب

    اقول فكرة سيئة حقت اللي يجيبلك الوقت الحقيقي سوي تايمر واحفظه بقواعد البيانات عشان مايروح
  7. #BrosS

    طلب

    عيع لا والطريقة فكرة سيئة انا عطيك تايمر ليه تحطه بالتحقق من الوقت
  8. #BrosS

    طلب

    شغل عقلك شوي ولا تتكل على الناس في كل شي
  9. #BrosS

    طلب

    http://www.google.com
  10. لا تسألني جرب وحدك وثنين اند مع فاصلتين ليه ;-;
  11. اي ساعة وماذا تقصددددددددددددددددددد
×
×
  • Create New...