Jump to content

#BrosS

Members
  • Posts

    2,102
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by #BrosS

  1. function MyFunction ( arg1, arg2 ) if ( arg1 and arg2 ) then if ( type ( arg1 ) == "number" and type ( arg2 ) == "number" ) then if ( arg1 > arg2 ) then while ( arg1 > arg2 ) do arg2 = arg2 + 1 end outputChatBox ( tostring ( arg2 ) ) else outputChatBox ( "arg2 is bigger" ) end else outputChatBox ( "One of the two aren't numbers" ) end else outputChatBox ( "Didn't get two arguments" ) end end
  2. debugscript 3 واخي الكريم هيك مايصير كدا اعطيت مود بالكامل ويسمى توزيع أكواد المرة الجاية شوق الدي بق بالأول واطرح فقط الأسطر اللي فيها مشاكل #بالتوفيق
  3. ههههههههههههههههههههههههههههههههههههههههههههههه (͡° ͜ʖ ͡°) تتحداني انجليزي ؟ نتكلم انجليزي دون مترجم._. اللي يغلط يعطي الاخر اعز مود عنده ومايحب ينشره ذذذذذء
  4. #BrosS

    max ammo

    @loki2143 can i do with table ? think better than for i=17,39 do
  5. #BrosS

    max ammo

    I used your code and put it on a client file, and i don't know where do they get all the weapons probably bug , and yes my weapon shop's max ammo buying is 1200 , means imposible to buy more than 1200 ammo of all weapons
  6. #BrosS

    max ammo

    i still can get 99999 ammo , didn't work
  7. t = { dwarf = { str = 22, dex = 23, wis = 18 }, human = { str = 20, dex = 20, wis = 20 }, elf = { str = 18, dex = 24, wis = 25 }, } outputChatBox (table.foreach (t, function (k, v) if k == "elf" then v.str = 999999 return k..">"..v.str end end ) )
  8. #BrosS

    max ammo

    Hey Guys, can i set players max weapons ammo , cause some of them use bugs and set ammo to 99999 , i want to set all the weapon ammo to 1000 my try : function getPedWeapons(ped) if ped and isElement(ped) and getElementType(ped) == "player" then for i=17,39 do local wep = getPedWeapon(ped,i) if wep and wep > 1500 then setWeaponAmmo(ped,wep,50) end end end end
  9. ماتصدق ؟ هات باي بال حقك ارسلك 100 الف @#_iMr,[E]coo
  10. ياويلي شوفلي صورة مثلك اهئ
  11. وش معناها احس انها ماسونية ض4
  12. انشهد أنك مبدع صراحة# أهنيك على المشروع ، وواصل ي بطل# مع أنك تكرهني -,-
  13. هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه
×
×
  • Create New...