Jump to content

Syntrax#

Members
  • Posts

    272
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Syntrax#

  1. Please use the right forum section for this https://forum.multitheftauto.com/forum/149-looking-for-staff/
  2. Fixed already sorry forgot that i didn't bought the .net domain yet
  3. Done thanks for suggesting this @marty000123 Hope you don't remove it this time @HAZJ
  4. Welcome to Dynasty Network, Yeah we had a topic before the cleanup but this time we cameback bigger and better. Our topic will be managed way better then it was before and i'll put all my time into keeping this up to date also backups will be made daily. I hope you like this @HAZJ. But that's it about the topic. Now let's head into the server and show what we are currently Developing. We are currently in Alpha state and are testing / optimising everything so you guys won't encounter bugs. This is due the fact we got a strict punishment if it goes about bug abusing and such. Getting caught using bugs etc in your advantage will result in a permanent ban. Feel free to leave a like and reaction, I would really love it since it's showing interest and that you are supporting the development of it. You can find us on our forums which are currently under development.Go to Forum to make sure you have an account when you try to join our server. Also make sure you join our discord channel on the following link : Coming soon , We aren't going to give our server IP yet due the fact we are still developing the server. But as soon as it is done i'll release the ip so you guys can join and checkout our brand new community. Previews will be showcased when I do think it's ready to get spread
  5. Maybe show some screens @28WL in order to let the player see what you are talking about and the quality of the product itself.
  6. Gotta say everyone is bitching that this are leaked scripts, and you claim them to be yours.You know that you'rre claiming that u used the scripts too right?
  7. Ehm gimme 10 mintues will be checking something around this.
  8. lol But didn't test it so yeah, if there is a problem with it contact me i'll have a look on it.
  9. No problem but did it work like you wanted it to?
  10. setTimer( function() local x, y, z = getElementPosition(localPlayer) local models = getElementsByType("vehicle") if #models ~= 0 then for i, v in pairs(models) do if getElementModel(v) == 525 then --525 is just a random number, you can just add whatever you want, later i will make this into a table local ex, ey, ez = getElementPosition(v) local elementdistance = getDistanceBetweenPoints2D ( x, y, ex, ey ) if elementdistance <= 350 then outputDebugString("Download File") end end end end end, 500, 0) This will make the Client side check for any elements within this area and if the model id is the same.If both are true then it will trigger the download
  11. Fetchremote should get the data of it.use that with a callback to the download https://wiki.multitheftauto.com/wiki/FetchRemote
  12. @klaw I'm not getting paid nor did i ever join of the the implicit gaming servers.I'm just making sure both of you won't get in problems with the moderators and such.
  13. Encrypted license key and encrypted password and then combining it is nearly impossible to crack.It will take around months in order to just crack one, and if the License key is around 30 numbers and characters then it's taking years to crack.(except if you have a NASA supercomputer at your service) try to decrypt this to proof your point: eb8b688620854ae06894ddd97baa219a
  14. Syntrax#

    HUD

    You probably mean the text is blurry, this can be fixed by making a text scaling.Based on screensize you can determine which scale is needed to have the same output
  15. Nice one actually, i've tried it myself and yeah this method is good for racing NPC's but making them actually use the GTA Paths are something i didn't quite understand yet due the fact my knowledge about this is pretty low.But how determine which side it should go, based on distance of of the element the line hit or?
  16. @ccw I'm having the same problem and holding Left + Right CTRL doesn't crash mta, it's frozen and won't do anything except the most used method CTRL+ALT+DELETE and then task manager is able to close it.I've always been playing mta with a problem and this problem appeared with the master server update like @Blast3r has already mentioned
  17. That's why IPB is using the blowfish method.Combine the md5 encypted password and a random md5 encrypted security code you can choose and encrypt that then.Then you get the final result of it.If that's done then the code has to be the same on the mysql database.if yes then you login. local SecurityCode = "SecurityIsNotGrantedWithoutThisStringBeingEncypted" local password = "Blowfish" -- Currently just to have a password function EncryptPassWord() local Licensepass = md5(md5(SecurityCode)..""..md5(password)) outputDebugString("The password on the mysql database is :"..Licensepass.."") end Nobody will have a method to open this unless they got the SecurityCode.So Encrypt your files so they can't get the security code
  18. What type of scripts are you suppose to share if i consider giving one?Is it on the same difficulty grade or just a random script from the community?
  19. Anyway good luck trying to pull off something like this.Will say the server will keep up for around 1-2 months and then dropping back to a 0 player count
  20. Then you are just heading back to the Cops and Robbers or the RP section.Why calling it SA:FR then while that's not even near the real meaning of that name
  21. Still why should you apply for a whitelist while this looks similar to the gamemade SAPD:FR is offering.I'm rather playing there instead of applying just to play with a low player count.
  22. Whitelisting the server is the dumbest idea ever, The player rate within mta itself is low and you are not getting much players with this whitelist.Is the whitelist to milk money out of the players or is this another person being Mentally challenged
  23. Dunno but they somehow forgot to Announce the cleanup.How dafuq would i otherwise know that something like this is comming up and plan a copy of the topic before he does actually clean it up.
  24. I'll take a look on this cause i might use it within Dynasty Network to use this ingame For normal local chat and Group chat rooms
×
×
  • Create New...