Author Topic: Force Avatar [Solved]  (Read 646 times)

How do I prevent people form updating their avatar? I set everything up for when they first spawn (onAdd), but they can just update it back in Avatar Options.
« Last Edit: July 11, 2013, 01:12:34 AM by tommybricksetti »

Never mind found it. it was function serverCmdUpdateBodyParts(%client).

You'll also have to deal with servercmdUpdateBodyColors.

You'll also have to deal with servercmdUpdateBodyColors.
I would call it on
GameConnection::applyBodyColors(%this,%overRide)

also this happens after applyBodyParts so if you have a specific uniform set you can just apply it when applyBodyColors occurs