Anti cheat check
#3

Quote:
Originally Posted by Arthur Kane
Посмотреть сообщение
Код:
if (a == true && b == true) {
    // This only gets excuted if BOTH a AND (&& = and) b are true
} 
if (a == true || b == true) {
    // This gets executed when either:
    // a == true (b can be true or false) OR (|| = or)
    // b == true (a can be true or false)
}
I know that , but bro i think my coding is right cause this is saying if the player isn't rcon or the player level is below 4 then it should send the message to the admins.

PHP код:
 if(!IsPlayerAdmin(playerid) || pInfo[playerid][Admin] < 4
Reply


Messages In This Thread
Anti cheat check - by 1fret - 25.06.2017, 11:20
Re: Anti cheat check - by Kane - 25.06.2017, 11:22
Re: Anti cheat check - by 1fret - 25.06.2017, 11:31
Re: Anti cheat check - by Kane - 25.06.2017, 11:33
Re: Anti cheat check - by Dayrion - 25.06.2017, 11:43

Forum Jump:


Users browsing this thread: 1 Guest(s)