08.06.2012, 19:21
error 076: syntax error in the expression, or invalid function call
Код:
new iText; while (text[++iText]) { if ('A' <= text[iText] <= 'Z') text[iText] |= 0x20; } // for(new i = 0; i < MAX_PLAYERS; i++) { if(!IsPlayerConnected(i)) continue; { if(GetPlayerVirtualWorld(i) == GetPlayerVirtualWorld(playerid)) { new s[128]; /* ------>>>>>>>> LINE ERROR ! */format(s, sizeof(s), "%s: %s", name, text[0]); SendClientMessageToAll(-1, s); return 0; } return 0; } }