Jump to content

Remuving Zone Names


Wadde

Recommended Posts

Posted

I want to remuve the GTA SA Zone Names that appear when you enter a zone. What i mean are those:

mtascreen20110726180105.png

Is there a way of removing them?

Posted
addEventHandler("onPlayerJoin", root, 
function() 
showPlayerHudComponent(source, "area_name", false) 
end) 

offtopic: there is a member with the same signature, so i think you should change it.

Posted
addEventHandler("onClientResourceStart", root, 
function() 
showPlayerHudComponent("area_name", false) 
end) 

Posted

It should work.

addEventHandler("onClientResourceStart", resourceRoot, 
function() 
showPlayerHudComponent("area_name", false) 
end) 

Post errors/warnings.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...