invalid expression, assumed zero me ajude!!
#1

COMMAND:190(playerid, params[])
{
new bool:CopOnline = false, Msg[128], Name[24], Fine;
SendAdminText(playerid, "/190", params);
if (APlayerData[playerid][LoggedIn] == true)
{
if (GetPlayerWantedLevel(playerid) >= 1)
{
GetPlayerName(playerid, Name, sizeof(Name));
format(Msg, 128, "{00FF00}Jogador {FFFF00}%s{00FF00} estб precisando da policia!.", Name);
for (new i; i < MAX_PLAYERS; i++)
{
if (IsPlayerConnected(i))
{
if (APlayerData[i][PlayerClass] == ClassPolice)
{
CopOnline = true;
SendClientMessage(i, 0xFFFFFFFF, Msg);
}
}
if (CopOnline == true)
{
SendClientMessage(playerid, 0xFFFFFFFF, "{00FF00}Existe policial online, aguarde...");
}
else
{
Fine = GetPlayerWantedLevel(playerid) * DefaultFinePerStar;
RewardPlayer(playerid, -Fine, 0);
SetPlayerWantedLevel(playerid, 0);
format(Msg, sizeof(Msg), "{FF0000}Sua ficha foi limpa no valor de {FFFF00}$%i {FF0000}pelo motivo de nгo existe policial online!", Fine);
SendClientMessage(playerid, 0xFFFFFFFF, Msg);
}
}
else
SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}Vocк nгo pode usa /190 quando nгo estб sendo procurado!");
}
else
return 0;
}
else
return 0;

return 1;
}






erro na linha:SendClientMessage(playerid, 0xFFFFFFFF, Msg);
}
}
else
SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}Vocк nгo pode usa /190 quando nгo estб sendo procurado!");
}




erro 029 invalid expression, assumed zero
Reply
#2

Mind telling which line is the one giving the error?
Reply
#3

else
SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}Vocк nгo pode usa /190 quando nгo estб sendo procurado!");
}
Reply
#4

}
}
else
SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}Vocк nгo pode usa /190 quando nгo estб sendo procurado!");
}
else
return 0;
}
else
return 0;

return 1;
}






erro na linha:SendClientMessage(playerid, 0xFFFFFFFF, Msg);
}
}
else
SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}Vocк nгo pode usa /190 quando nгo estб sendo procurado!");
}


All those brackets are the same? try to attempt removing the comma sign " , " in SendClientMessage(playerid, 0xFFFFFFFF, "{FF0000}Vocк nгo pode usa /190 quando nгo estб sendo procurado!") that comes right after 0xFFFFFFFF
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)