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/hlcoders