-
Posts
1,967 -
Joined
-
Last visited
-
Days Won
1
Everything posted by MX_Master
-
Sometimes on my freeroam server i gives short bans to players who uses hardcore weapons to kill other players on the spawn points. And sometimes i gives bans to players who spectating me on the map and trying to explode/kill me with hardcore weapons while i just freeroaming on the bicycle, for example. But admin can do this only with some server rules if not - it's not really an admin, it's just kid.
-
better way is to learn some of english lang (: and no problema
-
[Sig] Allowing more links than 5?
MX_Master replied to Deltanic's topic in Site/Forum/Discord/Mantis/Wiki related
agree just few links to pages with all of your sripts, modes, maps, etc. will be better thing than tens of links in one sig -
MTASA wiki - offline copies / online mirrors
MX_Master replied to MX_Master's topic in Site/Forum/Discord/Mantis/Wiki related
Fresh offline copy. Also added to first post. Compressed HTML Help File. No javascript errors. No missed pages. Clean english copy. Added "Index search", "Contents", "Bookmarks" tabs. Download: Right mouse click -> Save Item As ... - wiki.multitheftauto.com_29.11.2010.chm - 49.4 Mb -
i already scripted custom wrap mechanism same as uses dxDrawText, while waiting for proper help (: thanks, anyway I learned one thing - it is better not ask about anything, quickly figured out answers by myself
-
((: thanks for nothing i think it's better way to write wrap function by myself...
-
Sometimes in script I want to know the height of DX text, which will be drawn later with dxDrawText. dxDrawText uses wordBreak with true as value and text can be drawn as multi-line text. This height needs to draw black box (rectangle) under the text. dxGetTextWidth and dxGetFontHeight works fine, but only for one-line texts. dxDrawText uses DirectX's DrawText function with own word wrap mechanism and this is a problem. If someone already scripted this function manually, please, give it here as code example.
-
MTASA wiki - offline copies / online mirrors
MX_Master replied to MX_Master's topic in Site/Forum/Discord/Mantis/Wiki related
Offline Explorer, good thing with many features, but there are few mistakes in the downloaded site (missed pages, JS errors, useless files). Now I'm trying to find another program, which will download without these errors. Already tested more than 10 programs. All of them downloads with errors, But best thing of them for now it's WinWSD WebSite Downloader (freeware). It missed just few pages and replaced them with redirect pages. Trying next program.. -
never try and test recursion in LUA, but in PHP this operation with recursion takes more time and memory than method without recursion another reason for this is just to see how it's can be done.. just want to understand logic without recursion i can write this operation with recursion, but i haven't "without recursion" method code to test it and compare with first one
-
this operation will be placed into "onClientRender" client event and operation must be fast as possible
-
I have one table which contains some values and subtables. Any of subtable also may contains values and subtables, and etc. Look: myTable = { ["x"] = 0, ["y"] = 0, ["children"] = { [0] = { ["x"] = 10, ["y"] = 15, ["children"] = { [0] = { ["x"] = 20, ["y"] = 25, ["children"] = { [0] = { ["x"] = 30, ["y"] = 35 }, [1] = { ["x"] = 40, ["y"] = 45 } } }, [1] = { ["x"] = 50, ["y"] = 55 } } }, [1] = { ["x"] = 60, ["y"] = 65 } -- etc. } } I want to find ALL subtables of myTable and place this list into another table (named children) as simple list without hierarchy. Look: children = { [0] = { ["x"] = 10, ["y"] = 15 }, [1] = { ["x"] = 20, ["y"] = 25 }, [2] = { ["x"] = 30, ["y"] = 35 }, [3] = { ["x"] = 40, ["y"] = 45 }, [4] = { ["x"] = 50, ["y"] = 55 }, [5] = { ["x"] = 60, ["y"] = 65 } -- etc. } I know this can be done using recursion. But i need method without recursion.
-
I'm russian and I'm a good scripter in SA-MP and MTASA. I really see the difference between these MODs as scripter and player. Players want the simplicity and beauty, they also want to read and write in their native language, that's all. Everything else depends on the scripters. At the moment, scripters can't give it to players. And yes, I want something like "select language" too. But not in editor. I want to script this in my gamemode and i want to use GUI and DX for this. But now this feature can be done only in SA-MP's poor GUI, which has multi-language support. And this fact frustrates me.
-
bingo, current Suggestion can be done by MTA server-side and client-side functions varez, +1 and where is here "thanks" button?..
-
MTASA wiki - offline copies / online mirrors
MX_Master replied to MX_Master's topic in Site/Forum/Discord/Mantis/Wiki related
yes it is any guest can make an attack to search script, just make some protection (and cache based search if you want) -
for players with big ping may not work properly
-
MTASA wiki - offline copies / online mirrors
MX_Master replied to MX_Master's topic in Site/Forum/Discord/Mantis/Wiki related
full text based search engine, which scans dir, opens every file and trying to find something? -
checked. Same things.. camera position is on the left side of player and target is on the right side of player. Look
-
not bad (: i think we need more friendly view of mta fullscreen logos +1
-
author want to say that setCameraTarget(player) don't point camera from back to front of player skin. After setCameraTarget(player) camera may be pointed from side to side of player skin. Example = standard game mode "play". After spawn camera will be placed not to back but to left side from spawned player.
-
MX_Master pretty much pioneered the entire development for branch. I'm certain it's appearance in 1.1 would have been doubtful if it were not for his initiative (thanks!). It's not complete just yet though. Many of non-English players/scripters should start to migrate from SA-MP to MTA: SA, if the MTA: SA will support Unicode. In particular, many Russian scripters can go to the MTA: SA after that. In MTA: SA scripters are almost unlimited in their capabilities. Therefore, may be new modes and scripts that will gather more people. I think the lack of Unicode support was one of the main reasons for the unpopularity of MTA: SA compared to SA-MP. So I decided to remedy this situation, when I came to the MTA: SA. I do not have much knowledges of C++, so I want to thank Talidan, as well as other programmers from the MTA team. They actively supported this initiative.
-
MTASA wiki - offline copies / online mirrors
MX_Master replied to MX_Master's topic in Site/Forum/Discord/Mantis/Wiki related
Also, not being up to date if we'll have at list 2 weeks old HTML copy, it's not so bad (: wiki changes not so often like forum -
MTASA wiki - offline copies / online mirrors
MX_Master replied to MX_Master's topic in Site/Forum/Discord/Mantis/Wiki related
what you want to search for? wiki is very simple and i always know where and what stored there may be CHM with index and search may help, but here it's not present now. After next copy of wiki i will make CHM with search and without javascript errors. -
MTASA wiki - offline copies / online mirrors
MX_Master replied to MX_Master's topic in Site/Forum/Discord/Mantis/Wiki related
nice (: -
I'm MTA fan and proud of it. Thanks to MTA team. Unicode support.. that's what I want (: 2 kernell all this features in first post will appear in version 1.1 and above (Все эти возможности относятся к версии 1.1 и выше, это касается и юникода)