• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS 1.X+ Show item attributes on ammo

Caduceus

Unknown Member
Joined
May 10, 2010
Messages
321
Solutions
2
Reaction score
24
I am looking for info on how to show Item attributes onLook (example: attack, range, maxHitChance, etc) on ammo. Not real sure if it is in events/player.lua or possibly a src edit.

<attribute key="showattributes" value="1" /> does not work on ammo, as far as I know. Using an older 1.2 tfs src.
 
Last edited:
With some playing in the onLook part of events/player.lua I am under the assumption that this will be a src edit. Only place I can find any info on the attribute is in (item.cpp) std::string Item::getDescription.
 
Back
Top