Tripoll Posted March 7, 2010 Share Posted March 7, 2010 How can i disable names of zones on screen? Does lua have an analog of [pawno]DisableZonesNames()? Link to comment
Xierra Posted March 7, 2010 Share Posted March 7, 2010 Yes you can. And they were sorted inside ShowPlayerHudComponent. Example (server-side): function hudChanger () --The function. showPlayerHudComponent ( source, "area_name", false ) -- Hide the zone names display for the every player who joins. end -- Make our hudChanger function called when the player joins addEventHandler ( "onPlayerJoin", getRootElement(), hudChanger ) Good luck! 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