Rent your DayZ Server From:
https://i.imgur.com/CrXpSAE.png
DZServers.Host
Notification framework designed to send messages to players on the server globally and or individually.
Usage: g_Game.SendMessage(false,identity,"Server Login:","Welcome "+identity.GetName() + ", enjoy your stay!",10,2,false,true,"",0,0);
Execute that code anywhere server side:
Example:
override PlayerBase CreateCharacter(PlayerIdentity identity, vector pos, ParamsReadContext ctx, string characterName)
{
Entity playerEnt;
playerEnt = GetGame().CreatePlayer(identity, characterName, pos, 0, "NONE");
Class.CastTo(m_player, playerEnt);
g_Game.SendMessage(
false,
identity,
"Server Login:",
"Welcome "+identity.GetName() + ", enjoy your stay!",
10,
2,
false,
true,
"",
0,
0);
GetGame().SelectPlayer(identity, m_player);
return m_player;
}
Example Welcome message on player join/respawn:
override void InvokeOnConnect(PlayerBase player, PlayerIdentity identity)
{
super.InvokeOnConnect(player, identity);
g_Game.SendMessage(
false,
identity,
"Server Login:",
"Welcome "+identity.GetName() + ", enjoy your stay!",
10,
2,
false,
true,
"",
0,
0);
}
Example With Image:
g_Game.SendMessage(
false,
identity,
"Server Login:",
"Welcome "+identity.GetName() + ", enjoy your stay! Please make sure to read our rules!",
10,
2,
false,
true,
"set:dayz_gui image:DayZLogo", // Imagesets
512,
156);
If you wish to not use imagesets, you could directly load a PAA however, image may look poor in quality
Example Path --> "VanillaPPMap\\scripts\\GUI\\Textures\\CustomMapIcons\\waypointeditor_CA.paa" //Direct .PAA
Paramters:
g_Game.SendMessage(
bool Global,
PlayerIdentity receiver ,
string messageTitle,
string message,
int duration,
int fadeTime,
bool skipQueue,
bool doFadeIn,
string imagePath,
float ImageSizeX,
float ImageSizeY);
Notes: if you wish to send a global message, make sure to set the first param to trueand the second param as NULL
If you wish to not use an image with the notification, simply leave the string empty as shown in the example above.
Please Rate the mod, comment your issues below and i will try to find time and help you :)
VPPNotifications
Мод VPPNotifications для DayZ. Сейчас на 5 серверах RiseOfServers.
- Игра: DayZ
- Workshop ID: 1680673106
- На серверах: 5
- Теги: Фреймворк
Источник: Steam Workshop
Серверы с этим модом
- GER EN DeadLine - Banov PVE 2 Сервер с этим модом
- MeshMir Virus RP Сервер с этим модом
- RU KALIBR PVE WAR WITH BOTS Сервер с этим модом
- Better Than Vanilla Livonia CTF KOTH HackedCrates Keycards Сервер с этим модом
- EU UK Archon PvE BBP Helis WIPED Custom mods Staff Сервер с этим модом