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
? Or maybe you can explain me how does it work?
Thanks 
What part of script does func_invisible_user call?
th0rn3
(th0rn3)
#1
Flippy
(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.