Anticheat problem :(
#1

RESOLVED +rep to helpers
Reply
#2

Bump
Reply
#3

You want to ban?
Replace "kick(playerid);" with "ban(playerid);" lol
Reply
#4

No, I just want it to stop kicking every admin or cop when going on Duty
Reply
#5

You need to make code like this
PHP код:

    
foreach(Player,i)
    {
        new 
Float:Armour;
                
GetPlayerArmour(i,Armour);
                if(
pInfo[i][pLevel] < 1  && IsPlayerConnected(i) && checkhereifheisnotcop)
                {
                
                 if(
Armour 99.0 //  what ever Ammount for Armour you max set in your server i use 99 in mine.
                 
{
                    
Ban(i);
                }
}

Reply
#6

please add a pastebin link, I'm on my work PC and dont feel like downloading stuff.
Reply
#7

lmao what a hellish nabs comming on forums :O
Reply
#8

Quote:
Originally Posted by MBilal
Посмотреть сообщение
You need to make code like this
PHP код:

    
foreach(Player,i)
    {
        new 
Float:Armour;
                
GetPlayerArmour(i,Armour);
                if(
pInfo[i][pLevel] < 1  && IsPlayerConnected(i) && checkhereifheisnotcop)
                {
                
                 if(
Armour 99.0 //  what ever Ammount for Armour you max set in your server i use 99 in mine.
                 
{
                    
Ban(i);
                }
}

Thanks , sounds good , going to try It

Quote:
Originally Posted by Toxik
Посмотреть сообщение
lmao what a hellish nabs comming on forums :O
oh nice cool duh.

Quote:
Originally Posted by notime
Посмотреть сообщение
please add a pastebin link, I'm on my work PC and dont feel like downloading stuff.
I can't bro , file too big x(
Reply
#9

Quote:
Originally Posted by Toxik
Посмотреть сообщение
lmao what a hellish nabs comming on forums :O
I wouldnt word it this way, but I totally agree. The "Scripting Help" section should be called "Request a system" or something like that.
Reply
#10

Quote:
Originally Posted by notime
Посмотреть сообщение
I wouldnt word it this way, but I totally agree. The "Scripting Help" section should be called "Request a system" or something like that.
did I requested a System ? My anticheat is buggy and I dont know what to do , surprisingly its called Scripting Help OMG Fabulous and the magic in this is : Help if you want ... WAOW
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)