Uh, does anyone have a non-lavish hat NPC that shows the HATs across the top of the players head when fired…?
Here is part of the script for the hats that will be around my overworld
[CODE]//#CLIENTSIDE
if (playertouchsme&&visible&&this.conv_b==0) {
play chest.wav;
setstring clientr.hashats,#s(clientr.hashats),135;
hide;
}[/CODE]
135 being the hat number (uncle sam tophat)
So after the player touches the hat, I need the HAT NPC to correctly, show the corresponding hat above the players head