Jump to content

roaddog

Members
  • Posts

    346
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by roaddog

  1. My guess is you need to put share param to 1.
  2. See this and read imageData parameter https://wiki.multitheftauto.com/wiki/OnPlayerScreenShot
  3. roaddog

    The last reply

    Illai said, "If yesterday was tomorrow, today would be Friday." When did illai speak?
  4. How do i know if a player logout cuz account deleted by console cmd delaccount? onPlayerLogout dont have much.
  5. roaddog

    The last reply

    Np bro my pc been up for 7 days.
  6. Bump yo, i even use setElementStreamable but still.
  7. roaddog

    help

    local cooldown = {} function consoleCreateMarker ( playerSource ) if ( playerSource ) then if cooldown[playerSource] and isTimer(cooldown[playerSource]) then return outputChatBox("Spam protection 60 seconds", playerSource, 255, 0, 0) end local x, y, z = getElementPosition ( playerSource ) createMarker ( x, y, z, "checkpoint", 2, 255, 0, 0, 255 ) outputChatBox ( "You got a red marker", playerSource ) cooldown[playerSource] = setTimer(timerEnd, 60000, 1, playerSource) end end addCommandHandler ( "createmarker", consoleCreateMarker ) function timerEnd(player) if cooldown[player] and isTimer(cooldown[player]) then killTimer(cooldown[player]) cooldown[player] = nil end
  8. Yo Im trying to solve my shit here Apperently getGroundPosition is being weird now I have a ped which spawn at random places so here is the problem when i get closer to the ped like 50 distance unit or something Sometimes the ped moves its position, like when first spawn the thing at correct position but after approaching it the ped changed its position. I guess the z pos is the problem idk. local x, y = getRandomPosInside(radararea) local z = getGroundPosition(x,y, 100)
  9. Aint it has to be like x_pos + x_size on second arg of math.random to get the max x pos? cuz its the size not the pos... Thank you for the help.
  10. Hi, So how could it be possible to get random coords inside radararea?
  11. https://github.com/Gallardo994/codebugger?files=1 Click download zip.
  12. Wood Pile = item name 1463 = model id 0.4 = object scale 0 = rotX 13 = Spawning probability Source https://github.com/mtadayz/MTADayZ/blob ... d_loot.lua
  13. roaddog

    The last reply

    I thought u gtfo from here. Fs now. I was a winner for a week.
  14. roaddog

    The last reply

    So great having much participants
  15. roaddog

    The last reply

    neox very best thread fapper +1 new page niqqa ? no ok
×
×
  • Create New...