View Single Post
  #14  
Old 02-13-2002, 04:14 AM
Sym2001 Sym2001 is offline
Registered User
Join Date: Nov 2001
Location: Ontario Canada
Posts: 226
Sym2001 is on a distinguished road
Send a message via AIM to Sym2001 Send a message via Yahoo to Sym2001
erm...

You know, you can hide the Spar rating with a simple script. If you guys didnt know,


Use showstats, and just make the player invisable.. example

[script]
if (created || initialized) {
showstats 1+2+4+8+16+24+32+64;
}
[/script]

Note, that the 1024 isnt there, and that is for the player. When you do this, you can still walk around, and change levels. You just cant see yourself, so you could just make a Img show up where you are, but only show for you. That is what I did.
Reply With Quote