Need help with Anti-Cheat (car destroy)
#2

GetVehicleModel

Not GetVehicleId

pawn Код:
new currentveh;
currentveh = GetPlayerVehicleID(playerid);
if(GetVehicleModel(currentveh); == 432)
{
DestroyVehicle(currentveh);
SendClientMessage(playerid, 0x6EF83CFF, "{FFAF00}No cheats, dude!");
return 0;
}
Reply


Messages In This Thread
Need help with Anti-Cheat (car destroy) - by SkyWings - 28.09.2012, 12:57
Re: Need help with Anti-Cheat (car destroy) - by C00K13M0N$73R - 28.09.2012, 13:00
Re: Need help with Anti-Cheat (car destroy) - by SkyWings - 28.09.2012, 14:20

Forum Jump:


Users browsing this thread: 1 Guest(s)