Jump to content

KelogsLV

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by KelogsLV

  1. Hello all! I need help, i made by myself Onduty script for MTA:dayz, and i need some help whit it When i write /aduty it shows me the arrow, but how can i get the TEXT at that Arrow arrowTable = {} addCommandHandler("aduty", function(player) local duty = getElementData(player, "duty") or 0 if duty == 0 then if not isElement(arrowTable[player]) then arrowTable[player] = createMarker(0, 0, 0, "arrow", 0.75, 255, 0, 0, 175) end attachElements(arrowTable[player], player, 0, 0, 2) else if isElement(arrowTable[player]) then destroyElement(arrowTable[player]) arrowTable[player] = nil end end end) addEventHandler("onPlayerQuit", root, function() if isElement(arrowTable[player]) then destroyElement(arrowTable[player]) arrowTable[player] = nil end end)
  2. I downloaded good Spanish DayZ gamemode, whem someone login in, at the bottom of screen show the message that someone logged in but in chinesse language, how can i correct it? I tried to look, but i didnt found. Please Help Thanks
  3. Hello people im newbie in MTA server making , and when i tur on my server its typing me : [2014-10-22 01:27:18] ERROR: Couldn't find resource play. Check it exists how can i fix this? And please help me whit this , where i can get it ?! [2014-10-22 01:27:16] ERROR: Couldn't find file silenced.txd for resource weapons
  4. Hello people im newbie in MTA server making , and when i tur on my server its typing me : [2014-10-22 01:27:18] ERROR: Couldn't find resource play. Check it exists how can i fix this? And please help me whit this , where i can get it ?! [2014-10-22 01:27:16] ERROR: Couldn't find file silenced.txd for resource weapons
×
×
  • Create New...