C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : warning 215: expression has no effect
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : error 001: expected token: ";", but found "-string-"
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : warning 215: expression has no effect
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : warning 215: expression has no effect
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : warning 215: expression has no effect
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : error 001: expected token: ";", but found ")"
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(74) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
format(clanstring, sizeof(clanstring), "(CLAN CHAT)"GREEN" %s[%d] says: "WHITE"%s",PlayerName(playerid), playerid, params));
format(clanstring, sizeof(clanstring), "(CLAN CHAT)"GREEN" %s[%d] says: "WHITE"%s",PlayerName(playerid), playerid, params);
PHP код:
|
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : warning 215: expression has no effect
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : error 001: expected token: ";", but found "-string-"
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : warning 215: expression has no effect
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : warning 215: expression has no effect
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : warning 215: expression has no effect
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : error 001: expected token: ";", but found ")"
C:\Users\Pгo Doce\Desktop\Mafia\gamemodes\t-t.pwn(75) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
format(clanstring, sizeof(clanstring), "(CLAN CHAT){32CD32} %s[%d] says: {FFFFFF}%s", PlayerName(playerid), playerid, params);
Tente:
PHP код:
|
format(clanstring, sizeof(clanstring), "(CLAN CHAT)"GREEN" %s[%d] says: "WHITE"%s",PlayerName(playerid), playerid, params);
#define GREEN "{00FF00}"