nice script working but how to add if coplevel=8 Ctrl+L understand ?
Beiträge von heyy519
-
-
4.4R4 VERSİON COVERED WORKİNG ?
-
how to change lightposition ?
-
Does it happen 1 time after restart?
-
Hello Guys
how to change coplights position ı need position Ahead of the car ?
-
-
-
Hello ı have protest item script
how to add timing
Simple 5 sec up the object and 5 sec after down understand ım bad eng sorryProtestschild.sqf
Code
Alles anzeigenC-Quellcode /* File: fn_protestschild.sqf Author: Brizi01 Optimized & Edited by: blackfisch Description: [DE] Bearbeitet die Aktionen für das Protestschild - veröffentlicht auf Native-Network.net Es ist erlaubt dieses Script zu bearbeiten und zu adaptieren, der Header muss erhalten und darf nicht entfernt werden! [EN] Handles the actions for the protest sign - released on Native-Network.net You are allowed to adapt and modify this script, but the header has to remain untouched and can not be removed! */ if (!isNull objectParent player)) exitWith { hint format["Protestschild aus dem Auto halten? Nein lieber %1!",profileName]; }; //only outside of vehicles | nur außerhalb von Fahrzeugen if (!isNil "life_signActive" || life_signActive) exitWith { hint "Du trägst bereits ein Schild!"; }; //only one sign allowed | nur ein Schild gleichzeitig life_signActive = true; //Debug player action ["SwitchWeapon", player, player, 100]; //holster Weapon | Waffe holstern if !(animationState player isEqualTo "amovpercmstpsnonwnondnon_salute") then { //only when not saluting | nur wenn er noch nicht salutiert player playAction "Salute"; //make player Salute (hand up) | Spieler salutieren lassen (Hand nach oben) }; private _sign = "Land_Poster_04_F" createVehicle [0,0,0]; //spawn the sign | das Schild spawnen _sign attachTo [player, [0,0,0.6], "righthand"]; //attach to hand | in die and geben _sign setVectorUp [0,90,-1]; //turn it right | richtig herum drehen 0 spawn { waitUntil{sleep 1; !(animationState player isEqualTo "amovpercmstpsnonwnondnon_salute") || {!alive player}}; //wait until not saluting or dead | warten bis nicht mehr salutierend oder tot life_signActive = false; //Debug deleteVehicle _sign; //Schild löschen };
-
Or you did it wrong, please show your logs and don't only write "not work!!".
ı use 4.4R4 VERSİONım copy paste the code and not work code is not work maybe
I'm sure it made it smoothERROR CODE: if (!isNull objectParent player)) exitWith { hint format["Protestschild aus dem Auto halten? Nein lieber %1!",profileName]; }; //only outside
FİXED CODE: if (!isNull objectParent player) exitWith { hint format["Protestschild aus dem Auto halten? Nein lieber %1!",profileName]; }; //only outside
blackfisch and Birizi01 correct topic please You Are mistakenly wrote
-
-
Hello How to Fix Assure Price 0$ problem ?
I have use
[TUTORIAL][Altis Life 4.4r3] Fahrzeug Versicherungen
-
spawn island problem
-
mission.sqm in briefing vote admin and kick the server how to close ?
-
Thanks dankee
-
Hello everyone ı need a help
initcop
if(str(player) in ["cop_1"]) then {
if((FETCH_CONST(life_coplevel) isEqualTo < 7) && (FETCH_CONST(life_adminlevel) isEqualTo 0)) then {
player enableSimulation false;
["Egm Degilsin!",false,true] call BIS_fnc_endMission;
sleep 35;
};
};Doesn't work how to fix ? spawn island
is equalto < 7 doesn't work
-
DeathMessages=0; but It looks Name was killed messages help me ?
-
hello
config_procces.hpp
NoLicenseCost (Cost to process w/o license) = Scalar
how to add code ? ı need license code understand ?
-
HELLO I NEED
I have created a license for everyone bought license playertags [Madenci]Name
help me ?
-
I died haven't spawn screen automatic spawned island how to fix problem ?
-