Jump to content

TrapLord Studios™

Members
  • Posts

    328
  • Joined

  • Last visited

Everything posted by TrapLord Studios™

  1. First: You have to add a Destroy Function, so that when the player logs in the Login Panel gets destroyed. Second: For the music, it would be easier to use a .mp3 or .wav file, due to url's not working at times, due to BassErrors. Third: setCameraMatrix try this- setCameraMatrix(source, 1468.8785400391, -919.25317382813, 100.153465271, 1468.388671875, -918.42474365234, 99.881813049316)
  2. Try using : local NewLvl = SourceLevel 1 Probably the + is affecting it.
  3. IN order for your function to work it needs to be triggered - So you need to add the event - onMarkerHit
  4. I see, you have to add the Event - So that it triggers, your function. onMarkerHit
  5. I only replaced setElementData(playersource, "food", "1000") with setElementHealth (player,getElementHealth (player) 100)
  6. Try this : local skinMarker = createMarker ( -1485, 2631.3999023438, 57.799999237061, "cylinder", 1, 252, 252, 252, 30 ) local foodMarker = createMarker ( -1477.500488281, 2642.3999023438, 57.599998474121, "cylinder", 1, 0, 107, 255, 30 ) local drinkMarker = createMarker ( -1477.500488281, 2641.08, 57.599998474121, "cylinder", 1, 0, 107, 255, 30 ) function skinMarkerHit( playersource ) local accName = getAccountName ( getPlayerAccount ( playersource ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) or aclGetGroup ( "SuperModerator" )) then setElementData(playersource, "skin", "217") --Skin beállítása outputChatBox("#ffffff[#DF3A01Z-Land DayZ#ffffff]: #0489B1Felvetted a munkaruhát.", playersource, 255, 255, 255, true) else outputChatBox("#ffffff[#DF3A01Z-Land DayZ#ffffff]: #0489B1Nem vagy admin", playersource, 255, 255, 255, true) end end function foodMarkerHit( playersource ) local accName = getAccountName ( getPlayerAccount ( playersource ) ) if isObjectInACLGroup ("user."..accName, aclGetGroup ( "Admin" ) or aclGetGroup ( "SuperModerator" )) then setElementHealth (player,getElementHealth (player) 100) --Étel feltöltése outputChatBox("#ffffff[#DF3A01Z-Land DayZ#ffffff]: #0489B1Kivettél egy csokit.", playersource, 255, 255, 255, true) else outputChatBox("#ffffff[#DF3A01Z-Land DayZ#ffffff]: #0489B1Nem vagy admin", playersource, 255, 255, 255, true) end end function drinkMarkerHit( playersource ) local accName = getAccountName ( getPlayerAccount ( playersource ) )
  7. Weird topic title but any way - any of these wank_in wank_loop wank_out
  8. That way is correct - guiGetScreenSize
  9. Add me on skype - avindean6
  10. This is because - of your firewall, or the Program your using to run Mysql settings.
  11. Does it not work for you?
  12. You mean to make a First Person sort of Camera Mode?
  13. What do you mean by that Hide the hud ? or the weapon it self?
  14. Nope, they haven't a function for this, animations aren't replaceable as far as I know Patrick, but I think you can add custom animations though. Truely
  15. Late February - March for the latest.
  16. It only works for the local mta server
  17. How can I design a script that allows users to download mods from using Http? With using a online VPS?
  18. Only works local good work - But its not helpful
  19. Yes , I've tested it, and the object conversion works great ! I just have to fix some bugs.
  20. Thanks & Yes you;d be able to replace vehicles and almost any object including : weapons, cars, objects, buildings etc.
  21. Not at the moment the Script is still in the Beta Phase - Still have to finalize some functions .
×
×
  • Create New...