View Single Post
  #3  
Old 07-06-2001, 08:02 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Quote:
Originally posted by kyle0654
fun. You could also do:
NPC Code:

function shownumber() {
this.x = 100;
this.y = 250;
this.number = 12345;
showimg 600,@#v(this.number),this.x,this.y;
changeimgvis 600,5;
}

yes but its still different
your way uses normal font files my way uses the sprite.png which is prettier.
but still props to u

good idea tho I could make it so u can choose which way and also you can change the font and size and all that stuff
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)

Last edited by LiquidIce00; 07-06-2001 at 08:07 AM..
Reply With Quote