15.09.2013, 20:31
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
;
}