24.07.2010, 13:46
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:
But it`s not really effective.
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 );
}