Jump to content

mommytellme

Members
  • Posts

    178
  • Joined

  • Last visited

Everything posted by mommytellme

  1. mommytellme

    HASH

    SHA2? Are you sure?
  2. mommytellme

    HASH

    I understand. But I still do not know how I can convert that code to Lua
  3. mommytellme

    HASH

    ._. And if you can convert hash to a clean md5?
  4. mommytellme

    HASH

    I don't understand. This function is the only thing that you can use, excluding custom scripts. I compared stored in the database password is not encrypted password encrypt all possible hashami, and none of them was the same as in the database.
  5. mommytellme

    HASH

    Or how convert hash's to MD5?
  6. mommytellme

    HASH

    How to convert it to lua?
  7. mommytellme

    HASH

    no, no hashes do not match
  8. mommytellme

    HASH

    Hello, I would like to ask how they are encoded password, I wanted to move all accounts to mysql, so I have to change the system login.
  9. I do not understand what you wanted to do, but I corrected. function AddPed(_thePlayer) local x, y, z = getElementPosition(_thePlayer); x = x + math.sin(math.rad(getElementRotation(_thePlayer))) * 2 y = y - math.cos(math.rad(getElementRotation(_thePlayer))) * 2 --thePed = createPed (math.random(10, 270), x, y, z) pedID = pedID + 1 string.format(getPlayerName(_thePlayer) .." "..pedID) createPed (math.random(10, 270), x, y, z) end addCommandHandler ("ped", AddPed)
  10. Hello! Sorry for my English. I have a big problem. I need to use the array from the server to the client. The point is that there was one common board for everyone, but you can make changes in it from the client-side. How to do it?
  11. Welcome! I have the certain proposal, concerning the MTA menu. if you know, downloading taking lasts about 10 minutes, what the player is bored during and is leaving. One could do the minigame while taking, e.g. Snake. It looked so that in such a way that you clicked on it ESC, next into the Snake bookmark and you are playing, of course while download. Write your opinions; Sorry for my English.
  12. Z przyjemnością informujemy, że gamemode TokyoRPG został udostępniony, i oddany do Waszego użytku. Cały kod dostępny jest na portalu Github ( https://github.com/lpiob/MTA-TokyoRPG ), co prawda już od dawna ale dopiero dzisiaj zmieniona została licencja, na taką, byście mogli bez ograniczeń korzystać z niego (wyjątkiem jest usuwanie linku do strony na github) Gamemode udostępiony jest na licencji GPLv.2 i zawiera różne rzeczy przydatne dla początkujących, którzy tworzą swój serwer, to jest: Proste logowanie i rejestracja Wynagrodzenie za stunty Kupowanie i sprzedawanie pojazdów dla graczy, a tworzenie ich dla Administratorów System automatycznych wiadomości, które pobierane są z tablicy - nie musimy się z tym męczyć Mapę wzorowaną na Tokyo (podmienione modele) System pojazdów, komendy które pozwolą nam zmienić handling naszego pojazdu Lokalny oraz globalny czat Oraz parę drobnych rzeczy, których opisywać nie ma sensu Gamemode pisany był przez xScatta oraz ThePiotrek. Został on wydany aby zastymulować Polską scenę MTA, gdyż Polskich gamemodów do tego moda jest bardzo mało, coś koło 4. By pobrać gamemode wchodzimy na stronę https://github.com/lpiob/MTA-TokyoRPG i klikamy przycisk "Download ZIP". Życzę Wam powodzenia w korzystaniu z niego, i uczeniu się na nim ;d
  13. Welcome! I have a question to you, that is, whether you know how to change the position of the camera in order to place the view from the bottom? For example I am flying Dodo, camera he is changing and I can see the view from the bottom Dodo but I can't see the Dodo. He thanks for replies. I know that setCameraMatrix, but I don't know what value to change. Sorry for my bad English.
  14. Musisz się zarejestrować (/register TheKox25 hasło) a potem zalogować (/login TheKox25 hasło)
  15. Już nie aktualne, robię RPG Sorrki za odkop.
  16. To wrzuć screena, po tym jak uruchamiasz listę serwerów.
  17. Musisz kliknąć w zakładkę "Internet" czy jakoś tak, bo pewnie masz local i wyszukuje Ci tylko serwery z Twojej sieci. Jak chcesz otrzymywać szybkie odpowiedzi na temat MTA i innych MP to polecam Ci forum http://gtav.pl, bo tutaj, do Polskiej sekcji wprawie nikt nie zagląda
  18. Napisałeś to dosyć chaotycznie. Nie da się dodać nowego pojazdu, tylko podmienić teksturę już istniejącego. Nie jestem pewny, ale chyba istnieje możliwość podmianki np. Infernusa tak, żeby miał armatkę wodną - popatrz w handling.
  19. This script is intended to servers, on which the chat is to the short distance, and the administrator needs write visible for all players e.g. to event.
  20. He is already acting, is thanking for help!: D
×
×
  • Create New...