<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[Aide] Médic Spawn à Poile]]></title><description><![CDATA[<p dir="auto">Bonjour, Bonsoir,</p>
<p dir="auto">J'ai un problmème que j'essaye de régler depuis hier soir qui est introuvable.</p>
<p dir="auto">Avec seulement mon médic, je spawn à poile sans carte et sans mon skin que j'ai apporter voici mes fichiers; Un peu d'aide serai pas de refus:</p>
<p dir="auto">fn_initMédic.sqf</p>
<pre><code>#include &lt;macro.h&gt;
/*
File: fn_initMedic.sqf
Author: Bryan "Tonic" Boardwine

Description:
Initializes the medic..
*/
private["_end"];
player addRating 99999999;
waitUntil {!(isNull (findDisplay 46))};

if((__GETC__(life_medicLevel)) &lt; 1) exitWith {
["Notwhitelisted",FALSE,TRUE] call BIS_fnc_endMission;
sleep 35;
};

[] call life_fnc_medicLoadout;
[] call life_fnc_spawnMenu;

waitUntil{!isNull (findDisplay 38500)}; //Wait for the spawn selection to be open.
waitUntil{isNull (findDisplay 38500)}; //Wait for the spawn selection to be done.

[] spawn
{
while {true} do
{
waitUntil {uniform player == "U_Rangemaster"};
[[player,0,"textures\medic_uniform.jpg"],
[[unitBackpack player,0,"textures\med_backpack.jpg"],
waitUntil {uniform player != "U_Rangemaster"};
};
};

[] spawn
{
while {true} do
{
waitUntil {backpack player == "B_Carryall_oucamo"};
[[unitBackpack player,0,"textures\med_backpack.jpg"],
waitUntil {backpack player != "B_Carryall_oucamo"};
};
};

[] call life_fnc_uniform; 
[] execVM "msgbienvenueMedic.sqf";
</code></pre>
<p dir="auto">fn_médicLoadout.sqf:</p>
<pre><code>/*
File: fn_medicLoadout.sqf
Author: Bryan "Tonic" Boardwine

Description:
Loads the medic out with the default gear.
*/
private["_handle"];
_handle = [] spawn life_fnc_stripDownPlayer;
waitUntil {scriptDone _handle};

player addUniform "U_Rangemaster";
player addItem "FirstAidKit";
player addItem "FirstAidKit";
player addItem "ItemMap";
player assignItem "ItemMap";
player addItem "ItemCompass";
player assignItem "ItemCompass";
player addItem "ItemWatch";
player assignItem "ItemWatch";

[[player,0,"textures\medic_uniform.jpg"],"life_fnc_setTexture",true,false] spawn life_fnc_MP;
[[unitBackpack player,0,"textures\med_backpack.jpg"],"life_fnc_setTexture",true,false] spawn life_fnc_MP;

[] call life_fnc_saveGear;
</code></pre>
<p dir="auto">fn_uniform:</p>
<pre><code>/*
    Uniform Script
    Author: Eldayia
    Created for http://altisdev.com
    uniform_police_rangemaster.jpg
*/

    #define __GETC__(var) (call var)
    

    if (playerSide != independent) then {
        if ((uniform player) == "U_B_CombatUniform_mcam_vest")  then {
    player setObjectTextureGlobal [0, "textures\skin_cop4.jpg"]; //Tenue police\uni\cop - Cop
   };
        };

/*    if (playerSide != independent) then {
        if ((uniform player) == "H_Beret_02")  then {
    player setObjectTextureGlobal [0, "\A3\Characters_F_EPC\BLUFOR\Data\headgear_beret02_colonel_co.paa"]; //chapeau Socta
   };
        };
*/
    if (playerSide != independent) then {
        if ((uniform player) == "U_Rangemaster")  then {
    player setObjectTextureGlobal [0, "textures\medic_uniformjpg"]; //Tenue médic
   };
        };
</code></pre>
<p dir="auto">Voilà</p>
]]></description><link>http://new.melinyel.net/topic/1476/aide-médic-spawn-à-poile</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 19:41:47 GMT</lastBuildDate><atom:link href="http://new.melinyel.net/topic/1476.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 22 Jan 2015 10:55:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Aide] Médic Spawn à Poile on Thu, 22 Jan 2015 18:04:38 GMT]]></title><description><![CDATA[<p dir="auto">Problème résolu pour ceux qui ont besoin,</p>
<p dir="auto">Ouvrez le mission.sqm avec Notepad++</p>
<p dir="auto">ensuite chercher les lignes: "I_soldier_F";</p>
<p dir="auto">remplacer par: "B_soldier_F";</p>
<p dir="auto">Cordialement,</p>
]]></description><link>http://new.melinyel.net/post/15477</link><guid isPermaLink="true">http://new.melinyel.net/post/15477</guid><dc:creator><![CDATA[Rayden]]></dc:creator><pubDate>Thu, 22 Jan 2015 18:04:38 GMT</pubDate></item><item><title><![CDATA[Reply to [Aide] Médic Spawn à Poile on Thu, 22 Jan 2015 11:02:17 GMT]]></title><description><![CDATA[<p dir="auto">Et en plus mes textures du sac et de la tenue ne marche pas et en plus coté policier quand je veux mettre ma tenu, cela me dit que il trouve pas la tenu de médic --'</p>
]]></description><link>http://new.melinyel.net/post/15463</link><guid isPermaLink="true">http://new.melinyel.net/post/15463</guid><dc:creator><![CDATA[Rayden]]></dc:creator><pubDate>Thu, 22 Jan 2015 11:02:17 GMT</pubDate></item></channel></rss>