Author Topic: [suggestion] ChangePlayerLook procedure  (Read 954 times)

0 Members and 1 Guest are viewing this topic.

Offline Aquarius

  • Soldier
  • **
  • Posts: 234
[suggestion] ChangePlayerLook procedure
« on: May 05, 2007, 03:56:37 am »
A procedure to change how a player looks like (until he leaves server).

Something like:

Code: [Select]
procedure ChangePlayerLook( ID, ShirtColor, PantsColor, HairColor, SkinColor, HairStyle, HeadgearStyle, ChainStyle );
As you can see there would be no way to change jets color with server script. Or maybe it could be added if MM would agree?

It would be cool for example for scripts which turn killed players into zombies with chainsaws until they kill someone (their skin would change to green etc...), or to use chains as a reward etc...


I'm trying to write a script with classes (soldier, medic etc.) and if the classes could have, for example, different pants color (green for soldier, white for medic etc.) it would be great.
« Last Edit: May 05, 2007, 04:04:31 am by Aquarius »

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: [suggestion] ChangePlayerLook procedure
« Reply #1 on: May 05, 2007, 04:04:41 am »
Ill think about it, but I doubt it can be done. Last I checked, player colours can ONLY be set when they join.

Offline Aquarius

  • Soldier
  • **
  • Posts: 234
Re: [suggestion] ChangePlayerLook procedure
« Reply #2 on: May 05, 2007, 04:13:22 am »
Well if it won't work maybe Michal could change Soldat client a bit before 1.4.1 release to let server to resend player look info.