Jump to content

Snakegold

Members
  • Posts

    130
  • Joined

  • Last visited

Everything posted by Snakegold

  1. Snakegold

    dxDrawText

    Guys can you tell me how to make dxDrawText appears after 1 sec and disappears after 3 secs? give me example
  2. Thanks but local ping = getPlayerPing(getLocalPlayer()) must be under function drawPing() thanks anyway
  3. Snakegold

    dxDrawText

    Guys i wan't this dxDrawText appears for 3 secs when someone type the command /ping function checkPing() local ping = getPlayerPing(getLocalPlayer()) setTimer(function() dxDrawText("#ff0000Your ping is: #00ff00"..ping.."", 805, 303, 1175, 338, tocolor(255, 255, 255, 255), 1.00, "bankgothic", "left", "top", false, false, false, true, false) end, 1000, 1) end addCommandHandler("ping", checkPing)
×
×
  • Create New...