Unstuck Pro v1.00a
------------------

This is the standard version of Unstuck Pro, modified to work under NS3.0 public beta 1.  The only changes are in the function "GetModel()", which has been changed to look up the model name in pev->model, rather than the infobuffer.  I've tested it with a win32 server (metamod 1.17a), and the source is included.

If you want to modify it to run under a different mod (svencoop for example), the easiest way would be to modify the GetModel() function to always return "soldier".  That should work, assuming your mod uses the standard 32x32x72 player bounding box.

 -- Philip Searle