Guten Abend,
habe das Probglem das jeder die Austrlien Polizeistation aufmachen kann troz das dies hier:
Code: config.cpp
class open_door_1
{
displayName="Open Door";
position="Interact1";
radius=3;
onlyForplayer="true";
condition="((this animationPhase 'Door_1') < 0.5) && ((player getVariable ['coplevel',1]) > 0)";
statement="this animate [""Door_1"", 1]";
};
class close_door_1
{
displayName="Close Door";
position="Interact1";
radius=3;
onlyForplayer="true";
condition="((this animationPhase 'Door_1') == 1) && ((player getVariable ['coplevel',1]) > 0)";
statement="this animate [""Door_1"", 0]";
};
Alles anzeigen
im Mod steht.
Weis vllt. jemand eine Lösung.
Danke im Vorraus.
Gruß Jonny Cetrux