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"