Jump to content

csiguusz

Members
  • Posts

    500
  • Joined

  • Last visited

Everything posted by csiguusz

  1. Just read the wiki about dbQuery.
  2. Üdvözlet minden kedves magyar játékosnak! Hosszú idő után végre megnyílt ez a magyar nyelvű MTA-fórum! - Itt nyugodtan föltehetitek kérdéseiteket, amikre remélhetőleg valaki fog is majd tudni válaszolni. - Bemutathatod saját szerveredet vagy éppen a saját készítésű szkriptjeidet. - De lényegében akármit megbeszélhetünk itt ami az MTA-val kapcsolatos... Jó fórumozást mindenkinek!
  3. The Script Editor does it too. There was some kind of plugin for notepad++ wich i used to check this, but it was a bit complicated, not so easy like in 50p's editor.
  4. csiguusz

    string.find ?

    This was my second thougth, but I tried the first one too, and I think it worked...
  5. https://forum.multitheftauto.com/viewtopic.php?f=91&t=24834
  6. I'm using 50p's Script Editor, if you are scripting for MTA, you should give it a try too.
  7. Why doesn't it help? You can choose your router from the list then you can even choose MTA, then it tells you, illustrated with pictures, how to open the ports.
  8. csiguusz

    string.find ?

    Since '[' and ']' are 'magical characters', you have to do it so: string.find(getPlayerName ( getLocalPlayer() ), "%[ClanTag%]", 1 )
  9. Try this page: http://portforward.com/
  10. csiguusz

    Download resources.

    Remove the dff and txd files from the meta.xml of resources, if you don't want them.
  11. csiguusz

    Download resources.

    Then they must be downloaded, if you want to replace the original files with them.
  12. Copy broph.lua and the map to the directory of freeroam then edit its meta:
  13. i see it on the community as "game mode" I can't find it in the [gamemodes] directory in the MTA resources package. It isn't, but freeroam and spawnmanager scripts must be running to use play.
  14. Your server-side is wrong, but it should work: addEventHandler("onPlayerWasted", root, function () triggerClientEvent ("Client",root) end)
  15. Freeroam is not a gamemode, I think. And yes, you can.
  16. csiguusz

    Download resources.

    Don't start any resource, wich has client sided files...
  17. You want to trigger a client-sided event named "showBuyCar" (on line 16), but it's not added on client-side with addEvent.
  18. csiguusz

    Server crashed

    Hi, I need some help, my server behaved really strange in the last few days, it always dropped clients( they timed out ), and then finally it crashed, but I can't understand the crash report. Here is it: OS is Debian Linux, 32 bit. Thanks in advance.
  19. Just as the error says "getPlayerOccupiedVehicle" is and old function and might not work in the future. Use: local vehicle = getPedOccupiedVehicle (getLocalPlayer())
  20. csiguusz

    help

    if cmd == "addevent" then There is one space more.
×
×
  • Create New...