-
Content Count
17 -
Joined
-
Last visited
Community Reputation
4 NeutralAbout ERAGON007
-
Rank
Square
Details
-
Gang
Black Watch
-
Location
Ardabil
-
Occupation
Developer
-
Interests
Serverside Programming
-
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
-
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')
-
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?
-
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?
-
ERAGON007 changed their profile photo
-
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