06.01.2014, 13:51
As I started to transfer my commands to YCMD to make it easier to add parameters, I stumbled against a (big) problem. The YCMD is bugged, is it possible that it bugs by interacting with my gamemode?
E:\SAMP\RPG all\RPG\pawno\include\YSI\Y_Commands.inc(219) : warning 201: redefinition of constant/macro (symbol "CMD:%0(%1)")
E:\SAMP\RPG all\RPG\pawno\include\YSI\Y_Commands.inc(220) : warning 201: redefinition of constant/macro (symbol "COMMAND")
E:\SAMP\RPG all\RPG\pawno\include\YSI\Y_Commands.inc(1124) : error 017: undefined symbol "__InitialiseFromGroups"
E:\SAMP\RPG all\RPG\pawno\include\YSI\Y_Commands.inc(1149) : error 017: undefined symbol "__InitialiseFromGroups"
E:\SAMP\RPG all\RPG\pawno\include\YSI\Y_Commands.inc(1179) : error 017: undefined symbol "__InitialiseFromGroups"
E:\SAMP\RPG all\RPG\pawno\include\YSI\Y_Commands.inc(2006) : error 017: undefined symbol "__InitialiseFromGroups"
E:\SAMP\RPG all\RPG\pawno\include\YSI\Y_Commands.inc(2157) : error 017: undefined symbol "__InitialiseFromGroups"
E:\SAMP\RPG all\RPG\gamemodes\rc-apo.pwn(954) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
E:\SAMP\RPG all\RPG\pawno\include\YSI\Y_Commands.inc(219) : warning 201: redefinition of constant/macro (symbol "CMD:%0(%1)")
E:\SAMP\RPG all\RPG\pawno\include\YSI\Y_Commands.inc(220) : warning 201: redefinition of constant/macro (symbol "COMMAND")
E:\SAMP\RPG all\RPG\pawno\include\YSI\Y_Commands.inc(1124) : error 017: undefined symbol "__InitialiseFromGroups"
E:\SAMP\RPG all\RPG\pawno\include\YSI\Y_Commands.inc(1149) : error 017: undefined symbol "__InitialiseFromGroups"
E:\SAMP\RPG all\RPG\pawno\include\YSI\Y_Commands.inc(1179) : error 017: undefined symbol "__InitialiseFromGroups"
E:\SAMP\RPG all\RPG\pawno\include\YSI\Y_Commands.inc(2006) : error 017: undefined symbol "__InitialiseFromGroups"
E:\SAMP\RPG all\RPG\pawno\include\YSI\Y_Commands.inc(2157) : error 017: undefined symbol "__InitialiseFromGroups"
E:\SAMP\RPG all\RPG\gamemodes\rc-apo.pwn(954) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.