Le Deal du moment : -45%
WHIRLPOOL OWFC3C26X – Lave-vaisselle pose libre ...
Voir le deal
339 €

[Fini]Système MOTD

[Fini]Système MOTD Empty [Fini]Système MOTD

Message  Slift Mar 21 Mar - 1:01

Dans mpmission/init.sqf

Placer:

Code:
[] execVM "ClientMOTD.sqf";

Placer le fichier MOTD dans mpmission/

Contenu:

Code:
/*
ClientMOTD.sqf
*/
while {true} do
{

sleep 30;
hintSilent parseText format["Init<br/>MOTD", 12];
player say3D "HintSound";
sleep 60;
hintSilent parseText format["MOTD Test<br/>1", 12];
player say3D "HintSound";
sleep 60;
hintSilent parseText format["MOTD Test<br/>2", 12];
player say3D "HintSound";
sleep 60;
hintSilent parseText format["MOTD Test<br/>3", 12];
player say3D "HintSound";
sleep 60;
hintSilent parseText format["MOTD Test<br/>4", 12];
player say3D "HintSound";
sleep 21330;

};
Slift
Slift

Admin/Fondateur

Messages : 143
Date d'inscription : 28/01/2017
Age : 37
Localisation : Bordeaux

Fiche RP
Prénom/Nom : *****
Profession:
Grade: *****

https://arma3life-tanoa.forumactif.com

Revenir en haut Aller en bas

- Sujets similaires