Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _jour = publicVariable getVariable ["DateJour"];
- _numero = publicVariable getVariable ["DateNumero"];
- _mois = publicVariable getVariable ["DateMois"];
- _annee = publicVariable getVariable ["DateAnnee"];
- hint format ["Jour : %1, Numero : %2, Mois : %3, Annee : %4", _jour,_numero,_mois,_annee];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement