class ButtonPlaceables: Life_RscButtonMenu {
idc = 20003;
text = "Placeables";
onButtonClick = "[] spawn life_fnc_placeablesMenu; closeDialog 0;";
//x = 0.26 + (6.25 / 19.8) + (1 / 250 / (safezoneW / safezoneH));
x = 0.42 + (6.25 / 19.8) + (1 / 250 / (safezoneW / safezoneH));
y = 0.801;
w = (6.25 / 40);
h = (1 / 25);
};
class Plots {
action = "[] spawn life_fnc_placeablesMenu; closeDialog 0;";
displayName = "Plots";
condition = "";
picture = "The-Programmer\Iphone_X\textures\icons\TonImage.paa";
};
class ButtonPlaceables: Life_RscButtonMenu {
idc = 20003;
text = "Placeables";
onButtonClick = "[] spawn life_fnc_placeablesMenu; closeDialog 0;";
//x = 0.26 + (6.25 / 19.8) + (1 / 250 / (safezoneW / safezoneH));
x = 0.42 + (6.25 / 19.8) + (1 / 250 / (safezoneW / safezoneH));
y = 0.801;
w = (6.25 / 40);
h = (1 / 25);
};
class Plots {
action = "[] spawn life_fnc_placeablesMenu; closeDialog 0;";
displayName = "Plots";
condition = "";
picture = "The-Programmer\Iphone_X\textures\icons\TonImage.paa";
};
Tu peut envoyer ton config ?Merci bien ça marche mais maintenant quand je mais plus de 5 objet plus rien ne s'affiche dans le menu
/*
Author: Maximum, Adapté par Sharywan
Description: Placeables for the cop\medic sides.
Disclaimer: Don't be a asshole and pass this off as your own or become a KAI and sell it for profit, Im releasing this for FREE… Credits: Killerty69 for a second pare of eyes when mine got to sleepy
P.S. - Don't be a faggot like i know some of you all will be.
*/
life_barrier_active = false;
life_barrier_activeObj = ObjNull;
life_placeables = [
[ "Cone", "cone"],
[ "Cone X4", "cone4"],
[ "Cone Drapeau", "coneflag"],
[ "Cone Flash", "coneflash"],
[ "Cone Flash x4", "Land_Crash_barrier_F"],
[ "Barriere", "barriere"],
[ "Barriere X3", "barriere3],
[ "Triflash Accident", "triflash"],
[ "Triflash Danger", "triflashdng"],
[ "Retrecissement", "retritemp"],
[ "Halte Police", "tmppn"],
[ "50", "p50temp"],
[ "30", "p30temp"],
[ "Danger", "dangertemp"],
[ "Feu", "feutemp], <---- Ta oublier un "
[ "Fin Interdiction", "fininttemp"],
[ "Gauche", "tmpgauche"],
[ "Sens Interdit", "senint"],
[ "Droite", "tmpdroite"],
[ "Feu tricolore ", "feuchant1"],
[ "Feu Tricolore 2", "feuchant2"],
[ "Route barree", "routbarr"]
];
life_bar_limit = 2500;
life_bar_placey = [];
/*
Author: Maximum, Adapté par Sharywan
Description: Placeables for the cop\medic sides.
Disclaimer: Don't be a asshole and pass this off as your own or become a KAI and sell it for profit, Im releasing this for FREE… Credits: Killerty69 for a second pare of eyes when mine got to sleepy
P.S. - Don't be a faggot like i know some of you all will be.
*/
life_barrier_active = false;
life_barrier_activeObj = ObjNull;
life_placeables = [
[ "Cone", "cone"],
[ "Cone X4", "cone4"],
[ "Cone Drapeau", "coneflag"],
[ "Cone Flash", "coneflash"],
[ "Cone Flash x4", "Land_Crash_barrier_F"],
[ "Barriere", "barriere"],
[ "Barriere X3", "barriere3"],
[ "Triflash Accident", "triflash"],
[ "Triflash Danger", "triflashdng"],
[ "Retrecissement", "retritemp"],
[ "Halte Police", "tmppn"],
[ "50", "p50temp"],
[ "30", "p30temp"],
[ "Danger", "dangertemp"],
[ "Feu", "feutemp"],
[ "Fin Interdiction", "fininttemp"],
[ "Gauche", "tmpgauche"],
[ "Sens Interdit", "senint"],
[ "Droite", "tmpdroite"],
[ "Feu tricolore ", "feuchant1"],
[ "Feu Tricolore 2", "feuchant2"],
[ "Route barree", "routbarr"]
];
life_bar_limit = 2500;
life_bar_placey = [];