
02-13-2002, 04:14 AM
|
|
Registered User
|
Join Date: Nov 2001
Location: Ontario Canada
Posts: 226
|
|
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. |
|
|
|