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


Messages In This Thread
Vehicle health anti-cheat? - by kLx - 24.07.2010, 13:46
Re: Vehicle health anti-cheat? - by selten98 - 24.07.2010, 16:19
Re: Vehicle health anti-cheat? - by Calgon - 24.07.2010, 16:22
Re: Vehicle health anti-cheat? - by kLx - 24.07.2010, 16:51

Forum Jump:


Users browsing this thread: 1 Guest(s)