golanu21 Posted July 19, 2013 Share Posted July 19, 2013 hi guys , how i make to the overhead of a ped to appear a text ?, for the example their name ? Link to comment
Alen141 Posted July 19, 2013 Share Posted July 19, 2013 hi guys , how i make to the overhead of a ped to appear a text ?, for the example their name ? use : dxDrawText addEventHandler("OnClientRender", root, func) ---- as event handler use "OnClientRender" Link to comment
Wei Posted July 19, 2013 Share Posted July 19, 2013 dxDrawText -- to create text getScreenFromWorldPosition -- to make a text on world position isLineOfSightClear -- check that no wall is beetween him and another player getDistanceBetweenPoints2D -- distance that you will not see text trougt whole map "onClientRender"--event Link to comment
Moderators IIYAMA Posted July 19, 2013 Moderators Share Posted July 19, 2013 Don't forget the: https://wiki.multitheftauto.com/wiki/GetCameraMatrix 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