-
Posts
20 -
Joined
-
Last visited
Details
-
Gang
Black Watch
-
Location
Ardabil
-
Occupation
Developer
-
Interests
Serverside Programming
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
ERAGON007's Achievements

Civilian (7/54)
4
Reputation
-
Javascript as a secondary programming language
ERAGON007 replied to CrosRoad95's topic in Open Source Contributors
I'm waiting this feature soon too :), i hope mta team accept your PR -
That's pretty a good idea, btw i don't think that mta team will accept your request
-
I think this resource is a copy from this one
-
I know it , but there is no plugin for JetBrains products
- 2 replies
-
- code completion
- intellij
-
(and 2 more)
Tagged with:
-
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
- 2 replies
-
- code completion
- intellij
-
(and 2 more)
Tagged with:
-
Thanx to Patrick and IIYAMA
-
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
-
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)
-
what do you mean by "insert more characters in my table" ?
-
Oh , i got that it's a good idea bro Thank you for sharing it ♥
-
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" ?
-
Good work bro
-
Oh thanx Bro , that's what i needed!
-
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')