ManeXi Posted June 10, 2016 Posted June 10, 2016 How may I force a player displaying aim sign("siteM16.png") even if he is not aiming weapon?
ManeXi Posted June 11, 2016 Author Posted June 11, 2016 Anyone knows if the client's aim sign is a "defined" element on MTA?
Tomas Posted June 11, 2016 Posted June 11, 2016 Anyone knows if the client's aim sign is a "defined" element on MTA? It is a texture, for sure.
Discord Moderators AlexTMjugador Posted June 12, 2016 Discord Moderators Posted June 12, 2016 You have to extract the siteM16 texture from the game files and draw it manually on the screen using the dx... family of functions. However, this doesn't take into account clientside modifications, so you might want to disallow clients which have modified that texture so the effect looks consistent. You can use requestPlayerModInfo and onPlayerModInfo for that.
ManeXi Posted June 12, 2016 Author Posted June 12, 2016 No way man, I want to let players having their aim sign.
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