HeK Posted January 5, 2012 Posted January 5, 2012 (edited) I edited alternate_hud to replace a the time with text "CpZ" but it has seconds for example: "16CpZ". How can i fix it? local text = getTime () cpztext = text .. "CpZ" local wantedlevel = getPlayerWantedLevel (getLocalPlayer()) Edited January 6, 2012 by Guest Zero is a number too.
Castillo Posted January 5, 2012 Posted January 5, 2012 cpztext = "CpZ" local wantedlevel = getPlayerWantedLevel () -- This function doesn't require a player element when using it client-side. San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
HeK Posted January 5, 2012 Author Posted January 5, 2012 Oh Thanks again Castillo! Zero is a number too.
Castillo Posted January 5, 2012 Posted January 5, 2012 You're welcome . San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
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