Hiya
I followed the last man standing tut
http://developer.valvesoftware.com/w...nding_Gametype
and half way through this tut (done a quick compile all was well ) you have to do this one
http://developer.valvesoftware.com/w...etting_the_map
the prob im having is a compile error
c:\src\dlls\mapfilter.h(35) : error C2976: 'CUtlSortVector' : too few template arguments
this is the 1st error, 32 in total but it's the same line you go back to when you click the errors :(
private:
// our list of entities to keep
CUtlSortVector< const char* > *keepList;
which is the bottom of the mapfilter.h file
im not sure if i have to add the keeplist to the CUtlSortVector.h file i have tried to but then get serious amount of errors.
just dont know how to add keeplist to CUtlSortVector
You can see the mapfilter.h file in the tut and i have put the CUtlSortVextor file here http://pastebin.com/f322bda40
any help or advice much appreciated