Mostabdel 1 Posted November 8, 2018 Hello, I noticed that after the last update that the airdrope scipt no longer works? someone can help me with that. Another procupation is that messages on the server start with an S is normal? Thank you for answering me. The Message : motd[] = {" Join As In Our Team Speack: civilisation3.fr:9988 "," La Marianne Restart Every 03H ","FACEBOOK : Dayz-standalone-la-marianne "," YOUTUBE : Tv LA MARIANNE ! dayz! Le Clan [REVO] "," La Marianne [DM-PVP] Server : 145.239.5.50:2402 "}; // Message of the day displayed in the in-game chat. and how i can make it with color thx. Share this post Link to post Share on other sites
philippj 103 Posted November 8, 2018 Coloring the motd is not possible with the base version you would need to create your own motd implementation to have it coloured. The "s " infront of every message is a bug. I dont know which airdrop plugin you are using but mine is working: https://github.com/cf-tools/omega-scripts/blob/master/betterairdrop.c Share this post Link to post Share on other sites
SuperElvus 2 Posted November 8, 2018 12 hours ago, philippj said: Coloring the motd is not possible with the base version you would need to create your own motd implementation to have it coloured. The "s " infront of every message is a bug. I dont know which airdrop plugin you are using but mine is working: https://github.com/cf-tools/omega-scripts/blob/master/betterairdrop.c Hello, sorry for revive this topic. But there is any tutorial to install this airdrop plugin? Share this post Link to post Share on other sites
Fun Automat 23 Posted November 8, 2018 read the first lines... Share this post Link to post Share on other sites
SuperElvus 2 Posted November 8, 2018 8 minutes ago, Fun Automat said: read the first lines... I read, I just don't know what to do with "Add following at the top of class CustomMission: MissionServer". Don't know where to find it Share this post Link to post Share on other sites
Fun Automat 23 Posted November 9, 2018 mpmissions\dayzOffline.chernarusplus ->>> init.c #include "$CurrentDir:\\mpmissions\\dayzOffline.chernarusplus\\plugins\\betterairdrop.c" Share this post Link to post Share on other sites