Hi guys, i am italian.
I have a question. At page 63 i found this script:
alias mta.command {
if ($3- == !chkhp $4 && %isadmin. [ $+ [ $1 ] $+ . $+ [ $2 ] ] == true) {
if ($mta.status($1,$4).text == In game) {
if ($mta.vehicle($1,$4) == 0) {
!.timer 1 0.1 mta.say $1 checking $mta.name($1,$4) for health cheat.
!timer 1 1 mta.chkhp $1 $4 $mta.health($1,$4)
!.timer 1 0.1 mta.slap $1 $4
}
else !timer 1 0.1 mta.say $1 $mta.name($1,$4) is in a vehicle, cannot perform check!
}
}
alias mta.chkhp {
;!timer 1 0.1 mta.say $1 current health: $mta.health($1,$2) previous: $3
if ($mta.health($1,$2) < $3) {
!timer 1 0.1 mta.say $1 $mta.name($1,$2) IS NOT using a health cheat!
}
else {
!timer 1 0.1 mta.say $1 Banning $mta.name($1,$2) $+ , Reason: Health Cheat detected!
!timer 1 1 mta.ban $1 $2 CHKHP: Health cheat
}
}
DJ-Mills: !chkhp 0
Admin slaps DJ-Mills.
By
But now this script not work. Can someone fix it for 3.17 version? Is too useful for me, thanks