Mefisto_PL Posted January 24, 2012 Share Posted January 24, 2012 Ehh... Problem with DxCreateFont .. espfont = dxCreateFont("esp.ttf", 14) ...SCRIPT IS HERE... dxDrawText ( getPlayerName(player), sx + 1, sy - offset + 1, sx + 1, sy - offset + 1, tocolor(0,0,0,255), textscale*NAMETAG_TEXTSIZE, "espfont", "center", "bottom", false, false, false ) dxDrawColorText( getPlayerNametagText(player), sx, sy - offset, sx, sy - offset, tocolor(r,g,b,textalpha), textscale*NAMETAG_TEXTSIZE, 'espfont', 'center', 'bottom' ) Link to comment
Castillo Posted January 24, 2012 Share Posted January 24, 2012 espfont = dxCreateFont("esp.ttf", 14) ...SCRIPT IS HERE... dxDrawText ( getPlayerName(player), sx + 1, sy - offset + 1, sx + 1, sy - offset + 1, tocolor(0,0,0,255), textscale*NAMETAG_TEXTSIZE, espfont, "center", "bottom", false, false, false ) dxDrawColorText( getPlayerNametagText(player), sx, sy - offset, sx, sy - offset, tocolor(r,g,b,textalpha), textscale*NAMETAG_TEXTSIZE, espfont, 'center', 'bottom' ) You don't need the "". Link to comment
Mefisto_PL Posted January 24, 2012 Author Share Posted January 24, 2012 Okey working You are my master ^^ 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