C:\Documents and Settings\s\Desktop\1\gamemodes\tttt.pwn(28729) : error 001: expected token: ",", but found "-identifier-" C:\Documents and Settings\s\Desktop\1\gamemodes\tttt.pwn(28729) : error 076: syntax error in the expression, or invalid function call C:\Documents and Settings\s\Desktop\1\gamemodes\tttt.pwn(28729) : error 029: invalid expression, assumed zero C:\Documents and Settings\s\Desktop\1\gamemodes\tttt.pwn(28729) : 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(string,sizeof(string),"{8C831F} #%d - {DBCE40}%s By %s",i+1,TopRaceDrivers[raceid][i],(TopRaceTimes[raceid][i]) GetTimeAsStringEx);
format(string,sizeof(string),"{8C831F} #%d - {DBCE40}%s By %s",i+1,TopRaceDrivers[raceid][i],TopRaceTimes[raceid][i], GetTimeAsStringEx);
C:\Documents and Settings\s\Desktop\1\gamemodes\tttt.pwn(28729) : error 076: syntax error in the expression, or invalid function call
format(string,sizeof(string),"{8C831F} #%d - {DBCE40}%s By %s",i+1,TopRaceDrivers[raceid][i],TopRaceTimes[raceid][i], GetTimeAsStringEx);
format(string,sizeof(string),"{8C831F} #%d - {DBCE40}%s By %s",i+1,TopRaceDrivers[raceid][i],TopRaceTimes[raceid][i], GetTimeAsStringEx));
|
Well, I've noticed with LocMax's code, there is a missing closing bracket. I'm not sure if this will solve the problem though.
pawn Код:
|
C:\Documents and Settings\s\Desktop\1\gamemodes\tttt.pwn(28729) : error 001: expected token: ",", but found ";"
format(string,sizeof(string),"{8C831F} #%d - {DBCE40}%s By %s",i+1,TopRaceDrivers[raceid][i],TopRaceTimes[raceid][i],GetTimeAsStringEx();