I suggest putting a sethat script for all players to use. Buying hats is just stupid and annoying. There's no point to waste money on hats...it's just plain stupid. they should all be free.
Many players on era have already agreed to this.
Such as: Swift, TheJames, TheRuckus, etc etc.
I have the script made by tig if anyone needs it. He put it in the code gallery a while back. It automatically puts the hat on the player from the Graal Folders.
Such as:
sethat hat5.png
PHP Code:
//#CLIENTSIDE
function onPlayerChats() {
if (player.chat.starts("sethat")) {
player.attr[1] = client.ishat = player.chat.tokenize()[1];
}
}