Jump to content

Dark Dragon

Members
  • Posts

    1,619
  • Joined

  • Last visited

Everything posted by Dark Dragon

  1. Dark Dragon

    Sync Shot?

    for the shot sync id say 1.0.1 > dp2 > dp1 > 1.0 if you don't kill your opponents it should be lack of skill i guess. also from what i've heard and sometimes noticed, a high ping and low fps can do a pretty good job saving you and killing all the others when used correctly, due to the victim deciding if a bullet hit or not. in my opinion it would make much more sense to let the attacker decide like it currently is in most other games, however it does a pretty good job in 1.0.1 again.
  2. the gamemode assault should be already in your servers resources folder, its pretty similar
  3. if debug doesn't tell you anything theres a huge chance that your scripts aren't even loaded. getLocalPlayer() will be nil server side. add some outputs and debug it yourself this way.
  4. Dark Dragon

    Kick/Ban command

    log in as an admin https://wiki.multitheftauto.com/wiki/Server_Manua ... nistrators
  5. it's a website, or a link, if you're referring to that.
  6. will probably take some time for this to return. at the moment the stats and user/serial system has a pretty low priprity
  7. thanks for your feedback, i guess i got the issue. please let me know if it still happens in version 1.0.3!
  8. because they suck at life and try to compensate it by doing this. i don't think the command will delete all records, it should be exactly what you are looking for
  9. hi, i've added the command to the newest version, be sure to download it. about the bug. i heard about the bug once but was never able to reproduce it. if anyone knows when it happens it would be much appreciated if you let me know, so i can fix it for you!
  10. Dark Dragon

    "Roadmap"?

    roadmap is a list of issues to be fixed and features to be implemented before a given version can be released. you can have a look at it, it roughly represents the current progress for new releases http://bugs.mtasa.com/roadmap_page.php
  11. i would be lying if i said i read all above, but what does this have to do with mta?
  12. the next version of the toptimes race plugin will have a /deleterecord function.
  13. client VS server will always be a failure. it must be client AND server to work well. there is no such thing like a better scripting type. both have advantages and disadvantages. even if some cool scripts only require server side or only client side scripting it will all be up to the use. however, as long as something is possible to do client side you should do so, because the server has to handle a lot of players at the same time, while the client only cares about itself.
  14. https://community.multitheftauto.com/index.html?p ... ils&id=141 --create gui elements easily by "drawing" them https://wiki.multitheftauto.com/index.ph ... troduction --to actually make it do something you'll need to script it https://wiki.multitheftauto.com/index.ph ... ng_the_GUI --worth a visit too https://wiki.multitheftauto.com/index.ph ... _functions --gui functions https://wiki.multitheftauto.com/index.ph ... GUI_events --gui events
  15. getElementsByType("checkpoint") should do the job. you can also make it only search for the current maps checkpoints (if there are any others for some reason) by adding the optional startat argument.
  16. hey there, to be able to do admin stuff you need to modify the access control list (acl). open the acl.xml file in \MTA San Andreas\server\mods\deathmatch and look for a group called "Admin". it should look similar to this: just add a line with the following content within the group: of course, replace yourAccountNameHere with your account name for the other problem, please ensure that admin resource is actually started. try "start admin"
  17. San Fiero, noob! RPGer should know better >
  18. you can display animated images by separating every frame and use dxDrawImage to display them.
  19. there are many aspects you would need to change. better just start creating a new mode from scratch.
  20. so the file/folder existed but the changes didn't apply? please sign in as an admin on your server and type /debugscript 3 and tell us what it says(on startup and when saving, loading).
  21. what do you mean? im pretts sure this is not only serverside lol.
×
×
  • Create New...