Quote:
Originally Posted by Chompy
Looks nice :O
Only thing I wonder is, why do you set player.bodyimg clientside, while you set headimg and shieldimg serverside? :O
PHP Code:
function Tailor_Accept.onAction()
{
player.bodyimg = Tailor_Doll.actor.bodyimg;
triggerserver( "gui", name, "setHead", Tailor_Doll.actor.head );
triggerserver( "gui", name, "setShield", Tailor_Doll.actor.shield );
...
}
didn't get it why you get serverside for head and shield :O Any reason?
|
lol, because he can!
I can't remember which, but certain body parts need to be set serverside.