View Single Post
Cerise
Senior Member
Join Date: Jun 2009
Location: debug_backtrace()
Old 01-10-2010 , 13:48   Re: [EXTENSION] TF2Items
#25

Count is the number of attributes you've set for your weapon(s).

f.e :

PHP Code:
"count" "3"
"attributes"
{
          
"1"     "2"
          "2"     "0.01"
          "3"     "2.0"

Be careful, if "count" doesn't match the number of the attributes you've set, it will crash ( i didn't really look how it was crashing it but i know it does. At least if count > attributes ( i think if count < attributes it wont change anything ).
__________________
Cerise is offline