Rather than update the comments on all of the menuitem scripts, here's how it works:

$tcfunstuffscope[$funstuffcount]="single";
Valid values are: 
               single      (shows in player popup, used for player-toys)
               team        (shows in player popup, used for team features)
               singleadmin (shows in player popup, used for player-admin features)
               all         (shows in vote menu, used for global fun features)
               admin       (shows in vote menu, used for global admin features)
               mod         (shows in vote menu, used for mod overlays)
               renegades   (shows in vote menu, used when running renegades mod)
               singlepublic(shows in player popup, used for non-admins)
               data        (shows in vote menu, used for client data entry)

$funstuffcount is the index/counter that each funstuff item is identified by


