Jump to content

ERAGON007

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by ERAGON007

  1. I'm waiting this feature soon too :), i hope mta team accept your PR
  2. That's pretty a good idea, btw i don't think that mta team will accept your request
  3. I think this resource is a copy from this one
  4. I know it , but there is no plugin for JetBrains products
  5. Hi I wanted to know is there any plugins or tools for IntelliJ based IDE's like CLion or PyCharm etc... ? I googled a lot without any hope
  6. So , we have an object local theObject = createObject(1959, 0, 0, 0) i want to know when a player beats theObject and for example if the total damage dealt was 100 then give the player an object
  7. marker = createMarker ( 2371.64, -1126.66, 1050.88 - 1, "cylinder", 0.7) marker:setInterior(8) marker:setDimension(1) addEventHandler("onMarkerHit", marker, function(hitElement, matchingDimension) -- parameter matchingDimension is a boolean value and not a int if hitElement:getType() == "player" and matchingdimension then outputDebugString("Player Hit The Marker!") end end)
  8. what do you mean by "insert more characters in my table" ?
  9. Oh , i got that it's a good idea bro Thank you for sharing it ♥
  10. So , first of all we have a table from choices available what we should do if we wanna make another table that has the 70% Chance to get the "First Item" and 15% Chance for "Second Item" and 15% for "Third Item" ?
  11. I already made this part , but idk how to code the part to combine items for example combinig 'item1' with 'item2' gets a new item e.g ('item3')
  12. Hi, so i want to make an inventory system and now i don't know where to start coding the part that combines items and gets new items currently i have and now what to do next? is this right?
  13. Is there any way to load .txd and .dff files to only one instance of a model? for example if we have two vehicles with model 411 we want to load the first one as a Porsche vehicle (we have it's txd and dff file) is that possible currently?
  14. You Can Give It's Decompiled Source? I Want To Change It's Host Address To aparat.com And I Don't Know How Can I Do It
  15. No Dude , Its Returning 0-12 Format I Use Jalali/Georgian Calendar And Time And How Can I Sync The War Scores Such as PlayerScore , Attacker Score and Defender Score To War Fighters? I Should use setTimer() or Theres A Better Way To do It?
  16. Hey There Guys , I'm New To Developing With Lua so i Need Your Help Guys , i Want To Make A Resource For My Mafias Wars , The Winner Will Get The Turf I Tried To Make A Timer And Check The Wars Time Every 5 Seconds But I Think There Must Be A Better Way the getRealTime() Returns Me A Table That Contains The Hour But It's 0-12 Hours , How Can i Find Out There is AM Or PM ? And I Need To Update The Scores For Every Player In War ( the Attacker Team , Defender Team And Players Own Score) Please Help Me Thanx
×
×
  • Create New...