Jump to content

WhoAmI

Members
  • Posts

    1,248
  • Joined

  • Last visited

Everything posted by WhoAmI

  1. Where is defined 'thePlayer' argument? Also I'm not sure if you can execute register/login commands serverside or you can execute this command at all.
  2. viewforum.php?f=104 Napisz po angielsku w tym temacie. Ktoś z drużyny administratorów MTA rozwiąże Twój problem.
  3. Example local groupName = "Some group" if ( not aclGetGroup ( groupName ) ) then -- doesn't exist else -- exists end
  4. Na wszystkich serwerach czy tylko na konkretnym?
  5. GTA:SA działa Ci tak samo? Jeżeli sama gra działa normalnie, zreinstalluj MTA.
  6. local alivePlayers = getAlivePlayers ( ) triggerClientEvent ( ... )
  7. Oh really it does? Thanks for information, tho. My machine has been always reinstalled to 32 bit OS specially for MySQL in MTA server. Thanks.
  8. Insert all notifications in table. When one is disappearing loop the table and change others position.
  9. WhoAmI

    Hunter pickup

    After getting a pickup set data "Hunter" player to true. Like that function checkForHunter(number,sort,model) if sort == "vehiclechange" then if model == 425 then if (getElementData(source, "Hunter") == false) then setTimer(hunterBonus,200,1,source) setElementData ( source, "Hunter", true ) end end end end addEvent('onPlayerPickUpRacePickup') addEventHandler("onPlayerPickUpRacePickup",getRootElement(),checkForHunter
  10. I don't think so. Better reinstall machine to other 32 bit OS.
  11. MySQL module doesn't work on 64 bit Linux.
  12. WhoAmI

    [Solved]

    function AntiLag() for _, v in ipairs ( getElementsByType ( "object", root, true ) ) do local id = getElementModel ( v ) if ( id >= 600 and id <= 800) then destroyElement(v) end end end Try it.
  13. WhoAmI

    MTA crash at start

    Does your GTA:SA single player game works fine?
  14. Really? https://wiki.multitheftauto.com/wiki/Call "OOP Syntax Method: resource:call(...)"
  15. WhoAmI

    A problem

    triggerClientEvent( "replaceVeh", getRootElement(), replaceVeh ) Replace to triggerClientEvent( thePlayer, "replaceVeh", getRootElement(), replaceVeh )
  16. OpenVZ is an operating system-level virtualization technology based on the Linux. OpenVZ allows a physical server to run multiple isolated operating system instances, called containers, virtual private servers, or virtual environments.
  17. It doesn't matter. Leaked script is leaked script.
  18. He solved the problem already. Delux host has problem with it. On other host it is working well.
  19. WhoAmI

    Ban details

    It's default lil Today's admin panel.
  20. He bought game-server on delux host. After adding .so module it still doesn't work. Don't know why.
  21. Did you add the line in mtaserver.conf?
  22. You are using Linux or Windows? If windows (which i dont think so) https://code.google.com/p/multitheftaut ... l&can=2&q= If Linux (hosted server always are in this OS) https://code.google.com/p/multitheftaut ... o&can=2&q=
×
×
  • Create New...