Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 16/10/18 in all areas

  1. يناسو عليك احرجتني انت لاتكلمني حاط تابليتو العشق وانا لا اقطعها
    1 point
  2. If I remember correctly, slothbot deletes it's own dead peds. Dunno what was the default interval, I am using 2 minutes. If they get deleted that fast, there's probably another resource that does it. Open all your server scripts in notepad++ and run a search for "onPedWasted", see what results you get.
    1 point
  3. الله ينور عليك كلامك صحيح بس انا اقول الاكونت ما يقدر يشوف منوا الرسالة داري في طرق كتيييير عشان يشوف اي حد الرسالة حتي لو موحفوظة علي حساب واحد وعلي العموم شكرا علي التوضيح واصلا اللي يتجادل معي دا نفسية يبيني اخد باند
    1 point
  4. function func() local text = "" for index, player in ipairs(getElementsByType("player")) do if getElementData(player,"Money") == 10000 then local len = string.len(text) local name = getPlayerName(player) if len == 0 then text = name elseif len > 0 and len <= 256 then if (len + string.len(tostring(", "..name))) > 256 then outputChatBox(text, player) text = name else text = text..", "..name end end end end if string.len(text) > 0 then outputChatBox(text, player) end end
    1 point
  5. No lugar do print ("3"), coloque print (getPlayerName(v)) e nos diga o que aparece.
    1 point
  6. Deveria ter mostrado a mensagem... Sempre que houver erros assim, depure tudo o que for possível em vez de mostrar uma mensagem qualquer, use todos elementos dentro de tostring, veja o que o valor v mostra, pode ser que tenha conflito com uma variável com o mesmo nome, também edite a mensagem do outputChatBox.
    1 point
  7. @Mewjas Não leve a mal, mas o que não falta é motivos pra fazer uma crítica construtiva do post. Tá certo, sempre é bom ver pessoas postando tutoriais, isso até ajuda a si próprio melhorar. Só que vem com isso outras coisas - tutoriais com a lógica toda bagunçada. Nem eu que entendo, não consegui pegar a lógica do texto, fora os erros de Português que dificultam a interpretação. É bom pra você progredir, ótimo, mas e se tratando de quem lê o post? Será que vai entender um assunto explicado bem por cima e com poucas informações explicado por alguém que tem um domínio fraco do assunto? Então se você vai fazer um tutorial, tenha em mente isso, e também, saiba lidar com críticas, elas servem pra você melhorar; e o tutorial não serve pra aumentar seu ego. Lembre-se também, que já existem posts relacionados na seção Programação em Lua.
    1 point
  8. I really love what you did in here. I believe that RP servers need such features, but I'm going to ask you if you're able to determine exact position for the object you're going to place in the car's bed ?
    1 point
  9. اعترض كلام مو صجي كنت ازرف من طاره
    1 point
  10. واللهي كلامك على العين وراس لكن سوي موضويع وعلق زي ما بدك وحط حتى اعتزال كل شخص وحر برأيه الشخصي ! وطبعا زي م قلت مافي احد يحساب ثاني تحياتي
    1 point
  11. انا معتزل اللعبه واخشها مره مرتين بالشهـر, وهذا كله بسبب اني مشـغول بالعـمل وما ألعب فقط الا اذا كنـت فاضي, او ابرمج . لكن ما احب اقول معتزل عشان لاحد يقعد يمسك علي ذله كل ما نزلت موضوع او تكلمـت في موضوع !
    1 point
  12. Element = الحدث ؟؟؟؟؟؟؟؟؟
    1 point
×
×
  • Create New...