1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-26 15:13:00 -05:00

-webfront now displays player info and link to repz account

-fixed time span issue in webfront
-fixed crash when RCON stops responding and removing a player
-version on footer
This commit is contained in:
RaidMax
2015-04-12 23:25:34 -05:00
parent 8e31cbe138
commit 65b65716d2
18 changed files with 339 additions and 81 deletions

View File

@ -26,10 +26,10 @@ GoTo(target)
}
Alert(sound)
Alert(sound, message)
{
self playLocalSound(sound);
self iPrintLnBold("New Report!");
self iPrintLnBold(message);
}
Tell(message, source)

View File

@ -66,7 +66,7 @@ processEvent(event)
Player GoTo(Target);
break;
case "alert":
Player Alert(Data);
Player Alert(Data, "New Notification!");
break;
case "tell":
Target Tell(Data, Player);