[Ajuda ] Ban
#1

Ai pessoal to com problema aki Ligo o serve de boa
depois de ums 30 minutos serve on quem loga toma ban Motivo armas Proibida.

ajuda Pf.?
Reply
#2

Posta o anti-cheat de armas.
Reply
#3

Pode ser alguma funзгo que da armas 'proibidas' depois de um certo tempo.

Procura pelos ids das armas e ve se tem em algum GivePlayerWeapon.

#edit: Posta o AC de armas.
Reply
#4

Mais so pra quem loga quem ta on fica de boa mais se relogar й ban.
Reply
#5

Quote:
Originally Posted by Los
Посмотреть сообщение
Posta o anti-cheat de armas.
Se nгo postar nada, ninguйm vai poder te ajudar.
Reply
#6

pawn Код:
public Proididas ()
{
    if(!IsPlayerConnected(playerid) || IsPlayerAdmin(playerid))
        return 0;
    new string[256];
    if(GetPlayerInterior(playerid)!= 0&&GetPlayerWeapon(playerid)!= 0) {
        SetPlayerArmedWeapon(playerid,0);
    }
    if(GetPlayerWeapon(playerid) == WEAPON_MINIGUN || GetPlayerWeapon(playerid) == 8 || GetPlayerWeapon(playerid) == 9 || GetPlayerWeapon(playerid) == 16 || GetPlayerWeapon(playerid) == 18 || GetPlayerWeapon(playerid) == 35 || GetPlayerWeapon(playerid) == 36 || GetPlayerWeapon(playerid) == 37 || GetPlayerWeapon(playerid) == 38 || GetPlayerWeapon(playerid) == 39 || GetPlayerWeapon(playerid) == 42 || GetPlayerWeapon(playerid) == 44 || GetPlayerWeapon(playerid) == 45) {
        new pname[MAX_PLAYER_NAME];
        GetPlayerName(playerid, pname, MAX_PLAYER_NAME);
        format(string, sizeof(string), "| ANTI - ARMAS | O Moderador Chapa Baniu O Jogador '%s' ( Motivo : Armas Proibidas )", pname);
        SendClientMessageToAll(tcadm, string);
        Ban(playerid);
    }
Reply
#7

tenta isto '-'
ja q tu tirou do tc D:

pawn Код:
public Proibidas()
{
if(IsPlayerConnected(playerid))
{
new aname[MAX_PLAYER_NAME];
GetPlayerName(playerid, aname, MAX_PLAYER_NAME);
if(PlayerInfo[playerid][Logged] == 1)
{
if(!(IsPlayerAdmin(playerid))
{
if(GetPlayerWeapon(playerid) == 38 || GetPlayerWeapon(playerid) == 40 || GetPlayerWeapon(playerid) == 44 || GetPlayerWeapon(playerid) == 45 || GetPlayerWeapon(playerid) == 37 || GetPlayerWeapon(playerid) == 35 || GetPlayerWeapon(playerid) == 36)
{
new string[128];
format(string, sizeof(string), "| ANTI - ARMAS | O Moderador Chapa Baniu O Jogador '%s' ( Motivo : Armas Proibidas )", aname);
SendClientMessageToAll(tcadm, string);
BanLog(string);
SendClientMessage(playerid, 0x80FF00AA, "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
SendClientMessage(playerid, 0x80FF00AA, "[x] Vocк foi banido deve ter feito alguma merda");
SendClientMessage(playerid, 0xFFFFFFAA, "[x] Se foi banido injustamente Tire uma ''SS'' e tente o contato com um de nossos Admins!");
SendClientMessage(playerid, 0x80FF00AA, "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~");
GameTextForPlayer(playerid,"~r~flw!", 2500, 3);
dini_IntSet("banidos.ini",aname,1);
Ban(playerid);
}
Reply
#8

Algum FS que estб provocando isto?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)