- Logdateien zur Fehleranalyse
- Nein, ich habe keine Logdateien hochgeladen
Hello friends, when I seize the vehicle, the vehicle stays where it is and does not go to the parking lot. How can I solve this problem? I could not find the script ?
Schön, dass du den Weg zu NodeZone.net gefunden hast! Aktuell bist du nicht angemeldet und kannst deshalb nur eingeschränkt auf unsere Community zugreifen. Um alle Funktionen freizuschalten, spannende Inhalte zu entdecken und dich aktiv einzubringen, registriere dich jetzt kostenlos oder melde dich mit deinem Account an.
Hello friends, when I seize the vehicle, the vehicle stays where it is and does not go to the parking lot. How can I solve this problem? I could not find the script ?
Hello,
maybe you can explain a bit more about your problem.
Hello,
maybe you can explain a bit more about your problem.
When I want to confiscate the car as a police officer, he doesn't go to the parking lot. However, he states that the vehicle was seized by government officials. But he doesn't go to the parking lot. You can look at the image.
Can anyone help?
Can you post your Script which is responsible for this function?
Can you post your Script which is responsible for this function?
How and where do I add this line. Can you help me bro?
Blackfish just tells you to change the Code from this:
if (_vehicle in life_vehicles) then {
hint format[localize "STR_NOTF_Crushed",[_value] call life_fnc_numberText,_type];
deleteVehicle _vehicle;
BANK = BANK + _value;
};
to this:
hint format[localize "STR_NOTF_Crushed",[_value] call life_fnc_numberText,_type];
deleteVehicle _vehicle;
BANK = BANK + _value;
MfG Barney
Thank you. It works. But there is only one problem. When I want to seize the vehicle, the menu detects late and does not open. I also want the car not to be deleted when confiscated and returned to the parking lot. (Not a Garage) . When I seize the vehicle, it turns into the garage. Instead, I want it to go back to the parking lot when the car is seized. In what script can I set this up?
Can you check ? Can anyone Help ?