Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 31/03/19 in all areas

  1. It is less efficient because: - Tables are a very different format than XML. That means that you have to write and convert the data with a lot more extra code. - It isn't compact, the filesize will be a lot bigger incompare to JSON.
    2 points
  2. function check ( player, seat, jacked ) if getElementData(source, "policeman") == true then if getElementData(source, "owner") == getAccountName(getPlayerAccount(player)) then else cancelEvent() outputChatBox("You need to be a Policeman", player) end end end addEventHandler ( "onVehicleStartEnter", getRootElement(), check ) function setcop(player, cmd) setElementData(getPedOccupiedVehicle(player), "policeman", true) setElementData(getPedOccupiedVehicle(player), "owner", getAccountName(getPlayerAccount(player))) outputChatBox("The Policeman:"..getPlayerName(player), player) end addEventHandler ( "onVehicleEnter", getRootElement(), setcop )
    1 point
  3. https://wiki.multitheftauto.com/wiki/SetGlitchEnabled maybe
    1 point
  4. لالا ثاني كود الساينتكس يعني شرح لاستخدام الكود وبالنسبة لكودك حط الكود الاول بس قفل القوس موفق
    1 point
  5. Só uma correção: Marker Sobre digitar um comando 10x para fazer tal coisa, faça client-side. Com um addCommandHandler e uma variável que vai somando +1 a cada vez que a função é executada. Quando chegar em 10, manda tal outputChatBox. contador = 0 function output10 (cmd) if contador == 10 then outputChatBox ("Você usou este comando 10 vezes.") return else outputChatBox ("Comando executado com sucesso.") end contador = contador + 1 end addCommandHandler ("seuComandoAqui", output10)
    1 point
  6. Troque para server. Pois vc está usando funções server-side, que no client não funcionam.
    1 point
  7. Hmm what do u think about finding block and name of this animation, and then make a check onClientPlayerDamage if player got this animation resets it? Shouldn't it work?
    1 point
  8. ماشي , بلاش اتكلم لان لسه طالع من انذار ولو اتكلمت هخش ف انذار تاني ولاكن تذكر ولا تبكي بعد ذلك اراك لاحقا
    1 point
  9. IntroSong = playSound("files/Sound.mp3",true)
    1 point
  10. Resource está como cliente no meta.xml.
    1 point
  11. مضاربه قرود مضاربه اطفال ✔
    1 point
  12. Will go live the 16th, I was busy this week so wasn't able to work on it as much as I would have liked. Instead I'll work throughout this upcoming week (And weekend) then launch it Sunday. There are features which I plan to add to the future builds but are not priority thus some are not added yet. Current state of things.
    1 point
  13. @KillerX وجهي الجميل لا يحتاج الي كاميرا لتصويره ، بل الكاميرا من تحتاج الي وجهي الجميل
    0 points
  14. What happend to XP? This program will run on XP. Wording corrected in the original post.
    0 points
×
×
  • Create New...