[bot] Fix compilation errors

This commit is contained in:
RD42
2024-10-27 22:10:24 +08:00
parent c4d9018f90
commit ed7889a021
6 changed files with 68 additions and 46 deletions

View File

@ -3,6 +3,9 @@
#define CHECK_PARAMS(n) { if (params[0] != (n * sizeof(cell))) { logprintf("SCRIPT: Bad parameter count (Count is %d, Should be %d): ", params[0] / sizeof(cell), n); return 0; } }
char* format_amxstring(AMX *amx, cell *params, int parm, int &len);
int set_amxstring(AMX *amx,cell amx_addr,const char *source,int max);
extern CNetGame* pNetGame;
//----------------------------------------------------------------------------------