Thread: CZ released!!!
View Single Post
Re: CZ released!!!
Old
  (#17)
dead bwoy
Member
 
dead bwoy's Avatar
 
Status: Offline
Posts: 512
Join Date: Feb 2004
Location: STL MO USA
Default Re: CZ released!!! - 25-03-2004

In member function `void MPlugin::show()':
====================================
1063 ....\metamod-1.17\metamod\mplugin.cpp
`struct enginefuncs_s' has no member named `pfnSequenceGet
====================================
1063 ....\metamod-1.17\metamod\mplugin.cpp
`struct enginefuncs_s' has no member named `pfnGetFileSize
====================================
what does this error mean?
ps here is the actual line:
SHOW_DEF_ENGINE(engine_table, " ", "");
from:
Code:
if(engine_table) {
META_CONS("Engine functions:");
SHOW_DEF_ENGINE(engine_table, " ", "");
META_CONS("%d functions (engine)", n);
}
there's actually 3 spaces in that (engine_table, " ", "") part; if that even makes a difference...

perhaps this post should be moved to "bot & metamod coding"

Last edited by dead bwoy; 25-03-2004 at 21:23..
  
Reply With Quote