CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 14:21:05 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=e25a4871ef892670c89a16af9ffbdc74da93885ada8ecd9256c4b5567f85ff4ba%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%225OgLfD8lwsrmhlkglbVJ-SZuCEPf6VVW%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cf007a7d148087-BLR
_jsonStr = _incap call ace_medical_fnc_serializeState; _jsonhash = [_j - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _jsonStr = _incap call ace_medical_fnc_serializeState;
- _jsonhash = [_jsonStr, 2] call CBA_fnc_parseJSON;
- _woundsHash = _jsonhash get "ace_medical_openwounds";
- // ================= BANDAGE ACTION LOOP ================
- {
- // call again inside loop, so that live player medics healing at same time are updated
- _jsonStr = _incap call ace_medical_fnc_serializeState;
- _jsonhash = [_jsonStr, 2] call CBA_fnc_parseJSON;
- _woundsHash = _jsonhash get "ace_medical_openwounds";
- // seperate bleeding wounds from bruises
- _bleedingwounds = [];
- _bruises = [];
- {
- if (_x select 0 == 20 || _x select 0 == 21 || _x select 0 == 22 || _x select 0 == 80 || _x select 0 == 81 || _x select 0 == 82 ) then {
- _bruises = _bruises + [_x];
- } else {
- _bleedingwounds = _bleedingwounds + [_x];
- };
- } forEach _value1;
- while {count _bleedingwounds > 0} do {
- //ACE GET DATA AGAIN
- _jsonStr = _incap call ace_medical_fnc_serializeState;
- _jsonhash = [_jsonStr, 2] call CBA_fnc_parseJSON;
- _woundsHash = _jsonhash get "ace_medical_openwounds";
- _value1 = _woundsHash get _key1;
- sleep 0.5;
- _bleedingwounds = _bleedingwounds - [_bleedingwounds select 0];
- _woundsHash set [_key1, _bleedingwounds + _bruises];
- _jsonhash set ["ace_medical_openwounds", _woundsHash];
- // UPDATE DATA WITH ACE MEDICAL
- _newJsonStr = [_jsonhash] call CBA_fnc_encodeJSON;
- if (local _incap) then {
- [_incap, _newJsonStr] call ace_medical_fnc_deserializeState;
- } else {
- [_incap, _newJsonStr] remoteExec ["ace_medical_fnc_deserializeState", _incap];
- };
- // ANIMATION Kneeling revive - no near enemy
- if (isNull _nearEnemy) then {
- [_medic, "AinvPknlMstpSnonWnonDnon_medic4"] remoteExec ["playMove", _medic];
- sleep 9;
- };
- sleep 1;
- };
- } forEach (keys _woundsHash);
Advertisement
Add Comment
Please, Sign In to add comment
-
✅⭐ Make $2500 in 15 minutes ✅ NEVER SEEN BEFO...
JavaScript | 4 sec ago | 0.24 KB
-
⭐⭐Exchange Exploit⭐⭐ 1
JavaScript | 5 sec ago | 0.24 KB
-
⭐⭐⭐Exchange Exploit⭐⭐
Java | 7 sec ago | 0.10 KB
-
⭐⭐⭐Free Giftcards Method⭐⭐
Java | 13 sec ago | 0.10 KB
-
✅⭐ Make huge profits on trading ⭐⭐ A
JavaScript | 16 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D M⭐⭐
Java | 18 sec ago | 0.10 KB
-
⭐⭐⭐Profit Method⭐⭐
Java | 25 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ 6
JavaScript | 27 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand