Jump to content

Patrick

Moderators
  • Posts

    1,143
  • Joined

  • Last visited

  • Days Won

    42

Everything posted by Patrick

  1. Találkoznod kellett vele, ha futtatsz egy szervert. Kiválasztod az adatbázist, majd Szerkezet menüpont, kijelölöd az összes táblát, és van ott egy lenyitható menü alul, abban kiválasztod az Eldobás lehetőséget és minden táblát töröl az adatbázisból. Majd vissza importálod az .sql fájlt amit a legelején, majd elindítod a szervert és ennyi. Minden visszaáll alapra.
  2. phpmyadmin-ban töröld ki a táblákat és importáld be újra az üreseket
  3. Wrong language, moved to Spanish section. And what you find is setPlayerHudComponentVisible.
  4. Patrick

    kick

    Ez nem a hiba, hanem a hibás kód, pontosabban ahol hibába ütközik a kód futás közben. Mert ez a sor szintaktikailag helyes, csak valamelyik változó értéke nem megfelelő. A hiba üzenet tartalma fontos, nem csak a sor-száma.
  5. text = text:gsub('\\','') -- don't work probably this is the good one, but your debug tests are wrong, because: local text = 'aaa\bbb' In this string \ is not a character, I mean its not a simple backslash. Because its "interact" with the next b. So \b this two character is "one" special character.
  6. Patrick

    Qustion

    Sorry this is a scripting topic, and not a "how to edit leaked gamemodes" one. I close this topic!
  7. probably the coordinates / model are incorrect
  8. Patrick

    MTA CRASH PROBLEM

    Hi, @PedroFaria Please send the exact video link, instead of channel link!
  9. Wrong language, moved to Arabic section.
  10. It's not that simple. You can't get details from default transfer-box. You need to do your own download manager, with downloadFile.
  11. because onPlayerSpawn is a server-sided event, you can't use it on client-side.
  12. Just make a button, and when you click it, simply call a function what loop trough all players and give weapons for everybody. Don't deal with the gridlist, if you want to give something to everybody.
  13. Change back at onClientPlayerSpawn event. addEventHandler("onClientPlayerSpawn", localPlayer, function() setPedWalkingStyle(source, 0) end)
  14. Patrick

    Radio Online

    Wrong language, moved to Spanish section.
  15. Wrong language, moved to Arabic section.
  16. Hi! You should open an issue on GitHub, and not here because it's a scripting related forum section. Link: https://github.com/multitheftauto/mtasa-blue/issues I'll close your post.
  17. Patrick

    Sirenas

    Wrong language, moved to Spanish section.
  18. Wrong language, moved to Portuguese section.
  19. Patrick

    MTA DayZ

    Here is the original and latest DayZ Gamemode, use this: https://github.com/NullSystemWorks/mtadayz
  20. getElementsWithinColShape return every players who stay in the colshape in array, you should use isElementWithinColShape to check for a specific player.
  21. Cancel the onClientKey event.
×
×
  • Create New...