John_Scott Posted January 9, 2013 Share Posted January 9, 2013 Hi! How i can hide in race mod the player names? Thanks for help! Link to comment
Puma Posted January 10, 2013 Share Posted January 10, 2013 Open meta.xml in race and remove the line Couldn't be much easier. Try looking for it yourself next time, this wasn't hard to find at all. Link to comment
Xperia Posted January 10, 2013 Share Posted January 10, 2013 Or you can try this: players = getElementsByType ( "player" ) function ResourceStart ( name, root ) for k,v in ipairs ( players ) do setPlayerNametagShowing ( v, false ) end end addEventHandler ( "onResourceStart", root, ResourceStart ) Link to comment
John_Scott Posted January 10, 2013 Author Share Posted January 10, 2013 Open meta.xml in race and remove the line Couldn't be much easier. Try looking for it yourself next time, this wasn't hard to find at all. Thanks! 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