u includeu sam nasao ovo:
#if defined COMMAND_SENSITIVE
#define TOLOWER(%0) (%0)
#define COMMAND_END_CMP (0)
#else
#if defined COMMAND_ACCURATE
#define TOLOWER(%0) tolower(%0)
#define COMMAND_END_CMP (0)
#else
#define TOLOWER(%0) ((%0) | 0x20)
#define COMMAND_END_CMP (0x20)
#endif
#endif
Ako to izbrisem onda dobijem 14 errora, a ak napravim ono sta si reko onda ne radi
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1247) : error 017: undefined symbol "TOLOWER"
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1248) : error 017: undefined symbol "COMMAND_END_CMP"
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1251) : error 017: undefined symbol "TOLOWER"
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1252) : error 017: undefined symbol "COMMAND_END_CMP"
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1255) : error 017: undefined symbol "TOLOWER"
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1256) : error 017: undefined symbol "COMMAND_END_CMP"
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1259) : error 017: undefined symbol "TOLOWER"
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1260) : error 017: undefined symbol "COMMAND_END_CMP"
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1286) : error 017: undefined symbol "TOLOWER"
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1286) : warning 204: symbol is assigned a value that is never used: "ch"
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1312) : error 017: undefined symbol "TOLOWER"
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1321) : error 017: undefined symbol "TOLOWER"
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1330) : error 017: undefined symbol "TOLOWER"
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1339) : error 017: undefined symbol "TOLOWER"
D:\Mario\Server\03x\pawno\include\YSI\y_commands.inc(1370) : error 017: undefined symbol "TOLOWER"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase