well for to see other plugins use: meta list and sm plugins list there you go
On Wed, Jun 3, 2009 at 10:01 PM, Ashvin Dookun <[email protected]>wrote: > Oops wrong section sorry. > > -------------------------------------------------- > From: "Ashvin Dookun" <[email protected]> > Sent: Thursday, June 04, 2009 2:59 AM > To: <[email protected]> > Subject: [hlds] Player Menu + other questions. > > > Hi, I'm currently making a source plug-in however, a menu used to kick > > players isn't working. Well it works sometimes then randomly doesn't :S. > > If anyone could solve this it would be much appreciate, I'm open to > change > > the method in which menu is created. > > > > complies but crashes server. > > for(int i = 1; i <= active_players; i++) > > { > > sprintf(menulinetext,"%i %s \n", i, PlayerName[i]); > > strcat(menustring,menulinetext); > > } > > strcat(menustring,"0. Exit \n"); > > UTIL_SendMenu(pEntity, 10, menustring); > > > > > > > > ___________________________________________________ > > > > Also is there a way to check what other plug-ins are LOADED? > > The code which i currently use checks to see if the plug-in file exists, > > however i don't like this method as it doesn't verify the plug-in has > been > > loaded. > > > > Another question is there away to find if Source TV is currently > > recording? perhaps there is a file with sourcetv functions? > > > > Any help is much appreciated :D. > > > > > > _______________________________________________ > > To unsubscribe, edit your list preferences, or view the list archives, > > please visit: > > http://list.valvesoftware.com/mailman/listinfo/hlds > > > > _______________________________________________ > To unsubscribe, edit your list preferences, or view the list archives, > please visit: > http://list.valvesoftware.com/mailman/listinfo/hlds > _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

