Added the Format function for C style strings

This commit is contained in:
Pavol Marko
2004-09-10 21:00:42 +00:00
parent 316ddad7ab
commit c7f8b3f965
2 changed files with 205 additions and 11 deletions

View File

@@ -171,6 +171,7 @@ public:
const char *Format(const char *src, ...);
// Format a string for an AMX plugin
char *FormatAmxString(AMX *amx, cell *params, int parm, int &len);
char *FormatString(const char *fmt, va_list &ap);
// Save
bool Save(const char *filename);
// Load