06.09.2015, 23:12
PHP код:
if (killerid != INVALID_PLAYER_ID)
{
SetPlayerWantedLevel(killerid, GetPlayerWantedLevel(killerid) + 1);
GetPlayerName(playerid, VictimName, sizeof(VictimName));
GetPlayerName(killerid, KillerName, sizeof(KillerName));
format(Msg, 128, "VocГЄ matou {FFFFFF}%s{FF0000}, e agora estГЎ sendo procurado pela polГ*cia!", VictimName);
SendClientMessage(killerid, VERMELHO, Msg);
format(Msg, 128, "{0000FF}[Departamento de PolГ*cia] O jogador {FFFFFF}%s{0000FF} matou {FFFFFF}%s{0000FF}.", KillerName, VictimName);
Police_SendMessage(Msg);
format(Msg, 128, "{0000FF}[Objetivo] {FFFFFF}Perseguir e multar.");
Police_SendMessage(Msg);
}
Me ajudem please