What part of script does func_invisible_user call?


(th0rn3) #1

I know this is a totaly n00b question and theres nothing more common than that, but I really need to know what part of sript does func_invisible_user call :confused:? Or maybe you can explain me how does it work?
Thanks :smiley:


(Flippy) #2
<fiv_scriptname>
{
     activate
     {
          // Runs when a player actives it (presses F)
     }
 
     activate axis
     {
          // Runs when an AXIS player actives it (presses F)
     }

     activate allies
     {
          // Runs when an ALLIED player actives it (presses F)
     }
}

The syntax might be a tiny bit different (activate allied possibly) but this should be it.


(th0rn3) #3

thanks so much