-
Posts
1,619 -
Joined
-
Last visited
Everything posted by Dark Dragon
-
http://www.filefront.com/4898057/Multi- ... 1.1-Patch/
-
I think that's what you missed
-
cj's clothes are a bit more complicated than other textures because their appearances change with the muscle and fat stat. i think its just not possible at the moment
-
addEventHandler('onResourceStart', resourceRoot, function() object = {} -- FYI, this line says "object" is a new empty table; object = {5,222,0.5} would say "object" is a new table with those values (object[1] would represent 5, object[2] would be 222 and so on (unlike in c where the array would start with object[0])) table.insert( object, createObject ( 7191, 265.10437011719, 191.24276733398, 1009.1465454102, 270, 0, 0 ) ) table.insert( object, createObject ( 7191, 246.921875, 194.00668334961, 1009.1465454102, 270, 0, 90 ) ) --And more and more objects for index,value in ipairs(object) do -- a loop which runs as many times as elements on the given table "object" (note also that you can rename "index" and "value" to whatever you want setElementInterior( value, 3 ) -- value will always represent the value (in this case an object element) of the table which matches the current index --[[ unrelated hint: outputChatBox(index) would spam your chat with the number 1 - 117 (if this is still your amount of objects) like this 1 2 3 4 (...) ]] end --unrelated hint2: you can get the amount of table entries with #. just like this: #object oh and this works for strings as well a = "hello" #a --> 5 end
-
What's wrong with the main page?
Dark Dragon replied to Dark Dragon's topic in Site/Forum/Discord/Mantis/Wiki related
but several pages are now not linked anymore. restructuring the main page a bit more like i said above could at least filter some of the potential "i have a question but i dunno how to use the search function"-people. also there have been complaints about no download archive and indeed the linked one is currently only containing mta 0.5 or below while mta sa race and the old developer previews are missing. -
i suggest hammer editor support D:
-
FUUUUUUUUUUUUUUUUUUuuuuuuuuuuuuuuu
-
it seems like a problem check which causes more problems than it solves... haven't had it myself yet but it was removed some commits ago.
-
I've just noticed that the main mta page changed dramatically. why is there no link to the faq anymore? no download archive(beside that outdated one)? i hope this is just a temporary change for a later improvement. for the menu on the left side I'd recommend the following links Home Download FAQ Server Guide Introduction in Lua Resources and Scripts Help And for some advanced improvement the mta page and the community page should be made more into one. Anyways the current main page lacks of links, thats the main problem here.
-
yes.
-
if there's no admin on the server at all the server sucks and should be shut down anyways. use /report, theres nothing else you can do.
-
in short: you created your map too far away from san andreas. put it closer and it will work
-
That is exactly what I did, but I want them to follow me, not copy me, and its annoying, because I cannot do it without them just hitting walls, fences, poles and whatever else they desire including other peds >.< who said anything about copying? what's your problem? by the way the path points are available. http://s000.tinyupload.com/?file_id=128 ... 6183642619
-
you can make cars act the same as a normal player by warping a ped into it and setting its control state.
-
theres not much you can do, start vote to kick this guy himself, start a conversation and ask him why the hell he keeps doing this, change your name, use /report to write a message to the admins, find out their forums url or whatever to contact them.
-
destruction derby, elimination with cars (aka last man standing)
-
D: rohol for president no seriously he is right, its not the quality which is missing here but the quantity. there are some users which are frequently online and would fit the requirements.
-
gas and petrol stations
-
i blame the ignorance of kyeman who would probably have a good decent mod if he just puts 1/10 of his effort in keeping mta unknown to sa mp players into development instead.
-
i really wonder how this could reach more than 1 reply before it got locked... C'MON, HIT IT, MOD!
-
you can get a dx text's width and create a new dx text next to it
-
any text editor. i recommend notepad++.
-
be a bit more specific with "can't" as "can't" can be pretty much everything. why can't you? download error? connection time out? crash? freeze? [...]
-
you can try /report
