01.11.2016, 07:30
esse erro aki me ajuda pfv http://imgur.com/a/5yHhd
|
esse erro aki me ajuda pfv http://imgur.com/a/5yHhd
|
|
й warning desculpa @JhowWatkins mais ta aqui http://imgur.com/a/1tawa
|
public OnPlayerGiveDamage(playerid, damagedid, Float:amount, weaponid)
{
if(Player[damagedid][Reporter] > 0)
{
if(EmTrabalho[damagedid] == 1)
{
GameTextForPlayer(playerid, "~r~Nгo AGRIDA UM REPORTER EM TRABALHO!", 2500, 3);
}
}
if(Player[damagedid][pHelper] > 0)
{
if(EmTrabalho[damagedid] == 1)
{
GameTextForPlayer(playerid, "~r~Nгo AGRIDA UM HELPER!", 2500, 3);
}
}
if(Player[playerid][Faccoes] == Player[damagedid][Faccoes])
{
if(EmTrabalho[playerid] == 0)
{
GameTextForPlayer(playerid, "~r~ Nao agrida alguem da sua organizacao.", 3000, 5);
}
}
return true;
if (damagedid != INVALID_PLAYER_ID)
{
PlayerPlaySound(playerid, 17802, 0.0, 0.0, 0.0);
}
return true;
}