[FilterScript] Jnr3 Anti Cheater/Bot
#5

pawn Код:
stock Nome ( pid ) {
 
    new
        NameP [ MAX_PLAYER_NAME ]
    ;
 
    GetPlayerName ( pid , NameP , sizeof ( NameP ) ) ;
 
    return
        NameP
    ;
}
 
stock NomeBot ( playerid ) {
 
    if ( strfind ( Nome ( playerid ) , "[HAX]" , true) != -1 )
        return
            true
        ;
 
    return
        false
    ;
}
Enter e espaзo tem limite nй.
Reply


Messages In This Thread
Jnr3 Anti Cheater/Bot - by Juniiro3 - 15.09.2013, 20:22
Re: Jnr3 Anti Cheater/Bot - by smiiir - 15.09.2013, 20:25
Re: Jnr3 Anti Cheater/Bot - by Juniiro3 - 15.09.2013, 20:27
Re: Jnr3 Anti Cheater/Bot - by Blix - 15.09.2013, 20:27
Re: Jnr3 Anti Cheater/Bot - by Kuddy - 15.09.2013, 20:31
Re: Jnr3 Anti Cheater/Bot - by Schocc - 15.09.2013, 20:32
Re: Jnr3 Anti Cheater/Bot - by Juniiro3 - 15.09.2013, 20:33
Re: Jnr3 Anti Cheater/Bot - by PT - 15.09.2013, 21:11
Re: Jnr3 Anti Cheater/Bot - by Kuddy - 15.09.2013, 21:21
Re: Jnr3 Anti Cheater/Bot - by ipsBruno - 25.10.2013, 15:19

Forum Jump:


Users browsing this thread: 1 Guest(s)