Jump to content

Storm-Hanma

Members
  • Posts

    677
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by Storm-Hanma

  1. use google search lol you will get many links !1
  2. u need to follow the example which i given u see below, Open MtaServer.conf go to line 205-230 here : -- Specifies resources that are loaded when the server starts and/or which are protected from being stopped. To specify several resources, add more parameter(s). --> "admin" startup="1" protected="0" /> "defaultstats" startup="1" protected="0" /> "helpmanager" startup="1" protected="0" /> "RRr" startup="1" protected="0" /> "mapcycler" startup="1" protected="0" /> "mapmanager" startup="1" protected="0" /> "parachute" startup="1" protected="0" /> "resourcebrowser" startup="1" protected="1" default="true" /> "resourcemanager" startup="1" protected="1" /> "scoreboard" startup="1" protected="0" /> "spawnmanager" startup="1" protected="0" /> "voice" startup="1" protected="0" /> "votemanager" startup="1" protected="0" /> -- play is the default freeroam gamemode. Remove the following line to prevent it from starting. --> "play" startup="1" protected="0" /> if u want to add a resource of the mod use this code : "resourceName" startup="1" protected="0" /> if u need resource then use these better and simpile ; https://forum.multitheftauto.com/topic/43765-rel-resource-starter-system-v13/?tab=comments#comment-429469
  3. Yea got it u need to do some function on fr_client.lua go to set position section add these lines server.seteliment position,server.give weapon(parachute. I'd,1),fade camera well I will pm u code i have same resource u want
  4. I liked the way you introduce about server its good and yea resources looks fine good keep it up once server completed I will join !!!
  5. Yea I seen the increase of saeg community its good to see them and the dev r better in saeg they have best ideas
  6. Current freeroam folder also uncompile lol ucan check it in ur local folders of mta
  7. Why u added command ? If u want to move gate for every 5sec?use timer function and remove the command function Check these functions may help uhttps://wiki.multitheftauto.com/wiki/MoveObject
  8. Updates : now u can get more 20 slots base on points 32+20:52 slots for free All info here read them https://pirateshosting.com/showthread.php?tid=70&pid=383#pid383
  9. U need to open MTA again a msg vll pop up terminate now and open again now MTA will open this happen to me also daily u need to open 2 times
  10. Server good and fab but my PC will :O off and my net will cry by seeing these stuff
  11. https://community.multitheftauto.com/index.php?p=resources&s=details&id=15052 Resource name - tasli Author - dugasz1 Don't know what it mean no description no image !except name tasli DONE (it contained no meaningful code)
  12. It is cool but try to help others to who contact u for help
  13. Contact @ccw he is admin
  14. Use root or get root element to get output msg I suggest u to always use MTA wiki first before u start scripting anything try to search the function u want to script here is the code below u can look out ! a marker. local myMarker = createMarker(-2596.625, 579.358, 15.626, 'cylinder', 2.0, 255, 0, 0, 150) -- create myMarker function MarkerHit( hitElement, matchingDimension ) -- define MarkerHit function for the handler local elementType = getElementType( hitElement ) -- get the hit element's type outputChatBox( elementType.." inside myMarker", getRootElement(), 255, 255, 0 ) -- attach the element's type with the text, and output it end
  15. Storm-Hanma

    Server lagging

    Well its common Idk how to fix this becoz it happens for all server which have 100+players yea some times host location will effect the server to get lag,model skins ,player ping which makes server lag,I suggest u to down the skins,vehicles which are large ,some server use kick low ping system which reduce lag for them I wish there is a way to remove lag !!
  16. Yea right u need to check first weather script works In client or server side ! Always use debug script 1-3 mode to check errors console don't output errors for all functions
  17. Storm-Hanma

    Help pls

    U should add it in correct way User.xxx at moderator section
  18. We add video tutorial on how to get free server here the link
  19. I suggest u to use dutuchman moving gate resource resource which is easy to use
  20. Well thank you I to will try this for my server !!
  21. Pm me the team names u want to add and now I am out when I back to home I will pm u code
×
×
  • Create New...