Author Topic: Set XYZ Resize event  (Read 467 times)

Does anyone have it? I remember there was an event add-on that could change your size on the X Y Z format, so you could be fatter or taller, or really small

Well, there's Event_SetPlayerScaleFull, but for some reason when I just tested it in single player with only default add-ons it didn't work unless all parameters are equal(So it only worked as default player resize event). Still, worth a shot, maybe it will work for you.

Code: [Select]
registeroutputevent(player, setscale, VECTOR);
That will add a 'setscale' event that is unrestricted.