View Single Post
napalm00
Veteran Member
Join Date: Jun 2011
Location: Italy, sadly
Old 04-02-2012 , 10:16   Re: So how do tf2items work?
Reply With Quote #19

Quote:
Originally Posted by Happy DODs player View Post
Hi Napalm00,

Mmmm,

So if i want a Effect for everybody on my server on several hats,

this would be what i need to copy past in my file and restart server/pluginload and it should work..?

Or do i need to copy or edit somethings more? I appriciate the help verymuch.

"*"
{

"116" //Ghastly
{
"1" "134 ; 2" //particle effect
}
"279" //Ghastlier
{
"1" "134 ; 2" //particle effect
}

}
Exactly, just like that, though it looks better wrapped around "CODE" tags:
Code:
"*"
{
  "116"  //Ghastly
  {
   "1"     "134 ; 2" //particle effect
  }
  "279" //Ghastlier
  {
   "1"     "134 ; 2" //particle effect
  }
}
Also, no server/plugin reload is needed. Just type "tf2items_manager_reload" in either the ingame console or the rcon one.
__________________
napalm00 is offline