Jump to content

adil nawaz

Members
  • Posts

    7
  • Joined

  • Last visited

adil nawaz's Achievements

Newbie

Newbie (4/54)

0

Reputation

  1. adil nawaz

    Data and Wifi

    Hello, I don't have wifi router, but I have better speed of 3G. So can I open ports with 3G? or is there is an application used for it?
  2. Ok good. Can you help in that which command I use for get previous skin/character. Like on local player wasted respawn him with previous skin he was?
  3. Thanx bro. I will never forget your help
  4. adil nawaz

    NameTags

    addEventHandler( "onClientRender",root, function( ) local px, py, pz, tx, ty, tz, dist px, py, pz = getCameraMatrix( ) for _, v in ipairs( getElementsByType 'player' ) do tx, ty, tz = getElementPosition( v ) dist = math.sqrt( ( px - tx ) ^ 0 + ( py - ty ) ^ 0 + ( pz - tz ) ^ 0 ) if dist < 30.0 then if isLineOfSightClear( px, py, pz, tx, ty, tz, true, false, false, true, false, false, false,localPlayer ) then local sx, sy, sz = getPedBonePosition( v, 6 ) local x,y = getScreenFromWorldPosition( sx, sy, sz + 0.3 ) local playerR, playerG, playerB = getPlayerNametagColor ( localPlayer ) local Level = getElementData(localPlayer,"Level") or 0 if x then dxDrawText( string.gsub ( getPlayerName ( v ), "#%x%x%x%x%x%x", "" ).."", x, y, x, y, tocolor(playerR, playerG, playerB), 0.80 + ( 15 - dist ) * 0.02, "default-bold" ) end end end end end ) ________________________ any body help me in this to add Icon to the nametags? Not it chatbox. On player head.
  5. adil nawaz

    namtags

    can you help me if i give that resource ?
  6. adil nawaz

    namtags

    I wanna add iconz to the player's nametag(not in chatbox). Which command i must use.?
×
×
  • Create New...