A3Armory / A3A_A3Wasteland_Sock.Altis

A3Wasteland is a harsh survival sandbox mission for Arma 3 where two teams and independent players fight for survival. This is a collaboration between GoT, TPG, KoS, 404Games, and others.
GNU Affero General Public License v3.0
0 stars 5 forks source link

Add marker to community support items #32

Open Gigatek1 opened 8 years ago

Gigatek1 commented 8 years ago

I would like to add makers to any items that are in the community support items arrays.

https://github.com/A3Armory/A3A_A3Wasteland_Sock.Altis/blob/dev/client/systems/generalStore/buyItems.sqf#L39 https://github.com/A3Armory/A3A_A3Wasteland_Sock.Altis/blob/dev/client/systems/gunStore/buyGuns.sqf#L42

Any ideas on a quick implementation would be helpful. The only thing I can think of is making custom .paa files for the weapon thumbnails.

AgentRev commented 8 years ago

Wouldn't like having a different text color be easier? I believe listboxes are a PITA to work with if you want more than 1 icon.

Gigatek1 commented 8 years ago

That's a great idea. I didn't even think of that and it sounds like it would be a lot easier. I'll start looking on how to do that. Thanks Agent.

AgentRev commented 8 years ago

lbSetColor

Also another idea, lbSetTooltip allows you to display text next to the cursor when hovering a certain item

Gigatek1 commented 8 years ago

Oooo yeah, that would be good to explain the color change of the font. :+1: