ZeyadGTX Posted June 26, 2014 Share Posted June 26, 2014 Hey i use this Nametag which Draw pic Next To the Nametag of the player but i have problem the pic doesn't change , I want him If Admin Then The Image draws and file exists in :Reputation/class/classicon_admin.png if he is just player then :reputation/class/classicon_player.png, because iam ew at scripting so iam Noob local imageSize = dxGetFontHeight ( textscale*NAMETAG_TEXTSIZE, srfont ) if getElementData(player, "Level") and fileExists ( ":reputation/class/classicon_gm.png" ) then dxDrawImage ( sx - math.max(nameWidth/2, teamWidth/2) - imageSize - 1*scale, sy - imageSize, imageSize, imageSize, ":reputation/class/classicon_gm.png" ) end Link to comment
Et-win Posted June 26, 2014 Share Posted June 26, 2014 How about stop stealing/downloading script and go and learn scripting already? You are constantly asking for free scripts and you are NOT taking ANY time to even look at the codes to try understanding them -.- Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now