11.03.2011, 20:44
Код:
if(vId==FBICar[0]||vId==FBICar[1]||vId==FBICar[2]||vId==FBICar[3]||vId==FBICar[4]||vId==FBICar[5]||vId==FBICar[6]||vId==FBICar[7]||vId==FBICar[8]||vId==FBICar[9]) { if(PlayerInfo[playerid][pMember] != 2 && PlayerInfo[playerid][pLeader] != 2) { SetPlayerCriminal(playerid,255, "Roubo de ve?culo Federal"); SendClientMessage(playerid, COLOR_GRAD1,"Voc? n?o tem as chaves desse veiculo."); WantedPoints[playerid] += 1; SetPlayerWantedLevel(playerid, WantedPoints[playerid]); RemovePlayerFromVehicle(playerid); TogglePlayerControllable(playerid, 1); return 1; } } }