05.08.2012, 17:56
pawn Код:
if(!strcmp(teamname, "England" || "Iraq" || "Russia" || "Mexico", true))
pawn Код:
error 001: expected token: "-string end-", but found "-identifier-"
if(!strcmp(teamname, "England" || "Iraq" || "Russia" || "Mexico", true))
error 001: expected token: "-string end-", but found "-identifier-"
//
if(!strcmp(teamname, "England" || "Iraq" || "Russia" || "Mexico", true))
{
}
//
if(teamname == "England" || teamname == "england")
{
}