Jump to content

xXMADEXx

Members
  • Posts

    2,718
  • Joined

  • Last visited

Everything posted by xXMADEXx

  1. xXMADEXx

    LUAC Help

    It could very easily be a community script...
  2. viewtopic.php?f=148&t=40809%20%20%20 viewtopic.php?f=148&t=75501
  3. You can send him a pm. ucp.php?i=pm&mode=compose&u=37787
  4. Looks really awesome! I think it would be cool if you made something like this, but with blood, for when a client gets shot.
  5. I don't know if you know or not, but the resource seems to be suspended. If you want to use PHP validation, lookup how to use the $_GET variable and mail function. $_GET: http://php.net/manual/en/reserved.variables.get.php mail: http://php.net/manual/en/function.mail.php
  6. Definitely a unique gamemode, and seems interesting. I hope to see what you guys can create out of this concept, honestly, I think that it could go either way (bad or good.) Definitely something I'll be checking out if/when it gets released.
  7. Thanks for the feedback. I thought that this was a good idea, because I see this too lol. I added a section for it in the "General Lua" category, but i'ts pretty short because I wasn't too sure of what to put it in it.
  8. Looks like you forgot the "dimension" parameter. Try this local bot = call ( getResourceFromName ( "slothbot" ), "spawnBot", x,y,z,0,0,0,0,false,0,"following",p)
  9. Do you mean using the setTime function in addCommandHandler?
  10. Try this function spawn(player) if not isElement(player) then return end spawnPlayer ( player, 0, 0, 15, 180, 22, 0, 0) fadeCamera(player, true) setCameraTarget(player, player) showChat(player, true) end
  11. Looks nice, but also looks a lot like mine... https://community.multitheftauto.com/in ... ls&id=7668
  12. I can't understand your English very well. So, your problem is that the player spawns under water? If so, then just change the coordinates in spawnPlayer.
  13. xXMADEXx

    Online time

    You can save it by simply using the following functions: getPlayerAccount setAccountData getAccountData
  14. viewtopic.php?f=148&t=75501 Check out "Creating a resource"
  15. Not sure, but try using this function: https://wiki.multitheftauto.com/wiki/Ge ... ceRotation
  16. Do you have the uncompiled version of DayZ? If not, you should report this to the developers.
  17. For my 3D speaker script, I used the speaker with an object ID of 2229.
  18. local safeMoney = createColRectangle ( 2026.2687, -1421.8105, 16.9921, 255 ) function sMoney() for index, player in ipairs ( getElementsWithinColShape ( safeMoney, "player" ) ) do givePlayerMoney ( player, 50 ); end end setTimer ( sMoney, 5000, 0 )
  19. My tutorial would be a good place to start. viewtopic.php?f=148&t=75501 The best piece of advice I can give you is try to make something, if it doesn't work create a post here, and we can help you get it working, and maybe explain it to you.
  20. I've added a section of "Formatting your code" due to all of the ugly, hard to read codes that I see here, on the forum. See main post.
  21. xXMADEXx

    Need help!

    Try this: local spawnGUI = { } local data = { [ "Weed Slingers" ] = { { "WS Probie", "WS HQ" }, { { [1]=1, [5]=1, [24]=300, [27]=350, [28]=500, [30]=600, [34]=60, [41]=5000} }, { [1]=1, [5]=1, [24]=300, [27]=350, [28]=500, [30]=600, [34]=60, [41]=5000}, { {231}, {33} }, { {566, -1764, 5}, { 566, -1764, 5} }, { { "WS Probie", "Weed Slingers" }, { "WS HQ", "WS HQ" } } }, [ "Criminals" ] = { { "Arms Dealer" }, { { [1]=1, [31]=500} }, { {231} }, { {404, 1301, 15} }, { { "Arms Dealer", "Criminal" } } } } local data2 = { { 'Weed Slingers', "WS Probie", "WS HQ" }, { 'Criminals', 'Arms Dealer' }, } local restriction = { ["Weed Slingers"] = { { "WS Probie", "gang", "Weed_Slingers" }, { "WS HQ", "acl", "WS HQ" } }, ["Criminals"] = { { "Arms Dealer", "none" } }, }
  22. I don't really understand your English, but I think you're looking for [wki]dxDrawText[/wiki]?
  23. I don't understand what you're trying to do. Can you please be a little bit more specific?
  24. Check out the traffic resource. It comes as a default resource when you install MTA.
×
×
  • Create New...