Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
RplSessionErrorHandler.c
Go to the documentation of this file.
1//-----------------------------------------------------------------------------
3{
4 protected const string ERROR_GROUP = "REPLICATION";
5
6 //-----------------------------------------------------------------------------
8 {
9 RplSession.RegisterCallbacks(this);
10 }
11
12 //-----------------------------------------------------------------------------
13 override void EOnFailed(string msg)
14 {
16 }
17
18};
override void EOnFailed(string msg)
static void CreateKickErrorDialog(string msg, string group, string details="")
Set message for error dialog and create it.