28.02.2019, 22:03
task OnplayerAtualizador[1000]() <<< NESSA LINHA
{
foreach(Player, playerid) << NESSA LINHA
{
if(!PlayerLogado[playerid]) continue;
if(PlayerInfo[playerid][pTitulo])
{
SetPlayerChatBubble(playerid, getPlayerTitulo(playerid), 0xFFA500FF, 20.0, 2000);
}
}
return 1;
}
{
foreach(Player, playerid) << NESSA LINHA
{
if(!PlayerLogado[playerid]) continue;
if(PlayerInfo[playerid][pTitulo])
{
SetPlayerChatBubble(playerid, getPlayerTitulo(playerid), 0xFFA500FF, 20.0, 2000);
}
}
return 1;
}