Jump to content

Spajk

Members
  • Posts

    285
  • Joined

  • Last visited

Everything posted by Spajk

  1. On most of the servers you dont have to register, on the ones where you need to register in order to play, there's a nice thingy called Login/Register panel.
  2. Whats the connection of the second one?
  3. Replace x,y,z with 0, 0, 0
  4. I dont understand you... You want to show player's rank when showing that top-times list? What playerSerial has to do with it?
  5. HyPeX, many bigger servers already have radio scripts where players can listen to an online radio which ofcourse consumes the server's network. By the way, I managed to do this using a PHP script and the API provided above.
  6. Yea, we would need to use a php script because we cant modify http request headers inside MTA
  7. Spajk

    Reload ACL

    And that would require you to connect to the server, the best say is to add a console command.
  8. Ugh, why would anyone spend a new year online?!
  9. Was there an option to choose UDP or TCP when you were forwarding them?
  10. Spajk

    Object drop

    Never mind, I will be using a diffrent system, topic can be locked. Thanks myonlake and Woovie
  11. You could take a look at the admin panel.
  12. Spajk

    Object drop

    @Woovie It would use too much resources to check every second for every client @myonlake The object wont be affected by gravity untill a player hits it and once its out of stream, it will simply freeze.
  13. Spajk

    Object drop

    Recently I started making a supply drop script. ( A plane flying over the map and dropping a crate) Now, I saw many workarounds, but all of them require a player to be near the location of the crete once its dropped, but in my case, there might not be anyone near it. Is there any solution for this?
  14. Spajk

    target

    Parameters for command handler are: player playerSource, string commandName, [string arg1, string arg2, ...] So replace: function gerarI (targetPLayer) with: function gerarI (player, cmd, targetPlayer) Also, getPlayerFromName requiers the player to enter the FULL name of target player. You should check out this snippet: https://wiki.multitheftauto.com/wiki/Ge ... omNamePart
  15. Well, you are right there, but shaders that server's use should override those client-ones.
  16. But you cant just visit every MTA server and check out which scripts they are using, that would be... stupid ( if you ask me ).
  17. I dont think this will be available for download.
  18. You cant just remove every server running a certain script, I suggest the ability of other people hosting master servers and an option in the settings menu for players to easly change their master servers.
  19. I disagree, some servers might not want those shaders.
  20. The second 3 numbers are x,y and z of the location camera is looking at, thats what you should change.
  21. hows that? setGUIalpha 0? Just dont put any text in it.
  22. Spajk

    [Help] Question

    Are those leaked scripts? We dont help with leaked scripts.
  23. You can create an empty gui label and use onClientGUIClick.
×
×
  • Create New...