06.05.2013, 17:20
When i try to compile I get these errors:
This is the line:
Код:
C:\Users\Noah\Desktop\[SK] DM SERVER\gamemodes\zma.pwn(2957) : error 001: expected token: "-string end-", but found "-identifier-" C:\Users\Noah\Desktop\[SK] DM SERVER\gamemodes\zma.pwn(2957) : warning 215: expression has no effect C:\Users\Noah\Desktop\[SK] DM SERVER\gamemodes\zma.pwn(2957) : error 001: expected token: ";", but found "-string-" C:\Users\Noah\Desktop\[SK] DM SERVER\gamemodes\zma.pwn(2957) : warning 215: expression has no effect C:\Users\Noah\Desktop\[SK] DM SERVER\gamemodes\zma.pwn(2957) : error 001: expected token: ";", but found ")" C:\Users\Noah\Desktop\[SK] DM SERVER\gamemodes\zma.pwn(2957) : 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), ""chat""COLOR_RED" %s %s has killed %s",GetAdminName(playerid),PlayerName(playerid),PlayerName(targetid));