ole1986 / a3-admintoolkit

AdminToolkit for Arma 3 (ATK) - Extensions, Moderators, Godmode, Vehicle, global chat
http://www.exilemod.com/topic/7690-admintoolkit-for-arma-3-v222-exile-edition
35 stars 13 forks source link

new Pictures bring up some issue #23

Closed Warsheep-GER closed 7 years ago

Warsheep-GER commented 8 years ago

on the Others list its give some warning messages: Picture picturestaticobject not found its spam 500 lines (-+) in the client log

on the other lists we get some stuff without an image (using an ? default image when no img is givnt)

and on playerlist we dont need invisible pics. ther we can add the mainweapon or so as an info to the player

ole1986 commented 8 years ago

show weapons from every player is not avaialble yet, as server only sends the player names and no player objects

Warsheep-GER commented 8 years ago

with parseText format ["Image:<br/><img image='%1' size='7'/>", getText (configFile >> 'CfgWeapons' >> primaryWeapon player >> 'picture')]; its should be work to get the weapons from the players,

ole1986 commented 8 years ago

player would only be for the current player not all players... receiveing a player list from local player is usally restricted through BE filters as it does not make sense to allow clients receiving player objects of other players..

ole1986 commented 7 years ago

Implemented to primary weapon into version 2.03