Jump to content

Storm-Hanma

Members
  • Posts

    677
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Storm-Hanma

  1. you need to draw dx image
  2. This is legal not only you many servers owner sell VIPs etc.. For there profit and its allowed in there own server
  3. Community already having no team kill script you can use it
  4. did you tested the code got any erros ?
  5. you cant exit or enter because you need to state markerhit functions which helps you to get in the interior and exit from the interiors check this will be usefull https://wiki.multitheftauto.com/wiki/OnMarkerHit
  6. Pirateshosting.com is inviting everyone to take part in this anniversary giveaway free vps/domain/website/gameservers will be given for free pls do visit us and read this https://forum.pirateshosting.com/showthread.php?tid=970
  7. Provide output msg when he enter the interior
  8. Hello everyone thanks for supporting us we finally reached 900 members and this month of July its PH anniversary so we are trying for homepage so we shift the forum to new directory now you need to visit here for any request https://pirateshosting.com/forum/portal.php Meanwhile we r giving some giveaways this month due to first anniversary don't want to leak it before only I just hint (free vps,domains ,servers ) quantity will be hidden stay tune with us thank you all for your love shown to pH.com !!
  9. vortex shutdown his services and his website also you can visit here for freegameservers Pirateshosting.com we provide free gameservers with 200 slots (Samp,mta &csgo)
  10. Ports r not opened ,why you r trying for local server? When you can get free MTA sa servers from pirateshosting.com with 200 slots have a check on it
  11. Well I wish you good luck and it will be the official map editor as I guess take more time and complete it
  12. Storm-Hanma

    Help

    First make sure you added your username has admin in acl.XML !then restart your server ! Next enter your server then do /register with your username & pass then do/ login with same details now you will see press p to open admin panel now its done perfectly !
  13. There is no drugs system its a free roam server not a RPG server
  14. Well mostly don't know about this they think it will work from discord without vps but by this tutoring they will know how to add discord for there server thanks for sharing this tutorial help full ! Meanwhile you had used connecting instead of adding
  15. Well you can't add for aircraft vehicles
  16. We already providing up to 200 slots for free you check at pirateshosting.com
  17. Storm-Hanma

    Download Issue

    If not try to reinstall the MTA
  18. Storm-Hanma

    Gang Kick

    Did you added set element data first ?
  19. For server you need to open ports or have a vps or buy server but I'm providing free game servers so you can request from my host site visit here :Pirateshosting.com ,to upload files in your server you must use ftp
  20. Creat gates first, then use markers or cuboid with on hit function move gate to xyz positions for open gate and for close the gate use on leave function see below code Code local time = 4000 -- time for the gate open and close local gate = createObject(0, 0, 0, 0, 0, 0, 0) --(object id, x, y, z, rx, ry, rz) local marker = createMarker(0, 0, 0, "cylinder", 13, 255, 0, 0, 0) --(x, y, z, function moveGate(hitPlayer, matchingDimension) moveObject(gate, time, 0, 0, 0, 0, 0, 0) --(position when the gate is open (gate, time, x, y, z, rx, ry, rz) end addEventHandler("onMarkerHit", marker, moveGate) function moveBack() moveObject(gate, time, 0, 0, 0, 0, 0, 0) --(position when the gate is close same of "local gate = createObject..." but just(x, y, z, rx, ry, rz) not put id end addEventHandler("onMarkerLeave", marker, moveBack) -- for work with commands put addCommandHandler("open", moveGate) and addCommandHandler("close", moveBack) You can make this without commands also use created cuboid function and remove commandhandler function Like this : Code : gate = createObject( 971, 2334.8000488281, 2444.1000976563, 8.3000001907349, 0, 0, 58 ) --Object ID (Airport Gate=978) & Co-Ordinates of your gates start of position. gatecol = createColCircle ( 2334.8000488281, 2444.1000976563, 15 ) --Co-Ordinates "X" and "Y" and the radius, I use 15 as default. function openagates(thePlayer) if getElementModel( thePlayer ) == 267 then --Will open only if the player is in the male staff skin moveObject ( gate, 3000, 2334.8000488281, 2444.1000976563, 0 ) --The speed in which 7000 is slow and 2000 is fast to open, Co-Ordinates for the gate to move to. end end addEventHandler( "onColShapeHit", gatecol, openagates ) --Event Handler to trigger the function function closegates (thePlayer) moveObject ( gate, 971, 2334.8000488281, 2444.1000976563, 8.3000001907349, 0, 0, 58) end addEventHandler ( "onColShapeLeave", root, closegates )
  21. Great work you r going in unique way and Thad really good develop it more and you will get more success
  22. @arsalahmed786 he can help you connect with arsal
×
×
  • Create New...