pawn Код:
public IsAPlane(carid) {
switch(GetVehicleModel(carid)) {
case 417, 425, 447, 460, 464, 465, 469, 476, 487, 488, 497, 501, 511..513, 519, 520, 548, 553, 563, 592, 593: return 1;
}
return 0;
}
if(GetPlayerSpeed(i, true) >= 350 && !IsAPlane(GetPlayerVehicleID(i))) {
format(gstring, 128, "AdmAviso: %s ID:[%d] estб a %d KM/h, TV nele pode ser Speed Hack.",PlayerName(i),i,GetPlayerSpeed(i, true));
ABroadCast(COLOR_YELLOW,gstring,1);
printf("%s", gstring);
}