17.09.2015, 11:58
it's 'format' right?you typing it 'formag' :/
this
Код:
F:\cnr\gamemodes\CnR.pwn(59) : error 025: function heading differs from prototype F:\cnr\gamemodes\CnR.pwn(59) : error 010: invalid function or declaration F:\cnr\gamemodes\CnR.pwn(59) : error 021: symbol already defined: "formatex" F:\cnr\gamemodes\CnR.pwn(59) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
format(msg, sizeof(msg), "%s, %02d:%02d", weekday, hours, minutes); SetServerWorldTime(msg);

