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
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.
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