Français Solved Problème avec l'affichage des notifications

  • Auteur de la discussion Auteur de la discussion babas59
  • Date de début Date de début
Solution
Dans ce cas il va falloir ajouter dans ton CfgRemoteExec.hpp :
Code:
F(life_fnc_notification_system,CLIENT)

Et cette ligne :
Code:
[1,(["STR_NEW_WAITING_CALL","Max_Settings_Dispatch","Dispatch_Localization"] call theprogrammer_core_fnc_localize)] remoteExecCall ["life_fnc_broadcast",west];
deviendra :
Code:
[(["STR_NEW_WAITING_CALL","Max_Settings_Dispatch","Dispatch_Localization"] call theprogrammer_core_fnc_localize)] remoteExecCall ["life_fnc_notification_system",west];
c'est bon ça fonctionne et dernière question je modifie quel ligne pour que les notif commence un peu plus bas au lieu de tout en haut ?
 
ok merci et j'aurais une dernière question que je viens de remarqué, pour changer la notif dans les script TP il y a des truc comme ça
[CODE title="code"][1,(["STR_NEW_WAITING_CALL","Max_Settings_Dispatch","Dispatch_Localization"] call theprogrammer_core_fnc_localize)] remoteExecCall ["life_fnc_broadcast",west];[/CODE]
donc je sais pas trop comment mettre la chose :unsure:
 
Dans ce cas il va falloir ajouter dans ton CfgRemoteExec.hpp :
Code:
F(life_fnc_notification_system,CLIENT)

Et cette ligne :
Code:
[1,(["STR_NEW_WAITING_CALL","Max_Settings_Dispatch","Dispatch_Localization"] call theprogrammer_core_fnc_localize)] remoteExecCall ["life_fnc_broadcast",west];
deviendra :
Code:
[(["STR_NEW_WAITING_CALL","Max_Settings_Dispatch","Dispatch_Localization"] call theprogrammer_core_fnc_localize)] remoteExecCall ["life_fnc_notification_system",west];
 
Solution