Jump to content

MIKI785

Members
  • Posts

    1,131
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by MIKI785

  1. You habe to request it first, but for example facebook uses tons of subdomains and other domains so for that you should use onClientBrowserResourceBlocked.
  2. mysql_ functions need the mysql module to work
  3. MIKI785

    playSound()

    https://wiki.multitheftauto.com/wiki/Filepath
  4. Wll obviously it can store JSON, because JSON is really just a string (text). Thats why its used, mainly so that you can store tables as text values in databases.
  5. But then you would have to download the same thing 1000 times.
  6. That's probably because the datatype of column bankmoney is varchar or other text. Make it int and it will work.
  7. Give it executable permissions, chmod 755 or 777. Just use this command: chmod 777 mta-server Btw. wrong section, should be in here.
  8. Great, it took some time but it's here and that's great, good job as always.
  9. Don't do a loop, use these instead: setVehicleRespawnDelay and setVehicleIdleRespawnDelay.
  10. Would this be possible? https://bugs.multitheftauto.com/view.php?id=8870 Thanks.
  11. I've tried that before but the password doesn't work and I can't recover it as it says that there's no email address associated with my account.
  12. As the title says im unable to login to my wiki account. First myopenid went down so I started to use google to login there and now even that is not working, why do I have to use stupid openID and not login directly on your wiki? Now i'm locked out of my account.. Can i regain access somehow? My wiki account is Miki785.
  13. https://wiki.multitheftauto.com/wiki/CE ... munication That's great, thanks. Gonna test it out, hope it will be a full release soon.
  14. Great job! I'm just wondering and I couldn't find it anywhere on wiki, is it possible to call Lua functions (or trigger events) from javascript? At least from local files.
  15. Ever heard of 'Optional arguments' ?
  16. You can't access console account.
  17. What resource are you talking about? If it's stored as element data you can simply use setElementData to modify the value.
  18. It's either wrong password or the connection is not allowed from your IP (if the MySQL server is hosted somewhere else).
  19. It depends on how the particular resource works, if it's normal download (nothing leaked etc..) it should contain .sql file with structure of the tables and some file (.lua or .xml) where you specify connection details for MySQL. There's not much we can do knowing only that you're trying to run some "RPG".
  20. If youre going to destroy a rocket it will actually explode, possibly killing the player firing it. I'd change the dimension first.
  21. Restrict it to particular element... see wiki: engineApplyShaderToWorldTexture targetElement argument
  22. Just read the wiki, there are rotational arguments "rotX, rotY, rotZ: float starting rotation for the projectile.". IF you mean changing the direction after the rocket is fired i don't think that's possible.
  23. It does, i'm using it myself. Just use 32bit version of MTA server.
  24. That's not bug, it won't get called, because he never "started" to enter the vehicle, you warped him right in. onVehicleEnter should be called.
  25. 22015 is the same server just on different port (temporarily), it's not strange as I forwarded everything coming to 22014 to 22015 (that didn't work as the port didnt work), i did that in case anyone tried to connect to it when it started working so there wouldnt be 2 servers, it started working now so it's resolved I guess, just started working again out of nowhere.
×
×
  • Create New...