Thread
:
Setting An HUD?
View Single Post
#
15
02-25-2011, 10:15 PM
fowlplay4
team canada
Join Date: Jul 2004
Location: Canada
Posts: 5,200
If you mean the default HUD (state/status) there's a function for that.
Syntax: setstatusimage(image)
image - Name of new state image.
Example:
PHP Code:
//#CLIENTSIDE
function
onCreated
() {
setstatusimage
(
"betterstate.png"
);
}
Attached Thumbnails
__________________
Quote:
fowlplay4
View Public Profile
View GraalOnline Profile
Visit fowlplay4's homepage!
Find all posts by fowlplay4