08.06.2012, 19:17
should kill the first warning
point us to the line for the error!
pawn Код:
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];
format(s, sizeof(s), "%s: %s", name, text[0]);
SendClientMessageToAll(-1, s);
return 0;
}
return 0;
}
}