magyargabi Posted June 18, 2013 Share Posted June 18, 2013 Hi Guys ! I want SCRIPT hide player name and heal for player not see to player name and heal. Only Admin see player heal and name. please write a Script or download link. Thank you very much |Sorry i only little speak English| Link to comment
Moderators IIYAMA Posted June 18, 2013 Moderators Share Posted June 18, 2013 https://wiki.multitheftauto.com/wiki/Se ... tagShowing you have to make it your self, Link to comment
magyargabi Posted June 19, 2013 Author Share Posted June 19, 2013 Thanks friend I just want for admin see player heal and name, please help Thanks very much Link to comment
Moderators IIYAMA Posted June 19, 2013 Moderators Share Posted June 19, 2013 You haven't wrote down a single line of code. So no, I won't make it for you. nobody will, unless you pay them. If you are going to beg players, to make it for you. I simply report the topic for closing. Link to comment
johny46 Posted June 19, 2013 Share Posted June 19, 2013 You could just use the example provided on the wiki and use admin panel to see player's health. Other than that, I don't see any other way of doing it, since setPlayerNametagShowing doesn't take any argument which would tell it who can see the nametag and who can not. One thing that comes to my mind is writing some kind of command, which would show nametags for players near the person executing, and second call to the command would hide them, but that is an really silly workaround. Link to comment
Moderators IIYAMA Posted June 19, 2013 Moderators Share Posted June 19, 2013 @John. doesn't take any argument which would tell it who can see the nametag and who can not. SetPlayerNametagShowing at client side isn't synced and that is a good thing, so it is possible but only at client side. Link to comment
bandi94 Posted June 19, 2013 Share Posted June 19, 2013 You could just use the example provided on the wiki and use admin panel to see player's health. Other than that, I don't see any other way of doing it, since setPlayerNametagShowing doesn't take any argument which would tell it who can see the nametag and who can not. One thing that comes to my mind is writing some kind of command, which would show nametags for players near the person executing, and second call to the command would hide them, but that is an really silly workaround. Totaly wrong. Using it on Client side it will hide the nameTag only for that local Player. So on Client side OnResourceStart hide it. On server side check login's and if that account is admin call Client Side for that player and make it visible. Prity easy .... 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