Thread: Showimg/showtxt
View Single Post
  #5  
Old 10-23-2004, 05:20 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally Posted by Slash-P2P
NPC Code:

x: screenwidth/2-(imgwidth(image name.png)/2)
y: screenheight/2-(imgheight(image name.png)/2)

NPC Code:

(screenwidth-imagewidthstuff)/2


Same effect, looks cleaner (in my opinion)
Reply With Quote