Cartwall and color

Hi everybody,

It’s a long time I’ve been writing on this forum. Somebody ask me to write to him a script for a specific needs.

And I’m looking for a script instructions I used in the past, but I don’t manage to retrieve my old mAirlist scripts. Could you help me ?

I’m looking for the instructions for colouring a specific cartwall player.

I tried this :

Engine.GetCartwallControl.GetPlayerControl(0).GetItem.SetColor($FF00FF);

But nothing occurs…

Any idea ?

Thanks a lot !
Regards,


theo

Depending on the mAirList version, try “GetPlayer” or “GetPlayerControl” instead of “GetItem”.

I’m using v2.2.3…

“GetPlayer” seems not to work. “GetPlayerControl” seems to work (no error), but nothing occurs. I mean the background color of the player doesn’t change.

At the moment, I use the “SetIsNext” method that brings me the “NextColor” value into the skin.ini file… Quite correct regarding the request, but however, I would like to know how to use the “SetColor”…

Actually I’m not sure if that is possible in v2.2 anyway.