Jump to content

.:HyPeX:.

Members
  • Posts

    1,255
  • Joined

  • Last visited

Everything posted by .:HyPeX:.

  1. Theorically as manawydan data is synchronized, this means the client will not call the server each time it wants to check the data, it will ask for the currently local-stored one wich can be itself modified by the server.
  2. My tutorial has it. viewtopic.php?f=148&t=75501 Yeah, kinda got this topic aside, i'm too busy. I'll edit OP and link your topic.
  3. Pretty sure you're destroying the value itself, remind that althought they are triggered all at once they are the same event and are asynchronious. If the nil part was to be before the second part then it was likely to return so.
  4. You misunderstood. @OP: They are all triggered at once. triggers are global for all running resources, but events are only callable from outside current resource/script if the variable that checks this is set. [ addEventHandler("random", true) ] keep in mind that server>client and viceversa have some delay. (They are still globally triggered, just from one to the other side.)
  5. Oh my AV wasnt detected becouse it wasnt running at all, i'm using Microsoft Security Essentials and my SO is Win7 Profsessional x64 SP1, so dont worry. My question was just interested if MTA could infect my PC by itself, not by downloading a fake version of MTA. To clarify, i got my MTA working perfectly since long time ago and today i was trying to run it without the AV working by reasons stated in first post and i got prompted this.
  6. Lagging at high speeds is a very common issue from GPU not giving enought power. I had both a low CPU & GPU computers, while the CPU low would sometimes lag at the loading of many objects altogether speeding did not interfere at all, whereas the GPU low insanely lagged at medium-high speeds. It might be another thing thought... (If you have a decent card, an 8600GT or higher is pretty much enought )
  7. So i was just doing my update install fix on my security essentials (Anti-virus) so its not working ATM. But while starting up MTA (Waiting for the update to get done) i got the message "MTA could not detect an anti-virus on your PC. Viruses interfere with MTA and degrade your gameplay experience." So, i could actually get a virus throught MTA? (I'm going to my local server, not speaking of unknown scripts or servers) or is it just a warning for my own conscent? Greetz
  8. Yeah, got it, thanks thought
  9. Hello, i got a quick question, if i want to go from a point to the north, whats the sum/rest of X,Y that im getting? eg: going to the north by 1 point would represent an increase of X of 1 point. (0.5 if X/Y were made on 45° angles) PD: I'm trying to get a rotation by X,Y Points as in my script the getElementRotation seems to not work.
  10. Alot of you guys are dividing the resolution. Some others are even going crazy... best way to do so is how OP started doing it. Eg: x * 0.2 Anyways i got this small bitchy function, it should work pretty well for scaling: My case: (1920x1080) local x,y = guiGetScreenSize() local ox,oy = 1920,1080 local Scale = (1920 / x ) * (1080 / y) Then just divide all your scales by this multiplier. Its not perfect, but closest and quick solution.
  11. As sbx320 stated, any client-side script should be able to be stealable no matter what, just the difficulty on the decrypting changes. So, basically the actual barrier is not overlapable by everyone, and everyone that does overlap it can go far more into harder stuff. In the end the actual idea, is to stop the people who cant make scripts on themselves so steal them, since the one who has the level to steal it with this will pretty much do the script by himself before?
  12. Its on the Race meta. <include resource="killmessages"/> <include resource="scoreboard"/> <include resource="votemanager"/> <include resource="helpmanager" /> It should be like that with addons if im not wrong.
  13. .:HyPeX:.

    BASS ERROR

    So... whats this and how to fix it? BASS ERROR 2 in LoadMedia path:C:\Juegos\Binaries\GTA MTA\mta 1.0\mods\deathmatch\resources\race\sounds\3.mp3 3d:0 loop:0 BASS ERROR 2 in LoadMedia path:C:\Juegos\Binaries\GTA MTA\mta 1.0\mods\deathmatch\resources\race\sounds\2.mp3 3d:0 loop:0 BASS ERROR 2 in LoadMedia path:C:\Juegos\Binaries\GTA MTA\mta 1.0\mods\deathmatch\resources\race\sounds\1.mp3 3d:0 loop:0 PD: No debug.
  14. I've tried chaning ACL as well. This shouldnt be a problem anyways, as i'm having the same powers as my friend yet they can see it perfectly.
  15. I've already tried to delete the resource & reupload it... Re-downloaded it into mods... And i'm still just only seeing the players tab, other friends can see it perfectly, but i cant. Whats the issue here? http://prntscr.com/4oqxim
  16. https://wiki.multitheftauto.com/wiki/Us ... ow_to_test I added an installer a while ago. It has already been implemented, but needs a lot of testing yet. So, if you want to speed it up, it would help a lot if you'd find remainig bugs or especially issues with the URL filter. btw: New build available: http://jusonex.net/public/mta/awesomium/full-r6798.exe Wondering, not implemented on the default one, right?
  17. https://wiki.multitheftauto.com/wiki/Us ... ow_to_test I added an installer a while ago. It has already been implemented, but needs a lot of testing yet. So, if you want to speed it up, it would help a lot if you'd find remainig bugs or especially issues with the URL filter. btw: New build available: http://jusonex.net/public/mta/awesomium/full-r6798.exe Wondering, not implemented on the default one, right?
  18. Becouse you are not defining the timers... should be instead: seconds30 = setTimer ( seconds30, 30000, 1, hitPlayer ) the function isnt the timer name, if you dont assign it a name then it is not killable.
  19. In place 2 you should assign an element to bound the handler (If you bound it to a single player then it will only work for him). Thought, it should work if correctly assigned. (Check if hitPlayer is defined before that function goes on.)
  20. Then no. Why don't you make a command to add/remove admins from group ? If player has access to manage acl gridlist then he can remove high rank admins. Meh forget it, i already got it done, just edited acl, reuploaded and used the exceute command + aclReload
  21. I know how to edit it manually, i was just wanting it to do it ingame via admin panel
  22. hey guys, how can i remove ACL rights from the admin panel? i want to restric the resource tab from admin panel to super moderators, and know how to edit the ACL manually, but just wanna do it throught admin panel, is there any way?
  23. Thanks for the idea, got it to work by splitting the original script into 2 parts and saving it into a txt and using a 3rd one for the ongoing definitions, and it works perfect. Greetz.
  24. Any fileWrite will over-write text....
  25. Done. Also removed all the resource theft and compilers as none of them are useful since the new MTA compiler. I've got it backed-up in case something needs to be brought back. Just tell me about it. Just leave down the compilers, let anyone use them if they want to, until the MTA compiler is mandatory.
×
×
  • Create New...