Quote:
Originally posted by XLinkX
I just went on Unholy Nation and found out they had hats! I was wonder...What script do you use to get hats on a server without an NPC Server?
On UN, you say
'sethat 32', for example, then use the hat NPC, and it puts hat 32 on for you...What is the script for this?
Thanks!
|
probably something like this
NPC Code:
//#CLIENTSIDE
if (playerchats && startswith(sethat,#c)) {
tokenize #c;
setplayerprop #P1,#s(#t(1));
freezeplayer 0.7;
setani haton,;
}
It's very easy to do :/