Thread: Setting An HUD?
View Single Post
  #15  
Old 02-25-2011, 10:15 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
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
Click image for larger version

Name:	state.png
Views:	197
Size:	6.2 KB
ID:	52491  
__________________
Quote:
Reply With Quote