HG Snuuk Posted September 30, 2019 Share Posted September 30, 2019 (edited) opa , estou tendo um problema pesquisei na wiki peguei um exemplo , dxDrawBorderedText (3, "$1000000", 0, screenY * 0.1, screenX, screenY, tocolor (255, 255, 255, 255), 3, "pricedown", "center", "center", true, false) eu editei um pouco só para testar porem não foi esta dando erro debug : attempt to call global 'dxDrawBorderedText' (a nill value) dxDrawBorderedText (3, "$1000000", 0, y*500 * 0.1, x*400, y*37, tocolor (255, 255, 255, 255), 3, "pricedown", "left", "top", true, false) Edited September 30, 2019 by HG Snuuk Link to comment
Other Languages Moderators Lord Henry Posted September 30, 2019 Other Languages Moderators Share Posted September 30, 2019 dxDrawBorderedText é uma função útil. Isso significa que ela não é nativa do MTA. Pra funcionar vc precisa adicionar o código-fonte dela no seu script. 1 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