How can I add to the phone system
Notification System
-
- Altis Life
-
Jhonysins -
27. März 2020 um 21:30 -
Erledigt
-
-
Maybe you should give us any sort of information on WHAT system you want to add/implement and where you have it from?
-
-
-
would not recommend that, also because there free versions of this available
do you already have such a system installed? if yes - have you bought it? if so, contact the support of the product.
if not you'd have to tell us which system it is so we can help you
the displayed messages for text messages are in life_server\functions.sqf - should be the ton_fnc_clientmessage
-
bunu tavsiye etmem, çünkü bunun için ücretsiz sürümleri mevcut
zaten böyle bir sistem kurulu mu? evet ise - satın aldınız mı? öyleyse, tıklayın desteğine bakın.
boyutu ne olabilir yardımcı boyutu
life_server \ function.sqf - ton_fnc_clientmessage gerekir
[Eğitim] DE100 bildirim sistemi
Yes, I use this free DE 100 notification usage. How do I add this systemm 4: {
Code
Alles anzeigencase 1 : { if (side player != west) exitWith {}; private [""_message"",""_loc"",""_unit""]; _loc = _this select 3; _unit = _this select 4; _message = format [""--- 911 DISPATCH FROM %1: %2"",_from,_msg]; if (isNil ""_loc"") then {_loc = ""Unknown"";}; hint parseText format [""<t color='#316dff'><t size='2'><t align='center'>New Dispatch<br/><br/><t color='#33CC33'><t align='left'><t size='1'>To: <t color='#ffffff'>All Officers<br/><t color='#33CC33'>From: <t color='#ffffff'>%1<br/><t color='#33CC33'>Coords: <t color='#ffffff'>%2<br/><br/><t color='#33CC33'>Message:<br/><t color='#ffffff'>%3"",_from,_loc,_msg]; [""PoliceDispatch"",[format [""A New Police Report From: %1"",_from]]] call bis_fnc_showNotification; systemChat _message; };
-
You cannot just translate ArmA commands and functions to turkish.
Keep it english and please repost the snippet.
-
[Eğitim] DE100 bildirim sistemi
Yes, I use this free DE 100 notification usage. How do I add this systemm 4: {
Code
Alles anzeigendurum 1: { if (yan oyuncu! = batı) exitWith {}; private ["" _message "", "" _ loc "", "" _ birim ""]; _loc = _bu 3'ü seçin; _unit = _bu 4'ü seçin; _message = biçim ["" --- 911% 1'DEN DAĞITIM:% 2 "", _ 'den _msg]; eğer (isNil "" _loc "") sonra {_loc = "" Bilinmeyen "";}; ipucu parseText biçimi ["" <t renk = '# 316dff'> <t boyut = '2'> <t hizala = 'merkez'> Yeni Gönderme <br/> <br/> <t color = '# 33CC33'> <t align = 'left'> <t size = '1'> Alıcı: <t color = '# ffffff'> Tüm Görevliler <br/> <t color = '# 33CC33'> Kimden: <t color = '# ffffff '>% 1 <br/> <t color =' # 33CC33 '> Köşeler: <t color =' # ffffff '>% 2 <br/> <br/> <t color =' # 33CC33 '> Mesaj: <br/> <t renk = '# ffffff'>% 3 "" _ _LOC gelen, _msg]; [ "" Emniyet Sevk "" [biçimi [ "" Yeni bir Emniyet raporundan:% 1 "" _ dan ]]] call bis_fnc_showNotification; systemChat _message; };
You cannot translate a script from English into your national language.