Vehicle health anti-cheat?
#1

Hi, does anyone have nice ideas how to create a nice vehicle health anti-cheat?
Our role-play server has vehicle damage saving system on private cars, but most of the players just fix their appearance with cheats.
I tried this:
pawn Код:
if( oldhealth < 999 && newhealth > 999 && !Repaired[ vehicleid ] && !AdminDuty [ playerid ] )
    {
        new
            string  [ 87 ],
            name    [ MAX_PLAYER_NAME ];
           
        GetPlayerName         ( playerid, name, MAX_PLAYER_NAME );
        format                ( string, 87, "AdmБspлjimas: %s tikriausiai tvarko automobilб su cheat`ais.", name );
        SendAdminClientMessage( COLOR_YELLOW, string );
    }
But it`s not really effective.
Reply
#2

but with that they can't respray...
they will automaticaly get that message
Reply
#3

Quote:
Originally Posted by selten98
Посмотреть сообщение
but with that they can't respray...
they will automaticaly get that message
Indeed, although you could create a function to determine whether the player is in a mod-shop or pay and spray.
Reply
#4

We don`t have modshops in our server, neither the pay`n`sprays
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)