Jump to content

Drakath

Members
  • Posts

    768
  • Joined

  • Last visited

Everything posted by Drakath

  1. Drakath

    SD 13

    Works fine now. Thanks!
  2. Drakath

    SD 13

    Anyone?
  3. Drakath

    Interiors

    You want to create the marker as an arrow? If yes then: createMarker ( x , y , z, "arrow", 2, 255, 255, 0, 200 )
  4. Drakath

    SD 13

    Everytime I connect to a server I get kicked: "You were kicked for the game (SD #13@C0BA4A7F)" Please ensure no other program is modifying MTA:SA MTA Diag: http://pastebin.com/ksrsx5a0
  5. Mirrors bug is still not fixed. The game just freezes.
  6. I want to delete game browser and quick connect (so you can only connect via console), but the core.dll is compiled. Where can I get uncompiled file?
  7. Doesn't matter, just make sure its serverside.
  8. Drakath

    Ports

    Thanks for trying to help, but I have already solved the problem.
  9. Drakath

    Ports

    Hello, I have recently moved my server to new pc (From win7 ultimate to win8 enterprise). But all the ports are now closed. When I go check it in the router it is opened.
  10. Is it possible to run MTA server with these specs: Intel Xeon E3-1270v2 / i7-3770k ivy bridge: 1 GHz. 1 GB RAM. 20 mbps. 10 GB HDD.
  11. Drakath

    Strange output

    Hello, so today I have turned on the server as usual, but I got a strange output: [2013-04-01 11:57:05] Removed duplicate or damaged account for Kla{Minimální požadavky Operační systém: Windows Vista (32 [2013-04-01 11:57:05] Removed duplicate or damaged account for Kla{Minimální požadavky Operační systém: Windows Vista (32 Can anyone tell me what it means?
  12. Drakath

    help

    go to banlist and remove the line with your serial or ip.
  13. function asd ( ) local x, y = guiGetScreenSize(); Image = guiCreateStaticImage(0,0, x, y, "FilePath", false); setTimer(guiSetVisible,8000,1,Image,false); end addEventHandler ( "onClientPlayerJoin", getRootElement(), asd)
  14. function asd ( ) local x, y = guiGetScreenSize(); Image = guiCreateStaticImage(0,0, x, y, "FilePath", false); setTimer(guiSetVisible,8000,1,Image,false); end addEventHandler ( "onPlayerJoin", getRootElement(), asd)
  15. Did you remove the lod ?
  16. guiSetVisible (lizensesfenster,false)
  17. addCommandHandler("dp", function(player) local vehicle = getPedOccupiedVehicle(player) setVehicleDamageProof(vehicle, true) elseif isVehicleDamageProof(theVehicle) == true then setVehicleDamageProof(vehicle, false) end end )
  18. function proof () setVehicleDamageProof(source, true) end addCommandHandler ( "dp", proof ) function proofoff () setVehicleDamageProof(source, false) end addCommandHandler ( "dpoff", proofoff )
  19. function onClientColShapeHit(element) if element == localPlayer then bindKey(source, "mouse2", "up", onClientExitProp, getElementData(source, "pickup")) end end function onClientColShapeLeave(element) if element == localPlayer then unbindKey(source, "mouse2", "up") end end
  20. Nothing helped, does anyone else has any idea?
  21. Drakath

    Serverside

    Alright, thanks for the information...
×
×
  • Create New...